rpms/python-werkzeug/F-12 .cvsignore, 1.3, 1.4 python-werkzeug.spec, 1.2, 1.3 sources, 1.3, 1.4

Peter Halliday hoangelos at fedoraproject.org
Mon May 24 02:38:46 UTC 2010


Author: hoangelos

Update of /cvs/pkgs/rpms/python-werkzeug/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12900

Modified Files:
	.cvsignore python-werkzeug.spec sources 
Log Message:
update to 0.6.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-werkzeug/F-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	6 Mar 2010 23:59:15 -0000	1.3
+++ .cvsignore	24 May 2010 02:38:45 -0000	1.4
@@ -1 +1 @@
-Werkzeug-0.6.tar.gz
+Werkzeug-0.6.2.tar.gz


Index: python-werkzeug.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-werkzeug/F-12/python-werkzeug.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- python-werkzeug.spec	6 Mar 2010 23:59:15 -0000	1.2
+++ python-werkzeug.spec	24 May 2010 02:38:45 -0000	1.3
@@ -3,7 +3,7 @@
 %global srcname Werkzeug
 
 Name:           python-werkzeug
-Version:        0.6
+Version:        0.6.2
 Release:        1%{?dist}
 Summary:        The Swiss Army knife of Python web development 
 
@@ -15,7 +15,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-BuildRequires:  python-nose
 BuildRequires:  python-setuptools-devel
 
 %description
@@ -55,11 +54,14 @@ Documentation and examples for %{name}.
 
 %build
 %{__python} setup.py build
+find examples/ -name '*.py' -executable | xargs chmod -x
+find examples/ -name '*.png' -executable | xargs chmod -x
 
 %install
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 %{__rm} -rf docs/_build/html/.buildinfo
+%{__rm} -rf examples/cupoftee/db.pyc
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -74,6 +76,8 @@ Documentation and examples for %{name}.
 %doc docs/_build/html examples
 
 %changelog
+* Sun May 23 2010 Peter Halliday <phalliday at excelsiorsystems.net> - 0.6.2-1
+- Updating because upstream release of Werkzeug 0.6
 * Sat Mar 05 2010 Peter Halliday <phalliday at excelsiorsystems.net> - 0.6-1
 - Updating because upstream release of Werkzeug 0.6
 * Tue Aug 25 2009 Peter Halliday <phalliday at excelsiorsystems.net> - 0.5.1-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-werkzeug/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	6 Mar 2010 23:59:15 -0000	1.3
+++ sources	24 May 2010 02:38:45 -0000	1.4
@@ -1 +1 @@
-b84236e8d9a012591f26fd211fa2c84e  Werkzeug-0.6.tar.gz
+519408350346a247333bb5d584371724  Werkzeug-0.6.2.tar.gz



More information about the scm-commits mailing list