[python-cssutils] Update to 0.9.7 beta 3

Kevin Fenzi kevin at fedoraproject.org
Sun Sep 12 19:05:29 UTC 2010


commit 3bdc6017aee136d16a2609bca841490065ef3854
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Sun Sep 12 13:05:20 2010 -0600

    Update to 0.9.7 beta 3

 python-cssutils.spec |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/python-cssutils.spec b/python-cssutils.spec
index 91bd219..cbd7715 100644
--- a/python-cssutils.spec
+++ b/python-cssutils.spec
@@ -2,13 +2,12 @@
 
 Summary: CSS Cascading Style Sheets library for Python
 Name: python-cssutils
-Version: 0.9.6
-Release: 2%{?dist}
+Version: 0.9.7
+Release: 0.0.b3%{?dist}
 License: LGPLv3+
 Group: Development/Libraries
 URL: http://cthedot.de/cssutils/
-Source: http://cssutils.googlecode.com/files/cssutils-%{version}.zip
-Patch0: cssutils-0.9.6-nohashbang.patch
+Source: http://cssutils.googlecode.com/files/cssutils-0.9.7b3.zip
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 # Required at runtime for the css* executables
 Requires: python-setuptools
@@ -32,8 +31,7 @@ build CSS Cascading Style Sheets.
 
 
 %prep
-%setup -q -n cssutils-%{version}
-%patch0 -p1
+%setup -q -n cssutils-0.9.7b3
 # Convert all CRLF files, keeping original timestamps
 find . -type f -exec dos2unix -k {} \;
 
@@ -64,8 +62,6 @@ find . -type f -exec dos2unix -k {} \;
 %{python_sitelib}/cssutils-*.egg-info/
 %{python_sitelib}/cssutils/
 %{python_sitelib}/encutils/
-# This is a way too generic name!
-%exclude %{python_sitelib}/tests/
 
 %files doc
 %defattr(-,root,root,-)
@@ -73,6 +69,9 @@ find . -type f -exec dos2unix -k {} \;
 
 
 %changelog
+* Sun Sep 12 2010 Kevin Fenzi <kevin at tummy.com> - 0.9.7-0.0.b3
+- Update to 0.9.7 beta 3
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.9.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list