rpms/python-fedora/EL-5 .cvsignore, 1.22, 1.23 python-fedora.spec, 1.25, 1.26 sources, 1.23, 1.24

Toshio くらとみ toshio at fedoraproject.org
Sun Jun 14 13:14:07 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/python-fedora/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3000/EL-5

Modified Files:
	.cvsignore python-fedora.spec sources 
Log Message:

* Sat Jun 13 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.13.1-1
- Merge 0.3.12.1 and 0.3.13 releases together.
- Fas and pkgdb fixes for new server compat.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	5 Jun 2009 15:33:04 -0000	1.22
+++ .cvsignore	14 Jun 2009 13:13:36 -0000	1.23
@@ -1 +1 @@
-python-fedora-0.3.12.1.tar.gz
+python-fedora-0.3.13.1.tar.gz


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/python-fedora.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- python-fedora.spec	11 Jun 2009 16:42:59 -0000	1.25
+++ python-fedora.spec	14 Jun 2009 13:13:36 -0000	1.26
@@ -1,21 +1,20 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-fedora
-Version:        0.3.12.1
-Release:        2%{?dist}
+Version:        0.3.13.1
+Release:        1%{?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
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
-BuildRequires:  python-paver
+BuildRequires:  python-paver >= 1.0
 BuildRequires:  python-sphinx
 %if 0%{?fedora} >= 9
 BuildRequires:  python-cherrypy2
@@ -45,7 +44,6 @@ TurboGears Applications such as Bodhi, P
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 paver build
@@ -54,10 +52,6 @@ paver html
 %install
 rm -rf %{buildroot}
 paver install --skip-build --root %{buildroot}
-%if 0%{?fedora} <= 10
-    paver install_catalogs --root %{buildroot} --install-catalogs \
-             %{_datadir}/locale --skip-build
-%endif
 
 mv build-doc/html doc/
 %find_lang %{name}
@@ -71,6 +65,13 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Sat Jun 13 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.13.1-1
+- Merge 0.3.12.1 and 0.3.13 releases together.
+
+* Sat Jun 13 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.13-1
+- New release.  Some new pkgdb API, defaultdict implementation, and a
+  bugfix to response code from the shipped login controller.
+
 * Wed Jun 11 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.3.12.1-2
 - Backport a patch to add a bugzilla_email entry.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- sources	5 Jun 2009 15:33:05 -0000	1.23
+++ sources	14 Jun 2009 13:13:36 -0000	1.24
@@ -1 +1 @@
-71067342084e6a1e81e2edabb1464496  python-fedora-0.3.12.1.tar.gz
+c42d24ef3fb28b15a3a4f2ad93d407c8  python-fedora-0.3.13.1.tar.gz




More information about the fedora-extras-commits mailing list