[qbzr] Upstream update compatible with bzr-2.3 and 2.4

Toshio くらとみ toshio at fedoraproject.org
Fri Jul 15 15:45:11 UTC 2011


commit df477e175cf685ad07df0a9273bffdff233beb8d
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Jul 15 08:44:52 2011 -0700

    Upstream update compatible with bzr-2.3 and 2.4

 .gitignore |    1 +
 qbzr.spec  |   15 ++++++++-------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9738375..58f893a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /qbzr-0.20.0.tar.gz
 /qbzr-0.20.1.tar.gz
+/qbzr-0.21b1.tar.gz
diff --git a/qbzr.spec b/qbzr.spec
index ae8cbff..20cd48f 100644
--- a/qbzr.spec
+++ b/qbzr.spec
@@ -1,20 +1,18 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 # this is actually a noarch package, but put in sitearch
 # to go with the other bzr plugins
 %global debug_package %{nil}
+%global alphatag b1
 
 Name:           qbzr
-Version:        0.20.1
-Release:        1%{?dist}
+Version:        0.21
+Release:        0.1.b1%{?dist}
 Summary:        Bazaar plugin for Qt interface to most Bazaar operations
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://wiki.bazaar-vcs.org/QBzr
-Source0:        http://launchpad.net/qbzr/0.20/%{version}/+download/qbzr-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://launchpad.net/qbzr/0.21/%{version}%{?alphatag}/+download/qbzr-%{version}%{?alphatag}.tar.gz
 
 BuildRequires: python2-devel
 BuildRequires: python-docutils
@@ -25,7 +23,7 @@ BuildRequires: bzr
 BuildRequires: python-testtools
 BuildRequires: Xvfb xauth
 #############
-Requires: bzr >= 2.1.0
+Requires: bzr >= 2.3.0
 Requires: PyQt4 >= 4.4
 Requires: python-pygments
 Requires: python-enchant
@@ -104,6 +102,9 @@ popd
 
 
 %changelog
+* Fri Jul 15 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.21-1
+- Upstream update compatible with bzr-2.3 and 2.4
+
 * Thu Apr 28 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.20.1-1
 - Minor upstream bugfix release 0.20.1.
 - Move egg-info to sitearch along with the plugin code
diff --git a/sources b/sources
index e6841af..97df862 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b37b7953c1ddf425b7490c47b6210c3e  qbzr-0.20.1.tar.gz
+766cf861c89c6974d0370d28d422d1df  qbzr-0.21b1.tar.gz


More information about the scm-commits mailing list