diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-29 20:19:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-29 20:19:48 +0100 |
commit | 16b339075e94b0f96133006121af99e44c9a7207 (patch) | |
tree | 17f1530e46affe97abf3979ee4985e3cddb32be3 /php-horde-Horde-Util.spec | |
parent | 4a8c5a3f6beca21384b6b8bd28668232f4927b76 (diff) |
php-horde-Horde-Util: 2.5.2
Diffstat (limited to 'php-horde-Horde-Util.spec')
-rw-r--r-- | php-horde-Horde-Util.spec | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/php-horde-Horde-Util.spec b/php-horde-Horde-Util.spec index 0abc7ed..21133fd 100644 --- a/php-horde-Horde-Util.spec +++ b/php-horde-Horde-Util.spec @@ -15,7 +15,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Util -Version: 2.5.1 +Version: 2.5.2 Release: 1%{?dist} Summary: Horde Utility Libraries @@ -88,12 +88,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check %if %{with_tests} -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 . %else : Test disabled, missing '--with tests' option. %endif @@ -125,6 +121,9 @@ fi %changelog +* Mon Dec 29 2014 Remi Collet <remi@fedoraproject.org> - 2.5.2-1 +- Update to 2.5.2 + * Sat Aug 16 2014 Remi Collet <remi@fedoraproject.org> - 2.5.1-1 - Update to 2.5.1 |