rpms/trac-bazaar-plugin/EL-5 .cvsignore, 1.2, 1.3 sources, 1.3, 1.4 trac-bazaar-plugin.spec, 1.3, 1.4

Toshio くらとみ toshio at fedoraproject.org
Mon Apr 12 21:55:52 UTC 2010


Author: toshio

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

Modified Files:
	.cvsignore sources trac-bazaar-plugin.spec 
Log Message:

* Mon Apr 12 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.3-1
- Upstream bugfix release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/trac-bazaar-plugin/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	29 Jul 2007 16:00:00 -0000	1.2
+++ .cvsignore	12 Apr 2010 21:55:52 -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-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	29 Aug 2007 23:14:56 -0000	1.3
+++ sources	12 Apr 2010 21:55:52 -0000	1.4
@@ -1 +1 @@
-ee40f6f28c64aee420a798c1543b1bca  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-5/trac-bazaar-plugin.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- trac-bazaar-plugin.spec	22 Sep 2007 19:51:14 -0000	1.3
+++ trac-bazaar-plugin.spec	12 Apr 2010 21:55:52 -0000	1.4
@@ -1,35 +1,27 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
-%define bzrrev 182
+# 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:        5.20070829bzr%{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 182 http://panoramicfeedback.com/opensource/trac+bzr/
-#   cd trac+bzr
-#   python setup.py sdist --formats gztar
-# tarball lands in trac+bzr/dist/
-Source0:        TracBzr-%{version}.tar.gz
-# These two are part of https://bugs.launchpad.net/trac-bzr/+bug/116659
-Patch0: trac-bazaar-timestamp.patch
-Patch1: trac-bazaar-escape.patch
-# Communicated this directly with author
-Patch2: trac-bazaar-extra-return.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
@@ -39,9 +31,6 @@ This plugin for Trac provides support fo
 
 %prep
 %setup -n TracBzr-%{version} -q
-%patch0 -p0
-%patch1 -p0
-%patch2 -p0
 
 %build
 %{__python} setup.py build
@@ -49,19 +38,45 @@ This plugin for Trac provides support fo
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# skip-build doesn't work on el4
-%{__python} setup.py install -O1 --root $RPM_BUILD_ROOT
- 
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
+
 %clean
 %{__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
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-9.20080925bzr49
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.2-8.20080925bzr49
+- Rebuild for Python 2.6
+
+* Fri Sep 26 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.2-7.20080925bzr49
+- Patches to fix: lp:274609, lp:263300, lp:267700
+
+* Thu Sep 25 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.2-6.20080925bzr49
+- New upstream snapshot that includes our patches, fixes for bzr-1.6+ and
+  trac-0.11.
+
 * Sat Sep 22 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.2-5.20070829bzr182
 - Patches to fix RSS feed in timeline view.
 



More information about the scm-commits mailing list