rpms/trac-bazaar-plugin/EL-6 .cvsignore, 1.2, 1.3 sources, 1.4, 1.5 trac-bazaar-plugin.spec, 1.9, 1.10

Toshio くらとみ toshio at fedoraproject.org
Thu Jul 8 19:26:58 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/trac-bazaar-plugin/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22450

Modified Files:
	.cvsignore sources trac-bazaar-plugin.spec 
Log Message:
Update to latest before building for EL-6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/trac-bazaar-plugin/EL-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	28 Jul 2007 17:43:40 -0000	1.2
+++ .cvsignore	8 Jul 2010 19:26:58 -0000	1.3
@@ -1 +1 @@
-TracBzr-0.2.tar.gz
+TracBzr-0.3.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/trac-bazaar-plugin/EL-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	26 Sep 2008 00:42:59 -0000	1.4
+++ sources	8 Jul 2010 19:26:58 -0000	1.5
@@ -1 +1 @@
-d3d98e6166e3b0b8562883793992c48e  TracBzr-0.2.tar.gz
+2b77b098432b87dbc73b7c8e2a79f966  TracBzr-0.3.3.tar.gz


Index: trac-bazaar-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trac-bazaar-plugin/EL-6/trac-bazaar-plugin.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- trac-bazaar-plugin.spec	27 Jul 2009 06:10:24 -0000	1.9
+++ trac-bazaar-plugin.spec	8 Jul 2010 19:26:58 -0000	1.10
@@ -1,36 +1,27 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
-%define bzrrev 49
+# not really necessary to protect this, just a reminder to remove it later
+%if 0%{?fedora} <= 12 && 0%{?rhel} <= 5
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
 Name:           trac-bazaar-plugin
-Version:        0.2
-Release:        10.20080925bzr%{bzrrev}%{?dist}
+Version:        0.3.3
+Release:        1%{?dist}
 Summary:        Bazaar plugin for Trac
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://bazaar-vcs.org/TracBzr
-# Source comes from a bazaar repository:
-#   bzr checkout --lightweight -r 49 lp:trac-bzr
-#   cd trac-bzr
-#   python setup.py sdist --formats gztar
-# tarball lands in trac-bzr/dist/
-Source0:        TracBzr-%{version}.tar.gz
-# https://bugs.launchpad.net/trac-bzr/+bug/274609
-# and
-# https://bugs.launchpad.net/trac-bzr/+bug/267700
-Patch0: trac-bzr-no-repo.patch
-# https://bugs.launchpad.net/trac-bzr/+bug/263300
-Patch1: trac-bzr-get-ancestry.patch
+Source0: http://launchpad.net/trac-bzr/0.3/%{version}/+download/TracBzr-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-%if 0%{?fedora} >= 8
+%if 0%{?fedora} && 0%{?fedora} <= 12
 BuildRequires:  python-setuptools-devel
 %else
 BuildRequires:  python-setuptools
 %endif
+
 Requires:       bzr
 Requires:       trac
 Requires:       python-setuptools
@@ -40,8 +31,6 @@ This plugin for Trac provides support fo
 
 %prep
 %setup -n TracBzr-%{version} -q
-%patch0 -p0 -b .norepo
-%patch1 -p0 -b .ancestor
 
 %build
 %{__python} setup.py build
@@ -57,10 +46,21 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README
+%doc COPYING README NEWS
 %{python_sitelib}/*
 
 %changelog
+* Mon Apr 12 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.3-1
+- Upstream bugfix release
+
+* Fri Apr 9 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.2-1
+- Upstream bugfix release
+
+* Fri Jan 22 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.0-1
+- Finally, a new upstream release.  This release is only compatible with bzr-2.x and works
+  best with trac-0.11 (but will work with trac-0.10).
+- Fixes many bugs, including the ones that we were patching around.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-10.20080925bzr49
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list