rpms/python-bugzilla/F-13 .cvsignore, 1.10, 1.11 python-bugzilla.spec, 1.15, 1.16 sources, 1.12, 1.13

Will Woods wwoods at fedoraproject.org
Fri Apr 16 19:04:35 UTC 2010


Author: wwoods

Update of /cvs/pkgs/rpms/python-bugzilla/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18311

Modified Files:
	.cvsignore python-bugzilla.spec sources 
Log Message:
0.6.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/F-13/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	2 Mar 2010 18:28:34 -0000	1.10
+++ .cvsignore	16 Apr 2010 19:04:35 -0000	1.11
@@ -1 +1 @@
-python-bugzilla-0.6.0.tar.bz2
+python-bugzilla-0.6.1.tar.bz2


Index: python-bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/F-13/python-bugzilla.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- python-bugzilla.spec	2 Mar 2010 18:28:34 -0000	1.15
+++ python-bugzilla.spec	16 Apr 2010 19:04:35 -0000	1.16
@@ -1,7 +1,7 @@
 %{!?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.6.1
 Release:        1%{?dist}
 Summary:        A python library for interacting with Bugzilla
 
@@ -52,6 +52,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 16 2010 Will Woods <wwoods at redhat.com> - 0.6.1-1
+- CLI speedup: skip version autodetection for bugzilla.redhat.com
+- CLI: fix bug 581670 - UnicodeEncodeError crash using --outputformat
+- CLI: fix bug 549186 - parser failure/xmlrpc Fault on 'bugzilla query'
+- Library: fix bug 577327 - crash changing assignee without --comment
+- Library: fix bug 580711 - crash when bug has empty CC list
+- Library: add new Bugzilla36 class
+- Library: export and autodetect Bugzilla34 and Bugzilla36 classes
+
 * 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/F-13/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	2 Mar 2010 18:28:34 -0000	1.12
+++ sources	16 Apr 2010 19:04:35 -0000	1.13
@@ -1 +1 @@
-385152eda37a9f95b927c3f0f13b0503  python-bugzilla-0.6.0.tar.bz2
+9b604480c2b2df10b0560ef69cd2a09a  python-bugzilla-0.6.1.tar.bz2



More information about the scm-commits mailing list