[bzrtools] Version update for bzr 2.3

Henrik Nordström hno at fedoraproject.org
Fri Oct 29 21:35:44 UTC 2010


commit 59a4c5bfea890052b42c4fc1c341973840446402
Author: Henrik Nordstrom <henrik at henriknordstrom.net>
Date:   Fri Oct 29 23:32:09 2010 +0200

    Version update for bzr 2.3

 .gitignore    |    3 +++
 bzrtools.spec |   16 +++++++++++-----
 sources       |    1 +
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfbf474..db3c0ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
 bzrtools-2.2.0.tar.gz
 bzrtools-2.2.0.tar.gz.sig
+/bzrtools-2.2.0.tar.gz
+/bzrtools-2.2.0.tar.gz.sig
+/744
diff --git a/bzrtools.spec b/bzrtools.spec
index 7b2164a..a0bb0d1 100644
--- a/bzrtools.spec
+++ b/bzrtools.spec
@@ -7,14 +7,15 @@
 # (bzrlib is arch dependent.  Thus bzrlib plugins are also arch dependent.)
 %global debug_package %{nil}
 
-%global bzrver 2.2
-%global bzrnextver 2.3
+%global bzrver 2.3
+%global bzrnextver 2.4
 
 Name:           bzrtools
-Version:        %{bzrver}.0
+#Version:       %{bzrver}.0
+Version:        2.2.0
 #global subtag  b1
 %global branch  stable
-Release:        4%{?subtag:.}%{?subtag}%{?dist}
+Release:        5%{?subtag:.}%{?subtag}%{?dist}
 Summary:        A collection of utilities and plugins for Bazaar-NG
 
 Group:          Development/Tools
@@ -22,6 +23,7 @@ License:        GPLv2+
 URL:            http://bazaar-vcs.org/BzrTools
 Source0:        https://launchpad.net/bzrtools/%{branch}/%{version}%{?subtag}/+download/%{name}-%{version}%{?subtag}.tar.gz
 Source1:        https://launchpad.net/bzrtools/%{branch}/%{version}%{?subtag}/+download/%{name}-%{version}%{?subtag}.tar.gz.sig
+Patch0:         http://bazaar.launchpad.net/%7Eabentley/bzrtools/bzrtools.dev/diff/744
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python2-devel
@@ -30,7 +32,7 @@ BuildRequires:  python2-devel
 # also untested with bzrversion++ and may not work (depending on what has
 # changed between releases.). But releases often lag behind slightly so
 # we allow one revision difference, hoping that it will work..
-Requires:   bzr >= %{bzrver}, bzr <= %{bzrnextver}
+Requires:   bzr >= %{bzrver}, bzr < %{bzrnextver}
 
 %description
 BzrTools is a collection of plugins for Bazaar-NG (bzr).  Among the included
@@ -47,6 +49,7 @@ plugins are:
 
 %prep
 %setup -q -n %{name}
+%patch0 -p0
 
 
 %build
@@ -77,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Oct 29 2010 Henrik Nordstrom <henrik at henriknordstrom.net> - 2.2.0-5
+- Version change for bzr-2.3.
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 2.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 59b6d72..5661156 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 8a05bb1d7d2a53bbcecf1b486fa06f76  bzrtools-2.2.0.tar.gz
 bf3f0b5cf2ac6bc870364b911267c8e8  bzrtools-2.2.0.tar.gz.sig
+f204806d3357c9fe2f6b78bf26690d45  744


More information about the scm-commits mailing list