rpms/trac-git-plugin/EL-5 sources, 1.2, 1.3 trac-git-plugin.spec, 1.4, 1.5 0001-Add-a-dummy-get_last_modified-to-avoid-an-exceptio.patch, 1.1, NONE 0002-Add-caching-logic.patch, 1.1, NONE 0003-Add-a-quick-hack-to-prevent-code-500-errors-and-trac.patch, 1.1, NONE 0004-Fixed-directory-creation.patch, 1.1, NONE

Jesse Keating jkeating at fedoraproject.org
Sun Jun 28 11:29:52 UTC 2009


Author: jkeating

Update of /cvs/pkgs/rpms/trac-git-plugin/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30422

Modified Files:
	sources trac-git-plugin.spec 
Removed Files:
	0001-Add-a-dummy-get_last_modified-to-avoid-an-exceptio.patch 
	0002-Add-caching-logic.patch 
	0003-Add-a-quick-hack-to-prevent-code-500-errors-and-trac.patch 
	0004-Fixed-directory-creation.patch 
Log Message:
New upstream snapshot, drop patches as they no longer apply



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/trac-git-plugin/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	6 Jul 2007 03:01:53 -0000	1.2
+++ sources	28 Jun 2009 11:29:21 -0000	1.3
@@ -1 +1 @@
-e2ca877096d5fdfb39dd3cc70b08d96f  TracGit-0.0.1.tar.gz
+d490fcd39b751b7b7293c431aca4147b  TracGit-0.0.1.tar.gz


Index: trac-git-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trac-git-plugin/EL-5/trac-git-plugin.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- trac-git-plugin.spec	17 May 2008 00:36:22 -0000	1.4
+++ trac-git-plugin.spec	28 Jun 2009 11:29:21 -0000	1.5
@@ -1,11 +1,11 @@
 # sitelib for noarch packages, sitearch for others (remove the unneeded one)
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define svnrev 1536
+%define svnrev 3369
 
 Name:           trac-git-plugin
 Version:        0.0.1
-Release:        5.20070705svn%{svnrev}%{?dist}
+Release:        5.20090628svn%{svnrev}%{?dist}
 Summary:        GIT version control plugin for Trac
 
 Group:          Applications/Internet
@@ -15,14 +15,6 @@ URL:            http://trac-hacks.org/wi
 #                                  cd gitplugin/0.10/; \
 #                                  python setup.py sdist --formats gztar
 Source0:        TracGit-%{version}.tar.gz
-# Patches from from the http://nanosleep.org/proj/trac-git-plugin git tree:
-# git clone http://nanosleep.org/git/trac-git-plugin
-# cd trac-git-plugin
-# git-format-patch 95450cae9ead85bf713e74b2ecace8c467d4107c
-Patch1:         0001-Add-a-dummy-get_last_modified-to-avoid-an-exceptio.patch
-Patch2:         0002-Add-caching-logic.patch
-Patch3:         0003-Add-a-quick-hack-to-prevent-code-500-errors-and-trac.patch
-Patch4:         0004-Fixed-directory-creation.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -36,10 +28,6 @@ This Trac plugin provides support for th
 
 %prep
 %setup -n TracGit-%{version} -q
-%patch1 -p2
-%patch2 -p2
-%patch3 -p2
-%patch4 -p2
 
 
 %build
@@ -67,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 28 2009 Jesse Keating <jkeating at redhat.com> - 0.0.1-5.20090628svn3369
+- New snapshot from upstream with fixes.
+- Drop patches from nanosleep as they no longer apply
+
 * Fri May 16 2008 Jesse Keating <jkeating at redhat.com> - 0.0.1-5.20070705svn1536
 - Add patches from http://nanosleep.org/proj/trac-git-plugin
 


--- 0001-Add-a-dummy-get_last_modified-to-avoid-an-exceptio.patch DELETED ---


--- 0002-Add-caching-logic.patch DELETED ---


--- 0003-Add-a-quick-hack-to-prevent-code-500-errors-and-trac.patch DELETED ---


--- 0004-Fixed-directory-creation.patch DELETED ---




More information about the fedora-extras-commits mailing list