rpms/python-beaker/devel .cvsignore, 1.8, 1.9 python-beaker.spec, 1.9, 1.10 sources, 1.8, 1.9

Luke Macken lmacken at fedoraproject.org
Fri Jun 5 13:50:31 UTC 2009


Author: lmacken

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

Modified Files:
	.cvsignore python-beaker.spec sources 
Log Message:
* Tue Jun 02 2009 Luke Macken <lmacken at redhat.com> - 1.3.1-2
- Add a patch to remove Beaker's use of hashlib on Python2.4,
  due to incompatiblities with Python's hmac module (#503772)

* Sun May 31 2009 Luke Macken <lmacken at redhat.com> - 1.3.1-1
- Update to 1.3.1




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	7 Apr 2009 06:26:05 -0000	1.8
+++ .cvsignore	5 Jun 2009 13:50:01 -0000	1.9
@@ -1 +1 @@
-Beaker-1.3.tar.gz
+Beaker-1.3.1.tar.gz


Index: python-beaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/python-beaker.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- python-beaker.spec	7 Apr 2009 06:26:05 -0000	1.9
+++ python-beaker.spec	5 Jun 2009 13:50:01 -0000	1.10
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: python-beaker
-Version: 1.3
-Release: 1%{?dist}
+Version: 1.3.1
+Release: 2%{?dist}
 Summary: WSGI middleware layer to provide sessions
 
 Group: Development/Languages
@@ -12,6 +12,7 @@ Source0: http://pypi.python.org/packages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python-setuptools-devel
+Patch0: %{name}-py2.4-hashlib.patch
 
 %description
 Beaker is a caching library that includes Session and Cache objects built on
@@ -21,6 +22,9 @@ manage Session objects and signed cookie
 
 %prep
 %setup -q -n Beaker-%{version}
+%if 0%{?fedora} <= 6
+%patch0 -p0 -b .hashlib
+%endif
 
 
 %build
@@ -44,6 +48,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 02 2009 Luke Macken <lmacken at redhat.com> - 1.3.1-2
+- Add a patch to remove Beaker's use of hashlib on Python2.4,
+  due to incompatiblities with Python's hmac module (#503772)
+
+* Sun May 31 2009 Luke Macken <lmacken at redhat.com> - 1.3.1-1
+- Update to 1.3.1
+
 * Tue Apr 07 2009 Felix Schwarz <felix.schwarz at oss.schwarz.eu> - 1.3-1
 - Update to 1.3
  


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	7 Apr 2009 06:26:05 -0000	1.8
+++ sources	5 Jun 2009 13:50:01 -0000	1.9
@@ -1 +1 @@
-b38afdc892460113609bf933284c75c5  Beaker-1.3.tar.gz
+bdc4237d68f1a0f9b853d202a2d16617  Beaker-1.3.1.tar.gz




More information about the fedora-extras-commits mailing list