[trac-mercurial-plugin] Rebase to upstream 0.12.0.29

Patrick Uiterwijk puiterwijk at fedoraproject.org
Tue Mar 26 12:10:55 UTC 2013


commit 9ca68b90e6e83a930f4d6212672ab7ab59b7c379
Author: Patrick Uiterwijk <puiterwijk at gmail.com>
Date:   Tue Mar 26 13:09:23 2013 +0100

    Rebase to upstream 0.12.0.29

 .gitignore                 |    1 +
 sources                    |    2 +-
 trac-mercurial-plugin.spec |   15 +++++++++------
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 381b234..f70ff10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 TracMercurial-0.11.0.8.tar.gz
 /TracMercurial-0.12.0.23dev-r9953.tar.gz
+/TracMercurial-0.12.0.29dev.tar.gz
diff --git a/sources b/sources
index 1fd82ed..b883cfd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dfdeee436a98cbcd7ff77ff96897d18e  TracMercurial-0.12.0.23dev-r9953.tar.gz
+6fcec4d0f28db06efc2d285093886dd4  TracMercurial-0.12.0.29dev.tar.gz
diff --git a/trac-mercurial-plugin.spec b/trac-mercurial-plugin.spec
index a07403b..ea23fbb 100644
--- a/trac-mercurial-plugin.spec
+++ b/trac-mercurial-plugin.spec
@@ -1,22 +1,22 @@
 # 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 9953
+%define hgrev a97b17f1bac7
 
 Name:           trac-mercurial-plugin
-Version:        0.12.0.23
-Release:        5.20101208svn%{svnrev}%{?dist}
+Version:        0.12.0.29
+Release:        1%{?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.org/repos/trac/plugins/0.12/mercurial-plugin; \
+# Source comes from Hg right now:  hg clone http://hg.edgewall.org/trac/mercurial-plugin#%{hgrev}; \
 #                                  cd mercurial-plugin; \
 #                                  echo "include COPYING" > MANIFEST.in; \
 #                                  python setup.py sdist --formats gztar
-Source0:        TracMercurial-%{version}dev-r%{svnrev}.tar.gz
+Source0:        TracMercurial-%{version}dev.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -28,7 +28,7 @@ Requires:       mercurial >= 1.3, trac >= 0.12, python-setuptools
 This plugin for Trac provides support for the Mercurial SCM.
 
 %prep
-%setup -n TracMercurial-%{version}dev-r%{svnrev} -q
+%setup -n TracMercurial-%{version}dev -q
 
 
 %build
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 26 2013 Patrick Uiterwijk <puiterwijk at gmail.com> - 0.12.0.29-1
+- Rebase to upstream 0.12.0.29
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.0.23-5.20101208svn9953
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list