diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-08-23 10:35:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-08-23 10:35:24 +0200 |
commit | 9360a2fad6e8836b0235f34fa603bec16b0f77d4 (patch) | |
tree | 139754bd629ab26b9992a84f1fb5f8484b576fcd | |
parent | 8137d833c5505526c8e745d3a001631af7202aea (diff) |
php-PHP-CSS-Parser: 5.0.8
-rw-r--r-- | php-PHP-CSS-Parser.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-PHP-CSS-Parser.spec b/php-PHP-CSS-Parser.spec index 11ac012..bdde389 100644 --- a/php-PHP-CSS-Parser.spec +++ b/php-PHP-CSS-Parser.spec @@ -1,11 +1,11 @@ -%global gh_commit ceb263cab27c5ddc9a54f8700148e53e84d06ed3 +%global gh_commit 8457832af1310d5f58285c475609c5a064f68a9b %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.0.6 +Version: 5.0.8 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -56,6 +56,9 @@ phpunit --bootstrap bootstrap.php . %changelog +* Fri Aug 23 2013 Remi Collet <remi@fedoraproject.org> - 5.0.8-1 +- update to 5.0.8 + * Wed Jun 19 2013 Remi Collet <remi@fedoraproject.org> - 5.0.6-1 - update to 5.0.6 |