rpms/trac-mercurial-plugin/F-11 import.log, NONE, 1.1 sources, 1.3, 1.4 trac-mercurial-plugin.spec, 1.6, 1.7

Jesse Keating jkeating at fedoraproject.org
Wed Jul 15 20:34:31 UTC 2009


Author: jkeating

Update of /cvs/pkgs/rpms/trac-mercurial-plugin/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20084/F-11

Modified Files:
	sources trac-mercurial-plugin.spec 
Added Files:
	import.log 
Log Message:
New upstream snapshot to support mercural 1.2 and greater API.
Resolves rhbz:511396



--- NEW FILE import.log ---
trac-mercurial-plugin-0_11_0_7-4_20090715svn8072_fc12:F-11:trac-mercurial-plugin-0.11.0.7-4.20090715svn8072.fc12.src.rpm:1247689927


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/trac-mercurial-plugin/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	6 Feb 2009 00:24:34 -0000	1.3
+++ sources	15 Jul 2009 20:34:31 -0000	1.4
@@ -1 +1 @@
-8f6cf034ef53f48927ee819646b29bde  TracMercurial-0.11.0.7.tar.gz
+0915f559e28236b28f2d3b22a806272f  TracMercurial-0.11.0.7.tar.gz


Index: trac-mercurial-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trac-mercurial-plugin/F-11/trac-mercurial-plugin.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- trac-mercurial-plugin.spec	25 Feb 2009 21:35:33 -0000	1.6
+++ trac-mercurial-plugin.spec	15 Jul 2009 20:34:31 -0000	1.7
@@ -1,19 +1,20 @@
 # 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 7817
+%define svnrev 8072
 
 Name:           trac-mercurial-plugin
 Version:        0.11.0.7
-Release:        2.20090205svn%{svnrev}%{?dist}
+Release:        4.20090715svn%{svnrev}%{?dist}
 Summary:        Mercurial plugin for Trac
 
 Group:          Applications/Internet
 # No version specified.
 License:        GPL+
 URL:            http://trac.edgewall.org/wiki/TracMercurial
-# Source comes from SVN right now: svn co -r %{svnrev} http://svn.edgewall.com/repos/trac/sandbox/mercurial-plugin/; \
-#                                  cd mercurial-plugin; \
+# Source comes from SVN right now: svn co -r %{svnrev} http://svn.edgewall.com/repos/trac/sandbox/mercurial-plugin-0.11/; \
+#                                  cd mercurial-plugin-0.11; \
+#                                  echo "include COPYING" > MANIFEST.in; \
 #                                  python setup.py sdist --formats gztar
 Source0:        TracMercurial-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -21,7 +22,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:       mercurial, trac >= 0.11, python-setuptools
+Requires:       mercurial >= 1.2, trac >= 0.11, python-setuptools
 
 %description
 This plugin for Trac provides support for the Mercurial SCM.
@@ -55,6 +56,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul 15 2009 Jesse Keating <jkeating at redhat.com> - 0.11.0.7-4.20090715svn8072
+- Update tarball generation steps
+
+* Wed Jul 15 2009 Jesse Keating <jkeating at redhat.com> - 0.11.0.7-3.20090715svn8072
+- New upstream snapshot to work with mercurial-1.2
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11.0.7-2.20090205svn7817
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list