[nodejs-clean-css] update to upstream 3.0.3

piotrp piotrp at fedoraproject.org
Sun Feb 15 20:41:41 UTC 2015


commit f01d1ae242569d3e0defcb7649ca7b7bbf40e0b6
Author: Piotr Popieluch <piotr1212 at gmail.com>
Date:   Sun Feb 15 21:41:07 2015 +0100

    update to upstream 3.0.3

 .gitignore            |    1 +
 nodejs-clean-css.spec |   12 ++++++++----
 sources               |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ae944f..85c03ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /clean-css-2.2.8.tgz
+/clean-css-3.0.3.tgz
diff --git a/nodejs-clean-css.spec b/nodejs-clean-css.spec
index bbcb65b..d1cd7ef 100644
--- a/nodejs-clean-css.spec
+++ b/nodejs-clean-css.spec
@@ -6,8 +6,8 @@
 %global barename clean-css
 
 Name:               nodejs-clean-css
-Version:            2.2.8
-Release:            2%{?dist}
+Version:            3.0.3
+Release:            1%{?dist}
 Summary:            A well-tested CSS minifier
 
 Group:              Development/Libraries
@@ -47,7 +47,7 @@ minifying CSS files.
 # Remove bundled node_modules if there are any..
 rm -rf node_modules/
 
-%nodejs_fixdep --caret
+%nodejs_fixdep commander
 
 %build
 %nodejs_symlink_deps --build
@@ -69,11 +69,15 @@ vows
 %endif
 
 %files
-%doc README.md LICENSE
+%doc README.md
+%license LICENSE
 %{_bindir}/cleancss
 %{nodejs_sitelib}/clean-css/
 
 %changelog
+* Sun Feb 15 2015 Piotr Popieluch <piotr1212 at gmail.com> - 3.0.3-1
+- Update to upstream 3.0.3
+
 * Wed Dec 24 2014 Parag Nemade <pnemade AT redhat.com> - 2.2.8-2
 - Add missing cleancss binary
 
diff --git a/sources b/sources
index ebe8d9a..0835175 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8d08f8c2a29f911c534207635b336a5  clean-css-2.2.8.tgz
+566a140b28f44777c4c18ba685c50354  clean-css-3.0.3.tgz


More information about the scm-commits mailing list