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


commit bc0c458e9af32c0d8eedc018a2383b3654a29b36
Author: Cole Robinson <crobinso at redhat.com>
Date:   Thu Jun 14 19:14: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 |   15 +++++++++------
 sources              |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4990332..0d2bf21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 python-bugzilla-0.6.0.tar.bz2
+/python-bugzilla-0.7.0.tar.gz
diff --git a/python-bugzilla.spec b/python-bugzilla.spec
index 307099b..0ee0b69 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.0
+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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -35,9 +35,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
@@ -45,13 +42,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
+
 * Tue Mar 2 2010 Will Woods <wwoods at redhat.com> - 0.6.0-1
 - New version 0.6, with lots of improvements and fixes.
 - Library: add NovellBugzilla implementation
diff --git a/sources b/sources
index fcc238d..ca9a1c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-385152eda37a9f95b927c3f0f13b0503  python-bugzilla-0.6.0.tar.bz2
+b1a3a1d0ef5089ea1b9420e5d988f3ae  python-bugzilla-0.7.0.tar.gz


More information about the scm-commits mailing list