rpms/python-bugzilla/devel .cvsignore, 1.4, 1.5 python-bugzilla.spec, 1.5, 1.6 sources, 1.5, 1.6

Will Woods wwoods at fedoraproject.org
Thu Oct 9 04:45:20 UTC 2008


Author: wwoods

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

Modified Files:
	.cvsignore python-bugzilla.spec sources 
Log Message:
update to rc3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	18 Sep 2008 22:52:54 -0000	1.4
+++ .cvsignore	9 Oct 2008 04:44:49 -0000	1.5
@@ -1 +1 @@
-python-bugzilla-0.4-rc2.tar.bz2
+python-bugzilla-0.4-rc3.tar.bz2


Index: python-bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/devel/python-bugzilla.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-bugzilla.spec	18 Sep 2008 22:52:54 -0000	1.5
+++ python-bugzilla.spec	9 Oct 2008 04:44:49 -0000	1.6
@@ -2,13 +2,13 @@
 
 Name:           python-bugzilla
 Version:        0.4
-Release:        0.rc2%{?dist}
+Release:        0.rc3%{?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-rc2.tar.bz2
+Source0:        python-bugzilla-0.4-rc3.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,19 +25,20 @@
 interacting with bugzilla from shell scripts.
 
 %prep
-%setup -q -n %{name}-%{version}-rc2
+%setup -q -n %{name}-%{version}-rc3
 
 
 %build
 %{__python} setup.py build
 
+
 %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
 
@@ -47,9 +48,15 @@
 %doc COPYING README TODO PKG-INFO selftest.py
 %{python_sitelib}/*
 %{_bindir}/bugzilla
+%{_mandir}/man1/bugzilla.1.gz
 
 
 %changelog
+* Fri Oct  8 2008 Will Woods <wwoods at redhat.com> 0.4.0.rc3
+- Add updateperms() - patch courtesy of Jon Stanley
+- Fix attachfile() for RHBugzilla3
+- Actually install man page. Whoops.
+
 * Thu Sep 18 2008 Will Woods <wwoods at redhat.com> 0.4-0.rc2
 - Auto-generated man page with much more info
 - Fix _attachfile()


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	18 Sep 2008 22:52:54 -0000	1.5
+++ sources	9 Oct 2008 04:44:49 -0000	1.6
@@ -1 +1 @@
-c563f6d9b528a83348ed543239cf1a55  python-bugzilla-0.4-rc2.tar.bz2
+8b8d9e32be69975fd5a9631348cac5aa  python-bugzilla-0.4-rc3.tar.bz2




More information about the scm-commits mailing list