summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-18 18:18:35 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-18 18:18:35 +0100
commitdd33a015445d2b8be8c977a4bc6aa65958b1ba3f (patch)
tree0432fd058796a6c8b428e8329db4d292d3c7f30f
parentd369ddc9bcbf7933ae3e1cc12a64f1882a0a2674 (diff)
php-swift-Swift: 5.1.0 (not yet build, symfony not ready)
-rw-r--r--php-swift-Swift.spec16
1 files 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 <remi@fedoraproject.org> - 5.1.0-1
+- Update to 5.1.0 (stable)
+- add dependencies on bcmath, mcrypt and mhash
+
* Tue Dec 03 2013 Remi Collet <remi@fedoraproject.org> - 5.0.3-1
- Update to 5.0.3 (stable)