rpms/python-fedora/devel .cvsignore, 1.32, 1.33 python-fedora.spec, 1.41, 1.42 sources, 1.33, 1.34 python-fedora-0.3.12.1-bugzilla_email.patch, 1.1, NONE

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


Author: toshio

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

Modified Files:
	.cvsignore python-fedora.spec sources 
Removed Files:
	python-fedora-0.3.12.1-bugzilla_email.patch 
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.
- Changes for new fas and new pkgdb server.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- .cvsignore	5 Jun 2009 15:40:14 -0000	1.32
+++ .cvsignore	14 Jun 2009 13:02:13 -0000	1.33
@@ -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/devel/python-fedora.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- python-fedora.spec	11 Jun 2009 16:43:01 -0000	1.41
+++ python-fedora.spec	14 Jun 2009 13:02:13 -0000	1.42
@@ -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/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- sources	5 Jun 2009 15:40:14 -0000	1.33
+++ sources	14 Jun 2009 13:02:13 -0000	1.34
@@ -1 +1 @@
-71067342084e6a1e81e2edabb1464496  python-fedora-0.3.12.1.tar.gz
+c42d24ef3fb28b15a3a4f2ad93d407c8  python-fedora-0.3.13.1.tar.gz


--- python-fedora-0.3.12.1-bugzilla_email.patch DELETED ---




More information about the fedora-extras-commits mailing list