From ab59543d8787fc5eff9bd876446e246c235f2bdd Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Sun, 3 Nov 2013 10:45:36 +0100 Subject: [PATCH] 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 - 0.09-1 +- Update to 0.09 +- Modify description to fix rpmlint warnings + * Sat Aug 03 2013 Fedora Release Engineering - 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