From dd33a015445d2b8be8c977a4bc6aa65958b1ba3f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Mar 2014 18:18:35 +0100 Subject: php-swift-Swift: 5.1.0 (not yet build, symfony not ready) --- php-swift-Swift.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/php-swift-Swift.spec b/php-swift-Swift.spec index 9aa6151..c8527c0 100644 --- a/php-swift-Swift.spec +++ b/php-swift-Swift.spec @@ -1,8 +1,8 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Swift Name: php-swift-Swift -Version: 5.0.3 +Version: 5.1.0 Release: 1%{?dist} Summary: Free Feature-rich PHP Mailer @@ -21,16 +21,22 @@ Requires(postun): %{__pear} Requires: php(language) >= 5.2.4 Requires: php-pear(PEAR) Requires: php-channel(pear.swiftmailer.org) -# from phpcompatinfo report on version 5.0.2 +# from phpcompatinfo report on version 5.1.0 +Requires: php-bcmath Requires: php-ctype Requires: php-date Requires: php-hash Requires: php-iconv Requires: php-mbstring +Requires: php-mcrypt +Requires: php-mhash Requires: php-openssl Requires: php-pcre Requires: php-reflection Requires: php-spl + +# optional but not yet available https://github.com/xdecock/php-opendkim + Provides: php-pear(pear.swiftmailer.org/%{pear_name}) = %{version} %description @@ -92,6 +98,10 @@ fi %{pear_phpdir}/%{pear_name} %changelog +* Tue Mar 18 2014 Remi Collet - 5.1.0-1 +- Update to 5.1.0 (stable) +- add dependencies on bcmath, mcrypt and mhash + * Tue Dec 03 2013 Remi Collet - 5.0.3-1 - Update to 5.0.3 (stable) -- cgit