[python-bugzilla/el5] 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
Thu Jun 14 23:19:11 UTC 2012


commit c6703b8f1bcf901003f124b48a4d3f721e1e2345
Author: Cole Robinson <crobinso at redhat.com>
Date:   Thu Jun 14 19:19:08 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 |   21 +++++------
 python27.patch       |   98 --------------------------------------------------
 sources              |    2 +-
 4 files changed, 12 insertions(+), 110 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1edc335..53ae8e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 python-bugzilla-0.6.1.tar.bz2
+/python-bugzilla-0.7.0.tar.gz
diff --git a/python-bugzilla.spec b/python-bugzilla.spec
index ab9c644..0e03459 100644
--- a/python-bugzilla.spec
+++ b/python-bugzilla.spec
@@ -1,18 +1,15 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-bugzilla
-Version:        0.6.1
-Release:        3%{?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:        %{name}-%{version}.tar.bz2
+Source0:        https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz
 
-# Python 2.7 compatibility patch to handle changes in the underlying
-# xmlrpclib (rhbz#621298):
-Patch0:         python27.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -31,7 +28,6 @@ for interacting with bugzilla from shell scripts.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -41,9 +37,6 @@ for interacting with bugzilla from shell scripts.
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-# fix rpmlint complaint
-chmod -x selftest.py 
- 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,13 +44,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README THANKS TODO PKG-INFO selftest.py
+%doc COPYING README THANKS TODO PKG-INFO
 %{python_sitelib}/*
 %{_bindir}/bugzilla
 %{_mandir}/man1/bugzilla.1.gz
 
 
 %changelog
+* Thu Jun 14 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 Aug  5 2010 David Malcolm <dmalcolm at redhat.com> - 0.6.1-3
 - add compatibility patch for python 2.7 (bug 621298)
 
diff --git a/sources b/sources
index 55b50bc..ca9a1c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b604480c2b2df10b0560ef69cd2a09a  python-bugzilla-0.6.1.tar.bz2
+b1a3a1d0ef5089ea1b9420e5d988f3ae  python-bugzilla-0.7.0.tar.gz


More information about the scm-commits mailing list