From 8fd3d788470867b3965a45878951ea9e829d45bd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jan 12 2011 22:35:57 +0000 Subject: Update to final 0.9.7 --- 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 - 0.9.7-1 +- Update to final 0.9.7 + * Sun Sep 12 2010 Kevin Fenzi - 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