rpms/trac-git-plugin/devel trac-git-plugin.spec,1.7,1.8

Jesse Keating jkeating at fedoraproject.org
Tue May 12 03:13:58 UTC 2009


Author: jkeating

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

Modified Files:
	trac-git-plugin.spec 
Log Message:
* Mon May 11 2009 Jesse Keating <jkeating at redhat.com> - 0.11.0.2-1.20090511svn5396
- Update for trac 0.11.  Drop patches as those are in the 0.11 branch.



Index: trac-git-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trac-git-plugin/devel/trac-git-plugin.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- trac-git-plugin.spec	25 Feb 2009 21:33:54 -0000	1.7
+++ trac-git-plugin.spec	12 May 2009 03:13:27 -0000	1.8
@@ -1,45 +1,33 @@
 # 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 5396
 
 Name:           trac-git-plugin
-Version:        0.0.1
-Release:        8.20070705svn%{svnrev}%{?dist}
+Version:        0.11.0.2
+Release:        1.20090511svn%{svnrev}%{?dist}
 Summary:        GIT version control plugin for Trac
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://trac-hacks.org/wiki/GitPlugin
 # Source comes from SVN right now: svn co -r %{svnrev} http://trac-hacks.org/svn/gitplugin; \
-#                                  cd gitplugin/0.10/; \
+#                                  cd gitplugin/0.11/; \
 #                                  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)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:       git-core, trac, python-setuptools
+Requires:       git-core, trac >= 0.11, python-setuptools
 
 %description
 This Trac plugin provides support for the GIT SCM.
 
 %prep
 %setup -n TracGit-%{version} -q
-%patch1 -p2
-%patch2 -p2
-%patch3 -p2
-%patch4 -p2
 
 
 %build
@@ -67,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 11 2009 Jesse Keating <jkeating at redhat.com> - 0.11.0.2-1.20090511svn5396
+- Update for trac 0.11.  Drop patches as those are in the 0.11 branch.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.1-8.20070705svn1536
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list