diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-22 07:14:26 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-22 07:14:26 +0200 |
commit | 54c578221bb5c8c2d8c7a3f0bb46179fb87f6211 (patch) | |
tree | 7c122923f25cf09b96f5c7976deaa73b7889b716 | |
parent | 793d9e778c446f36ab8b3aec3937d0aa31108485 (diff) |
php-horde-turba: 4.2.10
-rw-r--r-- | php-horde-turba.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-horde-turba.spec b/php-horde-turba.spec index 53a2628..0baedc4 100644 --- a/php-horde-turba.spec +++ b/php-horde-turba.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-turba -Version: 4.2.9 +Version: 4.2.10 Release: 1%{?dist} Summary: A web based address book @@ -29,6 +29,7 @@ BuildRequires: php-channel(%{pear_channel}) BuildRequires: php-pear(%{pear_channel}/Horde_Role) >= 1.0.0 BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 BuildRequires: php-pear(%{pear_channel}/Horde_Core) >= 2.12.0 +BuildRequires: php-pear(%{pear_channel}/content) >= 2.0.5 Requires(post): %{__pear} Requires(postun): %{__pear} @@ -180,8 +181,6 @@ cd %{pear_name}-%{version}/test/Turba # disable as this test use Horde_ActiveSync (non-free) sed -e 's/function testDuplicateDetectionFromAsWithNoEmail/function SKIP_testDuplicateDetectionFromAsWithNoEmail/' \ -i Unit/Driver/Base.php -# Ignore, autoloader issue with Content_Types_Manager (content 2.0.5) -rm Unit/Driver/Sql/Pdo/SqliteTest.php phpunit . @@ -228,6 +227,9 @@ fi %changelog +* Thu Oct 22 2015 Remi Collet <remi@fedoraproject.org> - 4.2.10-1 +- Update to 4.2.10 + * Wed Oct 21 2015 Remi Collet <remi@fedoraproject.org> - 4.2.9-1 - Update to 4.2.9 |