rpms/python-beaker/devel .cvsignore, 1.2, 1.3 python-beaker.spec, 1.1, 1.2 sources, 1.2, 1.3 beaker-bsd.patch, 1.1, NONE

Kyle VanderBeek (kylev) fedora-extras-commits at redhat.com
Tue Jun 24 18:15:14 UTC 2008


Author: kylev

Update of /cvs/pkgs/rpms/python-beaker/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv654

Modified Files:
	.cvsignore python-beaker.spec sources 
Removed Files:
	beaker-bsd.patch 
Log Message:
0.9.5 upstream bugfix release for several cache issues.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 May 2008 21:23:08 -0000	1.2
+++ .cvsignore	24 Jun 2008 18:14:32 -0000	1.3
@@ -1 +1 @@
-Beaker-0.9.4.tar.gz
+Beaker-0.9.5.tar.gz


Index: python-beaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/python-beaker.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-beaker.spec	27 May 2008 21:23:08 -0000	1.1
+++ python-beaker.spec	24 Jun 2008 18:14:32 -0000	1.2
@@ -1,15 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: python-beaker
-Version: 0.9.4
-Release: 4%{?dist}
+Version: 0.9.5
+Release: 1%{?dist}
 Summary: WSGI middleware layer to provide sessions
 
 Group: Development/Languages
 License: BSD
 URL: http://beaker.groovie.org/
 Source0: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
-Patch0: beaker-bsd.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python-setuptools-devel
@@ -22,7 +21,6 @@
 
 %prep
 %setup -q -n Beaker-%{version}
-%patch0
 
 
 %build
@@ -46,6 +44,10 @@
 
 
 %changelog
+* Tue Jun 24 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.5-1
+- Update to 0.9.5.
+- Remove license patch which is now corrected upstream.
+
 * Mon May 12 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.4-4
 - Fix files to not use wildcard, fixing dir ownership
 
@@ -61,4 +63,3 @@
 
 * Wed Apr  9 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.3-1
 - Initial version.
-


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 May 2008 21:23:08 -0000	1.2
+++ sources	24 Jun 2008 18:14:32 -0000	1.3
@@ -1 +1 @@
-9e474576e948d7f80ce238d31c80ade3  Beaker-0.9.4.tar.gz
+696d80afaf587c7e1d2fd0031305025c  Beaker-0.9.5.tar.gz


--- beaker-bsd.patch DELETED ---




More information about the fedora-extras-commits mailing list