rpms/python-fedora/F-9 .cvsignore, 1.23, 1.24 python-fedora.spec, 1.27, 1.28 sources, 1.25, 1.26

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


Author: toshio

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

Modified Files:
	.cvsignore python-fedora.spec sources 
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/F-9/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	9 Feb 2009 06:40:39 -0000	1.23
+++ .cvsignore	7 Mar 2009 16:38:03 -0000	1.24
@@ -1 +1 @@
-python-fedora-0.3.9.tar.gz
+python-fedora-0.3.10.tar.gz


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-9/python-fedora.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- python-fedora.spec	9 Feb 2009 06:40:39 -0000	1.27
+++ python-fedora.spec	7 Mar 2009 16:38:03 -0000	1.28
@@ -1,7 +1,7 @@
-%{!?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
+Version:        0.3.10
 Release:        1%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
@@ -44,12 +44,12 @@
 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
@@ -58,6 +58,12 @@
 %{python_sitelib}/*
 
 %changelog
+* Fri Mar 6 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.10-1
+- CSRF fixes and django authentication provider.
+
+* 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/F-9/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	9 Feb 2009 06:40:39 -0000	1.25
+++ sources	7 Mar 2009 16:38:03 -0000	1.26
@@ -1 +1 @@
-c3d2e4b9f4515859998081a1812a282d  python-fedora-0.3.9.tar.gz
+7e20b69e07c3f1eab3e6a99e1d009f3b  python-fedora-0.3.10.tar.gz




More information about the fedora-extras-commits mailing list