diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-14 08:17:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-14 08:17:49 +0200 |
commit | a04fedcd973fd94a0e1a9cc69c372083e568bec0 (patch) | |
tree | 84f86e5c65bb15b8ebed05198a12bf6e14246011 | |
parent | fde8e9fe3c26946be41d687a4e7ee1b2a9ab4d8d (diff) |
php-horde-Horde-Image: 2.3.0
-rw-r--r-- | php-horde-Horde-Image.spec | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/php-horde-Horde-Image.spec b/php-horde-Horde-Image.spec index 127129b..2e5f6e6 100644 --- a/php-horde-Horde-Image.spec +++ b/php-horde-Horde-Image.spec @@ -13,7 +13,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-horde-Horde-Image -Version: 2.2.0 +Version: 2.3.0 Release: 1%{?dist} Summary: Horde Image API @@ -120,14 +120,10 @@ done | tee ../%{pear_name}.lang %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. +: Test disabled, bootstrap build %endif @@ -154,6 +150,9 @@ fi %changelog +* Tue Apr 14 2015 Remi Collet <remi@fedoraproject.org> - 2.3.0-1 +- Update to 2.3.0 + * Wed Feb 11 2015 Remi Collet <remi@fedoraproject.org> - 2.2.0-1 - Update to 2.2.0 - add povides php-composer(horde/horde-image) |