rpms/python-fedora/devel .cvsignore, 1.31, 1.32 python-fedora.spec, 1.39, 1.40 sources, 1.32, 1.33

Ricky Zhou (周家杰) ricky at fedoraproject.org
Fri Jun 5 15:40:44 UTC 2009


Author: ricky

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

Modified Files:
	.cvsignore python-fedora.spec sources 
Log Message:
* Wed Jun 03 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.3.12.1-1
- Update for new FAS release.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- .cvsignore	14 May 2009 07:07:07 -0000	1.31
+++ .cvsignore	5 Jun 2009 15:40:14 -0000	1.32
@@ -1 +1 @@
-python-fedora-0.3.13.tar.gz
+python-fedora-0.3.12.1.tar.gz


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/devel/python-fedora.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- python-fedora.spec	14 May 2009 07:07:07 -0000	1.39
+++ python-fedora.spec	5 Jun 2009 15:40:14 -0000	1.40
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-fedora
-Version:        0.3.13
+Version:        0.3.12.1
 Release:        1%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
@@ -52,6 +52,10 @@ 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}
@@ -65,9 +69,8 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
-* Wed May 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 03 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.3.12.1-1
+- Update for new FAS release.
 
 * Thu Mar 19 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.12-1
 - Bugfix and cleanup release.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- sources	14 May 2009 07:07:07 -0000	1.32
+++ sources	5 Jun 2009 15:40:14 -0000	1.33
@@ -1 +1 @@
-bb911fd9be1ea523065f2bd6da5414e5  python-fedora-0.3.13.tar.gz
+71067342084e6a1e81e2edabb1464496  python-fedora-0.3.12.1.tar.gz




More information about the fedora-extras-commits mailing list