[python-cssutils] Update to final 0.9.7

Kevin Fenzi kevin at fedoraproject.org
Wed Jan 12 22:36:10 UTC 2011


commit 8fd3d788470867b3965a45878951ea9e829d45bd
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Wed Jan 12 15:35:57 2011 -0700

    Update to final 0.9.7

 .gitignore           |    1 +
 python-cssutils.spec |    9 ++++++---
 sources              |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0218409..41b7120 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 cssutils-0.9.6.zip
 /cssutils-0.9.7b3.zip
+/cssutils-0.9.7.zip
diff --git a/python-cssutils.spec b/python-cssutils.spec
index cbd7715..4ce7799 100644
--- a/python-cssutils.spec
+++ b/python-cssutils.spec
@@ -3,11 +3,11 @@
 Summary: CSS Cascading Style Sheets library for Python
 Name: python-cssutils
 Version: 0.9.7
-Release: 0.0.b3%{?dist}
+Release: 1%{?dist}
 License: LGPLv3+
 Group: Development/Libraries
 URL: http://cthedot.de/cssutils/
-Source: http://cssutils.googlecode.com/files/cssutils-0.9.7b3.zip
+Source: http://cssutils.googlecode.com/files/cssutils-0.9.7.zip
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 # Required at runtime for the css* executables
 Requires: python-setuptools
@@ -31,7 +31,7 @@ build CSS Cascading Style Sheets.
 
 
 %prep
-%setup -q -n cssutils-0.9.7b3
+%setup -q -n cssutils-0.9.7
 # Convert all CRLF files, keeping original timestamps
 find . -type f -exec dos2unix -k {} \;
 
@@ -69,6 +69,9 @@ find . -type f -exec dos2unix -k {} \;
 
 
 %changelog
+* Wed Jan 12 2011 Kevin Fenzi <kevin at tummy.com> - 0.9.7-1
+- Update to final 0.9.7
+
 * Sun Sep 12 2010 Kevin Fenzi <kevin at tummy.com> - 0.9.7-0.0.b3
 - Update to 0.9.7 beta 3
 
diff --git a/sources b/sources
index 4cde2ee..e81de23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4539c061bb03612cc3a0e278c44e8f96  cssutils-0.9.7b3.zip
+69e93d7edb30365dd6712d62df0850ed  cssutils-0.9.7.zip


More information about the scm-commits mailing list