rpms/trac-bazaar-plugin/devel sources, 1.2, 1.3 trac-bazaar-plugin.spec, 1.2, 1.3 trac+bzr-install.patch, 1.1, NONE

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Wed Aug 29 22:59:02 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/trac-bazaar-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30631

Modified Files:
	sources trac-bazaar-plugin.spec 
Removed Files:
	trac+bzr-install.patch 
Log Message:
* Wed Aug 29 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.2-4.20070829bzr182
- Update license tag to reflect GPLv2+.
- New update from upstream that clarifies license and makes setuptools build
  a correct tarball.



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/trac-bazaar-plugin/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Jul 2007 17:43:40 -0000	1.2
+++ sources	29 Aug 2007 22:58:23 -0000	1.3
@@ -1 +1 @@
-673e449747d0b1402c9a8523114f8bbf  TracBzr-0.2.tar.gz
+ee40f6f28c64aee420a798c1543b1bca  TracBzr-0.2.tar.gz


Index: trac-bazaar-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trac-bazaar-plugin/devel/trac-bazaar-plugin.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- trac-bazaar-plugin.spec	13 Aug 2007 11:46:54 -0000	1.2
+++ trac-bazaar-plugin.spec	29 Aug 2007 22:58:23 -0000	1.3
@@ -1,31 +1,30 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define bzrrev 180
+%define bzrrev 182
 
 Name:           trac-bazaar-plugin
 Version:        0.2
-Release:        3.20070717bzr%{bzrrev}%{?dist}
+Release:        4.20070829bzr%{bzrrev}%{?dist}
 Summary:        Bazaar plugin for Trac
 
 Group:          Applications/Internet
-License:        GPLv2
+License:        GPLv2+
 URL:            http://bazaar-vcs.org/TracBzr
 # Source comes from a bazaar repository:
-#   bzr checkout --lightweight -r 180 http://panoramicfeedback.com/opensource/trac+bzr/
+#   bzr checkout --lightweight -r 182 http://panoramicfeedback.com/opensource/trac+bzr/
 #   cd trac+bzr
-#   patch -p0 <trac+bzr-install.patch # Included as %{SOURCE1}
 #   python setup.py sdist --formats gztar
 # tarball lands in trac+bzr/dist/
 Source0:        TracBzr-%{version}.tar.gz
-# Upstream Bug: https://bugs.launchpad.net/trac-bzr/+bug/126835
-# This applies to the checkout from revision control; not applied within the
-# spec file.
-Source1:        trac+bzr-install.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
+%if 0%{?fedora} >= 8
+BuildRequires:  python-setuptools-devel
+%else
 BuildRequires:  python-setuptools
+%endif
 Requires:       bzr
 Requires:       trac
 Requires:       python-setuptools
@@ -56,6 +55,11 @@
 %{python_sitelib}/*
 
 %changelog
+* Wed Aug 29 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.2-4.20070829bzr182
+- Update license tag to reflect GPLv2+.
+- New update from upstream that clarifies license and makes setuptools build
+  a correct tarball.
+
 * Sun Aug 12 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.2-3.20070712bzr180
 - Update license tag to reflect GPLv2 only.
 


--- trac+bzr-install.patch DELETED ---




More information about the fedora-extras-commits mailing list