rpms/python-beaker/F-11 .cvsignore, 1.9, 1.10 python-beaker.spec, 1.10, 1.11 sources, 1.9, 1.10 beaker-hmac2.4.patch, 1.1, NONE python-beaker-middleware-config.patch, 1.1, NONE

Felix Schwarz fschwarz at fedoraproject.org
Sat Sep 26 00:11:54 UTC 2009


Author: fschwarz

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

Modified Files:
	.cvsignore python-beaker.spec sources 
Removed Files:
	beaker-hmac2.4.patch python-beaker-middleware-config.patch 
Log Message:
update to beaker 1.4.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	30 Jul 2009 19:02:43 -0000	1.9
+++ .cvsignore	26 Sep 2009 00:11:52 -0000	1.10
@@ -1 +1 @@
-Beaker-1.3.1.tar.gz
+Beaker-1.4.2.tar.gz


Index: python-beaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/F-11/python-beaker.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- python-beaker.spec	30 Jul 2009 19:02:43 -0000	1.10
+++ python-beaker.spec	26 Sep 2009 00:11:52 -0000	1.11
@@ -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.1
-Release: 6%{?dist}
+Version: 1.4.2
+Release: 1%{?dist}
 Summary: WSGI middleware layer to provide sessions
 
 Group: Development/Languages
@@ -12,9 +12,7 @@ Source0: http://pypi.python.org/packages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python-setuptools-devel
-Patch0: beaker-hmac2.4.patch
 Patch1: %{name}-absimport.patch
-Patch2: %{name}-middleware-config.patch
 
 %description
 Beaker is a caching library that includes Session and Cache objects built on
@@ -24,9 +22,7 @@ manage Session objects and signed cookie
 
 %prep
 %setup -q -n Beaker-%{version}
-%patch0 -p1 -b .hashlib
 %patch1 -p0 -b .absimport
-%patch2 -p1 -b .middleconfig
 
 
 %build
@@ -50,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Sep 26 2009 Felix Schwarz <felix.schwarz at oss.schwarz.eu> - 1.4.2-1
+- New upstream release to fix bugs and minor enhancements
+- removed patches for hashlib+middleware
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	30 Jul 2009 19:02:43 -0000	1.9
+++ sources	26 Sep 2009 00:11:52 -0000	1.10
@@ -1 +1 @@
-bdc4237d68f1a0f9b853d202a2d16617  Beaker-1.3.1.tar.gz
+fa65f7cbef01dde83af545c1dd6a5b1b  Beaker-1.4.2.tar.gz


--- beaker-hmac2.4.patch DELETED ---


--- python-beaker-middleware-config.patch DELETED ---




More information about the fedora-extras-commits mailing list