[perl-CSS-Minifier-XS] Update to 0.09

Emmanuel Seyman eseyman at fedoraproject.org
Sun Nov 3 09:45:25 UTC 2013


commit ab59543d8787fc5eff9bd876446e246c235f2bdd
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Nov 3 10:45:36 2013 +0100

    Update to 0.09

 .gitignore                |    1 +
 perl-CSS-Minifier-XS.spec |   18 +++++++++++-------
 sources                   |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d129d9..6f04c87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 CSS-Minifier-XS-0.04.tar.gz
 CSS-Minifier-XS-0.07.tar.gz
 /CSS-Minifier-XS-0.08.tar.gz
+/CSS-Minifier-XS-0.09.tar.gz
diff --git a/perl-CSS-Minifier-XS.spec b/perl-CSS-Minifier-XS.spec
index ca13c82..b7ffe0d 100644
--- a/perl-CSS-Minifier-XS.spec
+++ b/perl-CSS-Minifier-XS.spec
@@ -1,6 +1,6 @@
 Name:       perl-CSS-Minifier-XS
-Version:    0.08
-Release:    7%{?dist}
+Version:    0.09
+Release:    1%{?dist}
 # lib/CSS/Minifier/XS.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -19,11 +19,11 @@ BuildRequires: perl(Test::Pod::Coverage)
 %{?perl_default_filter}
 
 %description
-'CSS::Minifier::XS' is a CSS "minifier"; it's designed to remove un-
-necessary whitespace and comments from CSS files, while also *not*
-breaking the CSS. 'CSS::Minifier::XS' is similar in function to
-'CSS::Minifier', but is substantially faster as it's written in XS and
-not just pure Perl.
+'CSS::Minifier::XS' is a CSS "minifier". It's designed to remove
+unnecessary white-space and comments from CSS files, while also
+*not* breaking the CSS. 'CSS::Minifier::XS' is similar in function
+to 'CSS::Minifier', but is substantially faster as it's written
+in XS and not just pure Perl.
 
 
 %prep
@@ -51,6 +51,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Nov 03 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.09-1
+- Update to 0.09
+- Modify description to fix rpmlint warnings
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.08-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 6c0d23e..ba6c7ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10a71fd208a20f69c13526a3f592d934  CSS-Minifier-XS-0.08.tar.gz
+583722bcd6175fcafaff63c769accc6f  CSS-Minifier-XS-0.09.tar.gz



More information about the perl-devel mailing list