[python-bugzilla/f15] 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:09:24 UTC 2012


commit 1eb5a5cbabeba2510b99bd9d7084787032ebaed7
Author: Cole Robinson <crobinso at redhat.com>
Date:   Wed Jun 6 19:09:22 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 f143530..07f6e65 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:        2%{?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
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -55,6 +55,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %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
+
 * Thu Jun 09 2011 Will Woods <wwoods at redhat.com> - 0.6.2-2
 - Add "Requires: python-magic"
 
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