diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-11-07 08:56:41 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-11-07 08:56:41 +0100 | 
| commit | 619cc4984fc47bc9a24e4e3370f9fb8ebb51ccbe (patch) | |
| tree | fe6e089239ad11b10dce40e33d27a318984c1ca8 | |
| parent | 8e45e7296eb1389c33e342e98d8a65884480f7b2 (diff) | |
php-horde-Horde-Crypt: 2.1.0
| -rw-r--r-- | php-horde-Horde-Crypt.spec | 19 | 
1 files changed, 13 insertions, 6 deletions
diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec index 9354451..ee3a945 100644 --- a/php-horde-Horde-Crypt.spec +++ b/php-horde-Horde-Crypt.spec @@ -4,7 +4,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Crypt -Version:        2.0.0 +Version:        2.1.0  Release:        1%{?dist}  Summary:        Horde Cryptography API @@ -17,7 +17,7 @@ Source1:        find-lang.sh  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root  BuildArch:      noarch -BuildRequires:  php-pear +BuildRequires:  php-pear(PEAR) >= 1.7.0  BuildRequires:  php-channel(%{pear_channel})  BuildRequires:  gettext  # To run unit tests @@ -30,7 +30,10 @@ BuildRequires:  gnupg < 2  Requires(post): %{__pear}  Requires(postun): %{__pear}  Requires:       php(language) >= 5.3.0 -Requires:       php-hash +Requires:       php-date +Requires:       php-pcre +Requires:       php-spl +Requires:       php-pear(PEAR) >= 1.7.0  Requires:       php-channel(%{pear_channel})  Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0  Conflicts:      php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 @@ -42,6 +45,9 @@ Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0  Conflicts:      php-pear(%{pear_channel}/Horde_Translation) >= 3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0  Conflicts:      php-pear(%{pear_channel}/Horde_Util) >= 3.0.0 +# Optional +Requires:       php-hash +Requires:       php-openssl  Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -51,9 +57,7 @@ The Horde_Crypt package class provides an API for various cryptographic  systems.  %prep -%setup -q -c -T -tar xif %{SOURCE0} - +%setup -q -c  cd %{pear_name}-%{version}  # Don't install .po and .pot files @@ -122,6 +126,9 @@ fi  %changelog +* Wed Nov  7 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.1.0-1 +- Update to 2.1.0 for remi repo +  * Sat Nov  3 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-1  - Update to 2.0.0 for remi repo  | 
