[python-bugzilla/f17] Rebased to version 0.7.0 Fix querying with latest Red Hat bugzilla Bugzilla 4 API support Improve qu

Cole Robinson crobinso at fedoraproject.org
Wed Jun 6 23:08:04 UTC 2012


commit e583fe071b5794f87d3bfcb97ed56de9d6d73a4b
Author: Cole Robinson <crobinso at redhat.com>
Date:   Wed Jun 6 19:08:02 2012 -0400

    Rebased to version 0.7.0
    Fix querying with latest Red Hat bugzilla
    Bugzilla 4 API support
    Improve querying non-RH bugzilla instances

 .gitignore           |    1 +
 python-bugzilla.spec |   12 +++++++++---
 sources              |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8a0892..be7b05b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 python-bugzilla-0.6.1.tar.bz2
 /python-bugzilla-0.6.2.tar.bz2
+/python-bugzilla-0.7.0.tar.gz
diff --git a/python-bugzilla.spec b/python-bugzilla.spec
index 12aa571..8df6659 100644
--- a/python-bugzilla.spec
+++ b/python-bugzilla.spec
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-bugzilla
-Version:        0.6.2
-Release:        4%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        A python library for interacting with Bugzilla
 
 Group:          Development/Languages
 License:        GPLv2+
 URL:            https://fedorahosted.org/python-bugzilla
-Source0:        https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.bz2
+Source0:        https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -44,6 +44,12 @@ for interacting with bugzilla from shell scripts.
 
 
 %changelog
+* Wed Jun 06 2012 Cole Robinson <crobinso at redhat.com> - 0.7.0-1
+- Rebased to version 0.7.0
+- Fix querying with latest Red Hat bugzilla
+- Bugzilla 4 API support
+- Improve querying non-RH bugzilla instances
+
 * Tue Apr  3 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.6.2-4
 - Cleanup spec and actually rebuild
 
diff --git a/sources b/sources
index 8a8128f..ca9a1c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c60f6cbfd32e26ffe7bd059de4ded3b1  python-bugzilla-0.6.2.tar.bz2
+b1a3a1d0ef5089ea1b9420e5d988f3ae  python-bugzilla-0.7.0.tar.gz


More information about the scm-commits mailing list