rpms/python-beaker/devel .cvsignore, 1.9, 1.10 python-beaker.spec, 1.15, 1.16 sources, 1.9, 1.10 beaker-hmac2.4.patch, 1.1, NONE python-beaker-middleware-config.patch, 1.1, NONE

Luke Macken lmacken at fedoraproject.org
Fri Jan 22 22:14:03 UTC 2010


Author: lmacken

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

Modified Files:
	.cvsignore python-beaker.spec sources 
Removed Files:
	beaker-hmac2.4.patch python-beaker-middleware-config.patch 
Log Message:
* Fri Jan 22 2010 Luke Macken <lmacken at redhat.com> - 1.5.1-1
- Update to 1.5.1
- Remove beaker-hmac2.4.patch, which made it into 1.4 upstream
- Remove middleware-config.patch which is also upstream




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	5 Jun 2009 13:50:01 -0000	1.9
+++ .cvsignore	22 Jan 2010 22:14:02 -0000	1.10
@@ -1 +1 @@
-Beaker-1.3.1.tar.gz
+Beaker-1.5.1.tar.gz


Index: python-beaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/python-beaker.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- python-beaker.spec	26 Jul 2009 20:10:09 -0000	1.15
+++ python-beaker.spec	22 Jan 2010 22:14:02 -0000	1.16
@@ -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.5.1
+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,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 22 2010 Luke Macken <lmacken at redhat.com> - 1.5.1-1
+- Update to 1.5.1
+- Remove beaker-hmac2.4.patch, which made it into 1.4 upstream
+- Remove middleware-config.patch which is also upstream
+
 * 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/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	5 Jun 2009 13:50:01 -0000	1.9
+++ sources	22 Jan 2010 22:14:02 -0000	1.10
@@ -1 +1 @@
-bdc4237d68f1a0f9b853d202a2d16617  Beaker-1.3.1.tar.gz
+87e39bb000faa2645e60df69b898ee16  Beaker-1.5.1.tar.gz


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


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



More information about the scm-commits mailing list