diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-04 08:29:07 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-04 08:29:07 +0200 |
commit | 70c0d44d61e5fedf838b26789caa85791b3c4429 (patch) | |
tree | e8b0f62da66ba34b43f5aa34f7ca64624d8abfe2 | |
parent | acf0916445732ce779968ebe5eaa6bd972fdec1d (diff) |
php-horde-Horde-Date: 2.0.9
-rw-r--r-- | php-horde-Horde-Date.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-horde-Horde-Date.spec b/php-horde-Horde-Date.spec index 3f18b05..ebaebe0 100644 --- a/php-horde-Horde-Date.spec +++ b/php-horde-Horde-Date.spec @@ -8,6 +8,7 @@ # Please, preserve the changelog entries # %{!?__pear: %global __pear %{_bindir}/pear} + %global pear_name Horde_Date %global pear_channel pear.horde.org @@ -15,7 +16,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Date -Version: 2.0.8 +Version: 2.0.9 Release: 1%{?dist} Summary: Horde Date package @@ -106,7 +107,7 @@ done | tee ../%{pear_name}.lang src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) phpunit \ - -d include_path=$src/lib:.:%{pear_phpdir} \ + --include-path=$src/lib \ -d date.timezone=UTC \ . %else @@ -136,6 +137,9 @@ fi %changelog +* Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.0.9-1 +- Update to 2.0.9 + * Tue Mar 04 2014 Remi Collet <remi@fedoraproject.org> - 2.0.8-1 - Update to 2.0.8 |