diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-31 08:02:09 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-31 08:02:09 +0200 |
commit | 83a0a80835d8fc968eca11807052d6ae8920657b (patch) | |
tree | 6a5dd53e9ef86e905bc1b42a304d2537928e4d8a /php-horde-Horde-Css-Parser.spec | |
parent | 613868fcbfafe221c0f87b604079d899f3470e8a (diff) |
php-horde-Horde-Css-Parser: 1.0.7
Diffstat (limited to 'php-horde-Horde-Css-Parser.spec')
-rw-r--r-- | php-horde-Horde-Css-Parser.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-Css-Parser.spec b/php-horde-Horde-Css-Parser.spec index f609d5c..2adf9fb 100644 --- a/php-horde-Horde-Css-Parser.spec +++ b/php-horde-Horde-Css-Parser.spec @@ -11,8 +11,8 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Css-Parser -Version: 1.0.6 -Release: 2%{?dist} +Version: 1.0.7 +Release: 1%{?dist} Summary: Horde CSS Parser Group: Development/Libraries @@ -88,7 +88,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +phpunit --verbose . %clean @@ -116,6 +116,9 @@ fi %changelog +* Fri Jul 31 2015 Remi Collet <remi@fedoraproject.org> - 1.0.7-1 +- Update to 1.0.7 + * Tue Jan 13 2015 Remi Collet <remi@fedoraproject.org> - 1.0.6-2 - raise dependency on sabberworm/php-css-parser >= 6 |