diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-31 07:46:10 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-31 07:46:10 +0200 |
commit | 316e7bfae2a82a4f81bc2943ee9d805d7107d254 (patch) | |
tree | 7a283e221ea54cc6d373ccde2392a99a5ed12c5d /php-horde-Horde-Exception.spec | |
parent | 36fcade229caeb806a7674aebd0706562be228d6 (diff) |
php-horde-Horde-Exception: 2.0.6
Diffstat (limited to 'php-horde-Horde-Exception.spec')
-rw-r--r-- | php-horde-Horde-Exception.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-horde-Horde-Exception.spec b/php-horde-Horde-Exception.spec index e2f67a6..341d686 100644 --- a/php-horde-Horde-Exception.spec +++ b/php-horde-Horde-Exception.spec @@ -18,7 +18,7 @@ %endif Name: php-horde-Horde-Exception -Version: 2.0.5 +Version: 2.0.6 Release: 1%{?dist} Summary: Horde Exception Handler @@ -66,6 +66,7 @@ cd %{pear_name}-%{version} sed -e '/%{pear_name}.po/d' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml +touch -r ../package.xml %{name}.xml %build @@ -101,7 +102,7 @@ done | tee ../%{pear_name}.lang %check %if %{with_tests} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +phpunit --verbose . %else : Test disabled, missing '--with tests' option. %endif @@ -130,6 +131,9 @@ fi %changelog +* Fri Jul 31 2015 Remi Collet <remi@fedoraproject.org> - 2.0.6-1 +- Update to 2.0.6 + * Thu Jan 08 2015 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 - Update to 2.0.5 - add provides php-composer(horde/horde-exception) |