rpms/python-fedora/F-10 python-fedora-0.3.12.1-bugzilla_email.patch, NONE, 1.1 python-fedora.spec, 1.34, 1.35

Ricky Zhou (周家杰) ricky at fedoraproject.org
Thu Jun 11 16:43:30 UTC 2009


Author: ricky

Update of /cvs/pkgs/rpms/python-fedora/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21906/F-10

Modified Files:
	python-fedora.spec 
Added Files:
	python-fedora-0.3.12.1-bugzilla_email.patch 
Log Message:
* Wed Jun 11 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.3.12.1-2
- Backport a patch to add a bugzilla_email entry.


python-fedora-0.3.12.1-bugzilla_email.patch:

--- NEW FILE python-fedora-0.3.12.1-bugzilla_email.patch ---
=== modified file 'fedora/client/fas2.py'
--- fedora/client/fas2.py	2009-06-03 19:38:59 +0000
+++ fedora/client/fas2.py	2009-06-11 16:13:05 +0000
@@ -143,6 +143,8 @@
                 101475: 'mail at romal.de',
                 # Mathieu Bridon: mathieu.bridon at gmail.com
                 100753: 'bochecha at fedoraproject.org',
+                # Davide Cescato: davide.cescato at iaeste.ch
+                123204: 'ceski at fedoraproject.org',
                 }
         # A few people have an email account that is used in owners.list but
         # have setup a bugzilla account for their primary account system email



Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-10/python-fedora.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- python-fedora.spec	5 Jun 2009 15:33:05 -0000	1.34
+++ python-fedora.spec	11 Jun 2009 16:43:00 -0000	1.35
@@ -2,13 +2,14 @@
 
 Name:           python-fedora
 Version:        0.3.12.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
 License:        GPLv2
 URL:            https://fedorahosted.org/python-fedora/
 Source0:        https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz
+Patch0:         python-fedora-0.3.12.1-bugzilla_email.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -44,6 +45,7 @@ TurboGears Applications such as Bodhi, P
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 paver build
@@ -69,6 +71,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Wed Jun 11 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.3.12.1-2
+- Backport a patch to add a bugzilla_email entry.
+
 * Wed Jun 03 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.3.12.1-1
 - Update for new FAS release.
 




More information about the fedora-extras-commits mailing list