diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-09 15:15:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-09 15:15:54 +0100 |
commit | c89b25f6332213b91c4d2c3e448042e87ac49c4c (patch) | |
tree | 79d4c74cbdf759ced8ea8baa6c352dcff225ce02 | |
parent | 8cb69ee818cb9bd2d00b507927c79834138167a3 (diff) |
php-horde-Horde-Rdo: 2.0.3
-rw-r--r-- | php-horde-Horde-Rdo.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/php-horde-Horde-Rdo.spec b/php-horde-Horde-Rdo.spec index 01dd62f..f5d3901 100644 --- a/php-horde-Horde-Rdo.spec +++ b/php-horde-Horde-Rdo.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Rdo -Version: 2.0.2 +Version: 2.0.3 Release: 1%{?dist} Summary: Rampage Data Objects @@ -43,6 +43,7 @@ Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides: php-composer(horde/horde-rdo) = %{version} %description @@ -77,12 +78,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %if 0%{?rhel} == 5 : test skipped, issue with sqlite, need investigation %else -src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit\ - --include-path=$src/lib \ - -d date.timezone=UTC \ - . +phpunit . %endif @@ -107,6 +104,10 @@ fi %changelog +* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 +- Update to 2.0.3 +- add provides php-composer(horde/horde-rdo) + * Wed Mar 06 2013 Remi Collet <remi@fedoraproject.org> - 2.0.2-1 - Update to 2.0.2 |