From 8137d833c5505526c8e745d3a001631af7202aea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jun 2013 19:22:41 +0200 Subject: php-PHP-CSS-Parser: 5.0.6 --- php-PHP-CSS-Parser.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/php-PHP-CSS-Parser.spec b/php-PHP-CSS-Parser.spec index 5f24117..11ac012 100644 --- a/php-PHP-CSS-Parser.spec +++ b/php-PHP-CSS-Parser.spec @@ -1,11 +1,11 @@ -%global gh_commit ee5073f6a04b77ad3f06061af8990221303d6e07 +%global gh_commit ceb263cab27c5ddc9a54f8700148e53e84d06ed3 %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.5 +Version: 5.0.6 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -45,14 +45,9 @@ cp -pr lib/Sabberworm %{buildroot}%{_datadir}/php/Sabberworm %check cd tests -# https://github.com/sabberworm/PHP-CSS-Parser/issues/64 -sed -e 's/testEndToken/SKIP_testEndToken/' \ - -i Sabberworm/CSS/RuleSet/LenientParsingTest.php - phpunit --bootstrap bootstrap.php . - %files %defattr(-,root,root,-) # LICENSE is in the README.md file @@ -61,5 +56,8 @@ phpunit --bootstrap bootstrap.php . %changelog +* Wed Jun 19 2013 Remi Collet - 5.0.6-1 +- update to 5.0.6 + * Fri May 31 2013 Remi Collet - 5.0.5-1 - Initial packaging -- cgit