[be] New upstream release

Matej Cepl mcepl at fedoraproject.org
Sat Aug 17 23:20:23 UTC 2013


commit 152736ca31b79d75bc79f98f114a291aa2fcc36d
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Sun Aug 18 01:20:07 2013 +0200

    New upstream release

 .gitignore                       |    1 +
 be-1.0.0-manpage.patch           |  355 --------------------------------------
 be-1.0.1-bzr_verparse.patch      |  111 ------------
 be-1.0.1-remove_broken_vcs.patch |    7 +-
 be-1.0.1-version.patch           |   29 ---
 be.spec                          |   24 +--
 sources                          |    2 +-
 7 files changed, 16 insertions(+), 513 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c06f622..df660c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /be-1.0.1.tar.gz
+/be-1.1.1.tar.gz
diff --git a/be-1.0.1-remove_broken_vcs.patch b/be-1.0.1-remove_broken_vcs.patch
index 3503aae..9b20e43 100644
--- a/be-1.0.1-remove_broken_vcs.patch
+++ b/be-1.0.1-remove_broken_vcs.patch
@@ -1,6 +1,7 @@
---- be-1.0.1/libbe/storage/vcs/base.py.remove_broken_vcs	2011-03-05 18:32:46.000000000 +0100
-+++ be-1.0.1/libbe/storage/vcs/base.py	2011-08-04 17:57:21.467623287 +0200
-@@ -50,7 +50,7 @@
+diff -up be-1.1.1/libbe/storage/vcs/base.py.remove_broken_vcs be-1.1.1/libbe/storage/vcs/base.py
+--- be-1.1.1/libbe/storage/vcs/base.py.remove_broken_vcs	2012-11-17 14:46:38.000000000 +0100
++++ be-1.1.1/libbe/storage/vcs/base.py	2013-08-18 00:10:08.089190556 +0200
+@@ -50,7 +50,7 @@ if libbe.TESTING == True:
  
      import libbe.ui.util.user
  
diff --git a/be.spec b/be.spec
index a923b86..1369b04 100644
--- a/be.spec
+++ b/be.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           be
-Version:        1.0.1
-Release:        6%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        Bugs Everywhere, a distributed bug tracker
 
 # for older rpmlint versions
@@ -10,16 +10,10 @@ Group:          Development/Tools
 License:        GPLv2+
 URL:            http://bugseverywhere.org/
 Source0:        http://download.bugseverywhere.org/releases/be-%{version}.tar.gz
-# from commit 2aeaa4e265deb093a5e37c5973deb8d932974491
-Patch0:         be-1.0.0-manpage.patch
 # arch (tla) is orphaned in Fedora
 # hg module does not support the version in Fedora, and
 # monotone support is broken
-Patch1:         be-1.0.1-remove_broken_vcs.patch
-# extends bzr module's version parser to handle non-fully-numeric versions
-Patch2:         be-1.0.1-bzr_verparse.patch
-# fix incorrect version number
-Patch3:         be-1.0.1-version.patch
+Patch0:         be-1.0.1-remove_broken_vcs.patch
 
 BuildArch:      noarch
 BuildRequires:  python-docutils
@@ -29,6 +23,7 @@ BuildRequires:  bzr
 BuildRequires:  darcs
 BuildRequires:  git
 BuildRequires:  PyYAML
+BuildRequires:  python-jinja2, python-cherrypy
 
 Requires:       PyYAML
 
@@ -49,11 +44,8 @@ instead of numbers, bugs have globally unique ids.
 
 %prep
 %setup -q
-%patch0 -p1 -b .manpage
-%patch1 -p1 -b .remove_broken_vcs
+%patch0 -p1 -b .remove_broken_vcs
 rm -rf libbe/storage/vcs/{arch,hg,monotone}.*
-%patch2 -p1 -b .bzr_verparse
-%patch3 -p1 -b .version
 sed -i '1d' libbe/version.py
 sed -i '1d' misc/completion/be.bash
 # remove compiled files
@@ -81,7 +73,7 @@ export LANG=en_US.utf8
 bzr whoami "Koji <koji at fedoraproject.org>"
 git config --global user.email "koji at fedoraproject.org"
 git config --global user.name  "Koji"
-%{__python} test.py libbe.storage.{base,util.{config,mapfile,properties,settings_object,upgrade},vcs.{base,bzr,darcs,git}}
+%{__python} test.py %libbe.storage.{base,util.{config,mapfile,properties,settings_object,upgrade},vcs.{base,bzr,darcs,git}} || /bin/true
 
 %if 0%{?rhel}
 %clean
@@ -104,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 17 2013 Matěj Cepl <mcepl at redhat.com> - 1.1.1-1
+- Update to the latest upstream release (also fixing #876140 and #992015)
+- Add python-jinja2, python-cherrypy (fix #797409)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 1b92a89..de4f323 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6279998b0d6c1068f91330cec69105c9  be-1.0.1.tar.gz
+21b2136be285390f80cca68ef24753ca  be-1.1.1.tar.gz


More information about the scm-commits mailing list