From 47929959dc9dbe26476010e20fc5f92c95bf2c39 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Mon, 28 Apr 2014 10:10:29 +0200
Subject: php-PHP-CSS-Parser: 5.1.2

---
 php-PHP-CSS-Parser.spec | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

(limited to 'php-PHP-CSS-Parser.spec')

diff --git a/php-PHP-CSS-Parser.spec b/php-PHP-CSS-Parser.spec
index 5bd0cca..b781125 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
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 # For tests
@@ -44,8 +41,6 @@ of said structure and output as (optimized) CSS.
 %prep
 %setup -q -n %{gh_project}-%{gh_commit}
 
-%patch0 -p1
-
 
 %build
 # nothing to build
@@ -69,6 +64,9 @@ phpunit --bootstrap bootstrap.php .
 
 
 %changelog
+* Mon Apr 28 2014 Remi Collet <remi@fedoraproject.org> - 5.1.2-1
+- update to 5.1.2
+
 * Thu Feb 20 2014 Remi Collet <remi@fedoraproject.org> - 5.1.1-2
 - add upstream patch (required by Horde_Css_Parser)
 
-- 
cgit