rpms/python-bugzilla/devel .cvsignore, 1.2, 1.3 python-bugzilla.spec, 1.3, 1.4 sources, 1.3, 1.4

Will Woods wwoods at fedoraproject.org
Thu Sep 4 21:51:41 UTC 2008


Author: wwoods

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Dec 2007 21:01:48 -0000	1.2
+++ .cvsignore	4 Sep 2008 21:51:10 -0000	1.3
@@ -1 +1 @@
-python-bugzilla-0.2.tar.gz
+python-bugzilla-0.4-rc1.tar.bz2


Index: python-bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/devel/python-bugzilla.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-bugzilla.spec	12 Aug 2008 20:39:12 -0000	1.3
+++ python-bugzilla.spec	4 Sep 2008 21:51:10 -0000	1.4
@@ -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.3
-Release:        1%{?dist}
+Version:        0.4
+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.3.tar.gz
+Source0:        python-bugzilla-0.4-rc1.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -21,17 +21,14 @@
 
 %description
 python-bugzilla is a python library for interacting with bugzilla instances
-over XML-RPC. Currently it only supports the Red Hat Bugzilla web services.
-This package also includes the 'bugzilla' commandline tool for interacting with
-bugzilla.
+over XML-RPC. This package also includes the 'bugzilla' commandline tool for
+interacting with bugzilla from shell scripts.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-rc1
 
 
 %build
-# fix rpmlint complaint (this is fixed in git)
-sed -i -e 's|^#!/usr/bin/python|# -*- python -*-|' bugzilla.py
 %{__python} setup.py build
 
 %install
@@ -53,6 +50,12 @@
 
 
 %changelog
+* Thu Sep  4 2008 Will Woods <wwoods at redhat.com> 0.4-0.rc1
+- Update to python-bugzilla 0.4-rc1
+- We now support upstream Bugzilla 3.x and Red Hat's Bugzilla 3.x instance
+- library saves login cookie in ~/.bugzillacookies
+- new 'bugzilla login' command to get a login cookie
+
 * Sat Jan 12 2008 Will Woods <wwoods at redhat.com> 0.3-1
 - Update to python-bugzilla 0.3 
 - 'modify' works in the commandline-util


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	12 Jan 2008 22:29:59 -0000	1.3
+++ sources	4 Sep 2008 21:51:10 -0000	1.4
@@ -1,2 +1 @@
-5253b8ba6bcc819def1184012e0f422a  python-bugzilla-0.2.tar.gz
-c01c9b489220b4fd853a3f6f8df20b01  python-bugzilla-0.3.tar.gz
+45d993640c1a73c1e52b9fd40d53f86e  python-bugzilla-0.4-rc1.tar.bz2




More information about the fedora-extras-commits mailing list