rpms/python-fedora/EL-5 .cvsignore, 1.17, 1.18 python-fedora.spec, 1.19, 1.20 sources, 1.18, 1.19 python-fedora-el5.patch, 1.1, NONE

Toshio くらとみ toshio at fedoraproject.org
Sat Mar 7 16:38:32 UTC 2009


Author: toshio

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

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

* Fri Mar 6 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.10-1
- CSRF fixes and django authentication provider.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	9 Feb 2009 20:11:06 -0000	1.17
+++ .cvsignore	7 Mar 2009 16:38:01 -0000	1.18
@@ -1 +1 @@
-python-fedora-0.3.9.1.tar.gz
+python-fedora-0.3.10.tar.gz


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/python-fedora.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- python-fedora.spec	10 Feb 2009 17:37:08 -0000	1.19
+++ python-fedora.spec	7 Mar 2009 16:38:02 -0000	1.20
@@ -1,15 +1,14 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-fedora
-Version:        0.3.9.1
-Release:        2%{?dist}
+Version:        0.3.10
+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-el5.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -39,19 +38,18 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 paver build
 paver html
 
 %install
-rm -rf $RPM_BUILD_ROOT
-paver install --skip-build --root $RPM_BUILD_ROOT
+rm -rf %{buildroot}
+paver install --skip-build --root %{buildroot}
 mv build-doc/html doc/
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
@@ -60,11 +58,11 @@
 %{python_sitelib}/*
 
 %changelog
-* Mon Feb 10 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.9.1-2
-- Another python-2.4 compatibility fix.
+* Fri Mar 6 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.10-1
+- CSRF fixes and django authentication provider.
 
-* Mon Feb 9 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.9.1-1
-- Fix for python-2.4 compatibility
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Sun Feb 8 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.9-1
 - New upstream with important bugfixes.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	9 Feb 2009 20:11:07 -0000	1.18
+++ sources	7 Mar 2009 16:38:02 -0000	1.19
@@ -1 +1 @@
-8cc6c2cab28a5bf9dafa71f542d12483  python-fedora-0.3.9.1.tar.gz
+7e20b69e07c3f1eab3e6a99e1d009f3b  python-fedora-0.3.10.tar.gz


--- python-fedora-el5.patch DELETED ---




More information about the fedora-extras-commits mailing list