rpms/python-bugzilla/devel .cvsignore, 1.6, 1.7 python-bugzilla.spec, 1.8, 1.9 sources, 1.7, 1.8

Will Woods wwoods at fedoraproject.org
Thu Feb 12 22:21:13 UTC 2009


Author: wwoods

Update of /cvs/pkgs/rpms/python-bugzilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21822

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	16 Oct 2008 20:26:58 -0000	1.6
+++ .cvsignore	12 Feb 2009 22:20:41 -0000	1.7
@@ -1 +1 @@
-python-bugzilla-0.4-rc4.tar.bz2
+python-bugzilla-0.5-rc1.tar.bz2


Index: python-bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/devel/python-bugzilla.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-bugzilla.spec	29 Nov 2008 15:27:16 -0000	1.8
+++ python-bugzilla.spec	12 Feb 2009 22:20:41 -0000	1.9
@@ -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.4
-Release:        0.rc4%{?dist}.1
+Version:        0.5
+Release:        0.rc1%{?dist}
 Summary:        A python library for interacting with Bugzilla
 
 Group:          Development/Languages
 License:        GPLv2+
 URL:            http://fedorahosted.org/python-bugzilla
-Source0:        python-bugzilla-0.4-rc4.tar.bz2
+Source0:        python-bugzilla-0.5-rc1.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,7 +25,7 @@
 interacting with bugzilla from shell scripts.
 
 %prep
-%setup -q -n %{name}-%{version}-rc4
+%setup -q -n %{name}-%{version}-rc1
 
 
 %build
@@ -52,6 +52,13 @@
 
 
 %changelog
+* Thu Feb 12 2009 Will Wods <wwoods at redhat.com> 0.5-0.rc1
+- Improve cookie handling
+- Add User class and associated Bugzilla methods (in Bugzilla 3.4)
+- Add {add,edit,get}component methods
+- Fix getbugs() so a single invalid bug ID won't abort the whole request
+- CLI: fix -c <component>
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.4-0.rc4.1
 - Rebuild for Python 2.6
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	16 Oct 2008 20:26:58 -0000	1.7
+++ sources	12 Feb 2009 22:20:41 -0000	1.8
@@ -1 +1 @@
-5ceabe79e888f7ed73a2b41102d4732f  python-bugzilla-0.4-rc4.tar.bz2
+2c8d7c275579b4da480717b732359bb1  python-bugzilla-0.5-rc1.tar.bz2




More information about the scm-commits mailing list