diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-28 17:03:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-28 17:03:15 +0200 |
commit | e52131c0199e88784b8893981ad3876c0e755acb (patch) | |
tree | f1fd91a53ead22c058218a7ef07a66df4cd3d9c9 | |
parent | b6c1f3e6f3a61f4740f0ad0a1d81ff2036e4120b (diff) |
php-horde-Horde-Mapi: 1.0.5
-rw-r--r-- | php-horde-Horde-Mapi.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/php-horde-Horde-Mapi.spec b/php-horde-Horde-Mapi.spec index 3c977e1..1a0f15b 100644 --- a/php-horde-Horde-Mapi.spec +++ b/php-horde-Horde-Mapi.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Mapi -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} Summary: MAPI utility library @@ -41,8 +41,8 @@ Requires: php-pear(%{pear_channel}/Horde_Date) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Date) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 -# From package.xml, optional -Requires: php-bcmath +# Use phpseclib version instead of the one from pear +Requires: php-pear(phpseclib.sourceforge.net/Math_BigInteger) # From phpcompatinfo report for version 1.0.0 Requires: php-date @@ -110,6 +110,11 @@ fi %changelog +* Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 1.0.5-1 +- Update to 1.0.5 +- drop dependency on bcmath +- add dependency on Math_BigInteger + * Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-1 - Update to 1.0.4 - add provides php-composer(horde/horde-mapi) |