summaryrefslogtreecommitdiffstats
path: root/php-PHP-CSS-Parser.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-28 10:10:29 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-28 10:10:29 +0200
commit47929959dc9dbe26476010e20fc5f92c95bf2c39 (patch)
tree1d1cff270baff620c10a705de1d3fdb7c3f80bad /php-PHP-CSS-Parser.spec
parent3050cbb15af888193cc6aa1e738ad60c37e7e7d1 (diff)
php-PHP-CSS-Parser: 5.1.2
Diffstat (limited to 'php-PHP-CSS-Parser.spec')
-rw-r--r--php-PHP-CSS-Parser.spec14
1 files changed, 6 insertions, 8 deletions
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)