[php-PHP-CSS-Parser/epel7] update to 5.1.2

Remi Collet remi at fedoraproject.org
Mon Apr 28 10:33:27 UTC 2014


commit ea2ef25a20b58b5a6890ef5f192d6852d9e82abf
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Apr 28 12:04:56 2014 +0200

    update to 5.1.2
    
    (cherry picked from commit 19e05ade669faa26a33a722886be2cd014d1a0dc)

 .gitignore                   |    1 +
 php-PHP-CSS-Parser-git.patch |   84 ------------------------------------------
 php-PHP-CSS-Parser.spec      |   14 +++----
 sources                      |    2 +-
 4 files changed, 8 insertions(+), 93 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0aa7ee7..e7a8f2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /PHP-CSS-Parser-5.0.8.tar.gz
 /PHP-CSS-Parser-5.1.0.tar.gz
 /PHP-CSS-Parser-5.1.1.tar.gz
+/PHP-CSS-Parser-5.1.2.tar.gz
diff --git a/php-PHP-CSS-Parser.spec b/php-PHP-CSS-Parser.spec
index d8fb43f..6594502 100644
--- a/php-PHP-CSS-Parser.spec
+++ b/php-PHP-CSS-Parser.spec
@@ -6,24 +6,21 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit  7f03a04694af2ceddf46f6694f09cc8dc8f16a8b
+%global gh_commit  4c4ab985e372113dbfd0a8192fbd8629bface9bb
 %global gh_short   %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner   sabberworm
 %global gh_project PHP-CSS-Parser
 
 Name:           php-%{gh_project}
 Summary:        A Parser for CSS Files
-Version:        5.1.1
-Release:        2%{?dist}
+Version:        5.1.2
+Release:        1%{?dist}
 License:        MIT
 Group:          Development/Libraries
 
 URL:            https://github.com/%{gh_owner}/%{gh_project}
 Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
 
-# Upstream patches
-Patch0:         %{name}-git.patch
-
 BuildArch:      noarch
 # For tests
 BuildRequires:  php-pear(pear.phpunit.de/PHPUnit)
@@ -43,8 +40,6 @@ of said structure and output as (optimized) CSS.
 %prep
 %setup -q -n %{gh_project}-%{gh_commit}
 
-%patch0 -p1
-
 
 %build
 # nothing to build
@@ -67,6 +62,9 @@ phpunit --bootstrap bootstrap.php .
 
 
 %changelog
+* Mon Apr 28 2014 Remi Collet <remi at fedoraproject.org> - 5.1.2-1
+- update to 5.1.2
+
 * Thu Feb 20 2014 Remi Collet <remi at fedoraproject.org> - 5.1.1-2
 - add upstream patch (required by Horde_Css_Parser)
 
diff --git a/sources b/sources
index f21f416..a2b078f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82331ba7a85ed52d72bc42d5877e3242  PHP-CSS-Parser-5.1.1.tar.gz
+d4626b2b10fb5ce15b40a491212f0834  PHP-CSS-Parser-5.1.2.tar.gz


More information about the scm-commits mailing list