summaryrefslogtreecommitdiffstats
path: root/php-PHP-CSS-Parser.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-07 08:10:14 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-07 08:10:14 +0200
commit7ee3425468944eec5eb73b3d28c66a6389c64561 (patch)
tree8448f9be706c70d36017f8fd62c32fb9a08d6ea9 /php-PHP-CSS-Parser.spec
parent1d180059380228eae9f212b43cdcc16e9696830a (diff)
php-PHP-CSS-Parser: 7.0.3
Diffstat (limited to 'php-PHP-CSS-Parser.spec')
-rw-r--r--php-PHP-CSS-Parser.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-PHP-CSS-Parser.spec b/php-PHP-CSS-Parser.spec
index 13749bf..eedb8aa 100644
--- a/php-PHP-CSS-Parser.spec
+++ b/php-PHP-CSS-Parser.spec
@@ -6,14 +6,14 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 546b2b93733165cb27c7cef0ccc8e66384d1d833
+%global gh_commit 7642a0e1cabd81d95f91ebbea7d6de988c59edd3
%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: 7.0.2
+Version: 7.0.3
Release: 1%{?dist}
License: MIT
Group: Development/Libraries
@@ -76,6 +76,9 @@ fi
%changelog
+* Tue Jun 7 2016 Remi Collet <remi@fedoraproject.org> - 7.0.3-1
+- update to 7.0.3
+
* Tue Apr 5 2016 Remi Collet <remi@fedoraproject.org> - 7.0.2-1
- update to 7.0.2
- run test suite with both PHP 5 and 7 when available