rpms/python-fedora/F-11 .cvsignore, 1.31, 1.32 python-fedora.spec, 1.40, 1.41 sources, 1.32, 1.33

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


Author: toshio

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

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/F-11/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- .cvsignore	5 Jun 2009 15:33:05 -0000	1.31
+++ .cvsignore	14 Jun 2009 13:13:37 -0000	1.32
@@ -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/F-11/python-fedora.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- python-fedora.spec	11 Jun 2009 16:43:00 -0000	1.40
+++ python-fedora.spec	14 Jun 2009 13:13:38 -0000	1.41
@@ -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/F-11/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- sources	5 Jun 2009 15:33:05 -0000	1.32
+++ sources	14 Jun 2009 13:13:38 -0000	1.33
@@ -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