[php-password-compat/el6] Fix PHP required version; bz #1028392

Johan Cwiklinski trasher at fedoraproject.org
Fri Nov 8 12:30:52 UTC 2013


commit aa65039cae123efdd4f0f51eebe6fd5efbda3a3b
Author: Johan Cwiklinski <johan at x-tnd.be>
Date:   Fri Nov 8 13:32:10 2013 +0100

    Fix PHP required version; bz #1028392

 php-password-compat.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-password-compat.spec b/php-password-compat.spec
index b1ae991..cd12811 100644
--- a/php-password-compat.spec
+++ b/php-password-compat.spec
@@ -5,7 +5,7 @@
 
 Name:           php-password-compat
 Version:        1.0.0
-Release:        5.git%{shortcommit}%{?dist}
+Release:        6.git%{shortcommit}%{?dist}
 Summary:        PHP password_* function for PHP 5.3 and 5.4
 
 Group:          Development/Libraries
@@ -17,7 +17,7 @@ BuildArch:      noarch
 
 BuildRequires:  php-pear(pear.phpunit.de/PHPUnit)
 
-Requires:       php(language) >= 5.3.7
+Requires:       php-common >= 5.3.3-3.el6_1.3
 Requires:       php-mcrypt
 Requires:       php-openssl
 Requires:       php-pcre
@@ -60,6 +60,9 @@ cd test
 
 
 %changelog
+* Fri Nov 08 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.0.0-6.git58151cf
+- Fix minimal PHP required version, bz #1028392
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-5.git58151cf
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list