diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-11 16:53:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-11 16:53:20 +0200 |
commit | ee63ad164eac32deece02f2520faec12b2411fb9 (patch) | |
tree | f4f23618a092510e2c8f6a7b2a4cd3e7f492c1c7 /php-extras.spec | |
parent | bc879fa08ec1b3f6c79d75d10672936231d569bc (diff) |
Diffstat (limited to 'php-extras.spec')
-rw-r--r-- | php-extras.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/php-extras.spec b/php-extras.spec index a2f12a1..af0c533 100644 --- a/php-extras.spec +++ b/php-extras.spec @@ -28,15 +28,14 @@ Name: %{?scl_prefix}php-extras Summary: Additional PHP modules from the standard PHP distribution -Version: 5.4.16 -Release: 6%{?dist} +Version: 5.4.40 +Release: 1%{?dist} Group: Development/Languages License: The PHP License URL: http://www.php.net/ Source0: http://www.php.net/distributions/php-%{version}.tar.bz2 # Security patches -Patch0: php-5.4.16-mcrypt.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel >= 5.4 @@ -158,8 +157,6 @@ add support for using the enchant library to PHP. %prep %setup -q -n php-%{version} -%patch0 -p1 -b .security - # avoid tests which requires databases rm -rf ext/{mssql,pdo_dblib,interbase,pdo_firebird}/tests @@ -247,6 +244,9 @@ rm -rf %{buildroot} %changelog +* Thu Jun 11 2015 Remi Collet <rcollet@redhat.com> - 5.4.40-1 +- update to 5.4.40 (rhscl-2.0) + * Fri Feb 13 2015 Remi Collet <rcollet@redhat.com> - 5.4.16-6 - mcrypt upstream security fix |