piotrp pushed to nodejs-html-minifier (epel7). "relax dep on clean-css"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Mar 26 21:44:27 UTC 2015


>From 0b4e37b8afaf4950f0eb055f015f685f3bc142d8 Mon Sep 17 00:00:00 2001
From: Piotr Popieluch <piotr1212 at gmail.com>
Date: Fri, 6 Mar 2015 21:39:54 +0100
Subject: relax dep on clean-css


diff --git a/.gitignore b/.gitignore
index 5b53083..fc0c957 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /nodejs-html-minifier-tests-v0.6.9.tar.bz2
 /nodejs-html-minifier.man.1.gz
 /html-minifier-0.7.0.tar.gz
+/html-minifier-64356013075711b78cc9462f16c7bfbdacfc7700.tar.gz
diff --git a/nodejs-html-minifier.spec b/nodejs-html-minifier.spec
index 966cddc..5f310c9 100644
--- a/nodejs-html-minifier.spec
+++ b/nodejs-html-minifier.spec
@@ -1,14 +1,15 @@
 # tests disabled many missing dependencies
 %global enable_tests 0
 %global srcname html-minifier
+%global commit 64356013075711b78cc9462f16c7bfbdacfc7700
 
 Name:           nodejs-%{srcname}
 Version:        0.7.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        HTML minifier with lint-like capabilities
 License:        MIT
 URL:            https://kangax.github.io/html-minifier/
-Source0:        https://github.com/kangax/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
+Source0:        https://github.com/kangax/%{srcname}/archive/%{commit}/%{srcname}-%{commit}.tar.gz
 Source1:        %{name}.man.1.gz
 
 BuildArch:      noarch
@@ -34,9 +35,10 @@ minifier, with lint-like capabilities.
 
 
 %prep
-%setup -q -n %{srcname}-%{version}
+%setup -q -n %{srcname}-%{commit}
 rm -rf node_modules/
 %nodejs_fixdep cli '~0.5'
+%nodejs_fixdep clean-css '3.x'
 
 
 %build
@@ -72,6 +74,10 @@ grunt test
 
 
 %changelog
+* Fri Mar  6 2015 Piotr Popieluch <piotr1212 at gmail.com> - 0.7.0-2
+- fixdep for new clean-css verion
+- updated Source0 to comply with guidelines
+
 * Tue Feb 10 2015 Piotr Popieluch <piotr1212 at gmail.com> - 0.7.0-1
 - update to 0.7.0
 
diff --git a/sources b/sources
index 09dd3f0..bcf5f98 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-57f0feccf6287b5f15f83dfff066fca1  nodejs-html-minifier.man.1.gz
-a9c2f072c41d1ec01e51ee494e3671aa  html-minifier-0.7.0.tar.gz
+80b8726c21ce06de28e5a6d2f0b6c526  html-minifier-64356013075711b78cc9462f16c7bfbdacfc7700.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/nodejs-html-minifier.git/commit/?h=epel7&id=0b4e37b8afaf4950f0eb055f015f685f3bc142d8


More information about the scm-commits mailing list