diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-05 13:11:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-05 13:11:13 +0200 |
commit | bb386f995c464827307a65b40161be47309274e2 (patch) | |
tree | 9d97586e89f5def112c1e8bcde1a3a36f2ed483b /php-horde-Horde-Css-Parser.spec | |
parent | 440b3761593659d2488d60d7043d33785779049e (diff) |
php-horde-Horde-Css-Parser: 1.0.9
Diffstat (limited to 'php-horde-Horde-Css-Parser.spec')
-rw-r--r-- | php-horde-Horde-Css-Parser.spec | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/php-horde-Horde-Css-Parser.spec b/php-horde-Horde-Css-Parser.spec index a5e2193..e825e22 100644 --- a/php-horde-Horde-Css-Parser.spec +++ b/php-horde-Horde-Css-Parser.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Css-Parser -Version: 1.0.8 +Version: 1.0.9 Release: 1%{?dist} Summary: Horde CSS Parser @@ -26,22 +26,22 @@ Patch0: %{pear_name}-rpm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php(language) >= 5.3.0 +BuildRequires: php(language) >= 5.3.2 BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) # To run unit tests BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 -BuildRequires: php-composer(sabberworm/php-css-parser) >= 6 +BuildRequires: php-composer(sabberworm/php-css-parser) >= 7.0.2 Requires(post): %{__pear} Requires(postun): %{__pear} # From package.xml -Requires: php(language) >= 5.3.0 +Requires: php(language) >= 5.3.2 Requires: php-mbstring Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) # Unbundled library -Requires: php-composer(sabberworm/php-css-parser) >= 6 +Requires: php-composer(sabberworm/php-css-parser) >= 7.0.2 # From phpcompatinfo report for 1.0.2 Requires: php-iconv Requires: php-pcre @@ -120,6 +120,11 @@ fi %changelog +* Tue Apr 05 2016 Remi Collet <remi@fedoraproject.org> - 1.0.9-1 +- Update to 1.0.9 +- raise dependency on php-PHP-CSS-Parser >= 7.0.2 +- use php-PHP-CSS-Parser autoloader (instead of PSR-0) + * Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 1.0.8-1 - Update to 1.0.8 - PHP 7 compatible version |