diff options
-rw-r--r-- | php-horde-wicked.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-horde-wicked.spec b/php-horde-wicked.spec index 68b5a45..12b4b43 100644 --- a/php-horde-wicked.spec +++ b/php-horde-wicked.spec @@ -14,7 +14,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-wicked -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Summary: Wiki application @@ -96,6 +96,7 @@ Requires: php-pcre Requires: php-spl Provides: php-pear(%{pear_channel}/wicked) = %{version} +Provides: php-compposer(horde/wicked) = %{version} Obsoletes: wicked < 2 Provides: wicked = %{version} @@ -224,6 +225,9 @@ fi %changelog +* Sat Aug 01 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 +- Update to 2.0.4 + * Wed Dec 03 2014 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 - Update to 2.0.3 |