diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-10-07 07:27:14 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-10-07 07:27:14 +0200 |
commit | 083ee0ddf8e444bf127393a8f437a15c2d57e709 (patch) | |
tree | 1e65b7f0d9b4f24862a47f1306193ba99ab9a892 | |
parent | a0c4a2d1a9dacadaeaf13f5f07155d242d7d1394 (diff) |
php-horde-Horde-Timezone: 1.0.8
-rw-r--r-- | php-horde-Horde-Timezone.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/php-horde-Horde-Timezone.spec b/php-horde-Horde-Timezone.spec index df1f0ad..319514c 100644 --- a/php-horde-Horde-Timezone.spec +++ b/php-horde-Horde-Timezone.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Timezone -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: Timezone library @@ -76,10 +76,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check -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 \ . @@ -105,6 +103,9 @@ fi %changelog +* Tue Oct 07 2014 Remi Collet <remi@fedoraproject.org> - 1.0.8-1 +- Update to 1.0.8 + * Sat Aug 30 2014 Remi Collet <remi@fedoraproject.org> - 1.0.7-1 - Update to 1.0.7 |