[python-bugzilla] Update to 0.6.2! yyesssss

Will Woods wwoods at fedoraproject.org
Tue Jun 7 20:15:05 UTC 2011


commit 0946d772a40ce144cfc2d56de9e29acb74c5ef28
Author: Will Woods <wwoods at redhat.com>
Date:   Tue Jun 7 16:14:39 2011 -0400

    Update to 0.6.2! yyesssss

 .gitignore           |    1 +
 python-bugzilla.spec |   24 +++++++------
 python27.patch       |   98 --------------------------------------------------
 sources              |    2 +-
 4 files changed, 15 insertions(+), 110 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1edc335..c8a0892 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 python-bugzilla-0.6.1.tar.bz2
+/python-bugzilla-0.6.2.tar.bz2
diff --git a/python-bugzilla.spec b/python-bugzilla.spec
index 5829176..0fff007 100644
--- a/python-bugzilla.spec
+++ b/python-bugzilla.spec
@@ -1,18 +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.1
-Release:        4%{?dist}
+Version:        0.6.2
+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
-
-# Python 2.7 compatibility patch to handle changes in the underlying
-# xmlrpclib (rhbz#621298):
-Patch0:         python27.patch
+Source0:        https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -31,7 +27,6 @@ for interacting with bugzilla from shell scripts.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -41,8 +36,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
@@ -51,13 +44,22 @@ 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
+* Tue Jun 07 2011 Will Woods <wwoods at redhat.com> - 0.6.2-1
+- add 'bugzilla attach' command (#707320)
+- update CLI --help, improve manpage a bit
+- fix --blocked and other boolean CLI options (#621601)
+- use NamedTemporaryFile for temp. cookiefiles (#625019)
+- fix openattachment() on non-ascii filenames (#663674 - thanks kklic)
+- clean up handling of unknown product names (#659331)
+- misc CLI fixes (--oneline, --qa_whiteboard), add 'modify --qa_contact'
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 55b50bc..8a8128f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b604480c2b2df10b0560ef69cd2a09a  python-bugzilla-0.6.1.tar.bz2
+c60f6cbfd32e26ffe7bd059de4ded3b1  python-bugzilla-0.6.2.tar.bz2


More information about the scm-commits mailing list