diff options
-rw-r--r-- | php-horde-turba.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php-horde-turba.spec b/php-horde-turba.spec index 217bd86..e16f1e5 100644 --- a/php-horde-turba.spec +++ b/php-horde-turba.spec @@ -2,7 +2,7 @@ # # Copyright (c) 2012-2015 Remi Collet # License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/3.0/ +# http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-turba -Version: 4.2.4 +Version: 4.2.5 Release: 1%{?dist} Summary: A web based address book @@ -102,6 +102,7 @@ Requires: php-pcre Requires: php-spl Provides: php-pear(%{pear_channel}/turba) = %{version} +Provides: php-compposer(horde/turba) = %{version} Obsoletes: turba < 4 Provides: turba = %{version} @@ -225,6 +226,10 @@ fi %changelog +* Tue Feb 10 2015 Remi Collet <remi@fedoraproject.org> - 4.2.5-1 +- Update to 4.2.5 +- add provides php-compposer(horde/turba) + * Wed Dec 03 2014 Remi Collet <remi@fedoraproject.org> - 4.2.4-1 - Update to 4.2.4 |