diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-11 16:53:50 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-11 16:53:50 +0200 |
commit | d6a1390ea41e344bdfa2ae092ed6b7bf08db1ded (patch) | |
tree | 88665ecac5d93202d741da70d2e90844dfad2c5c /php-extras.spec | |
parent | ac79814f8387b199c5062258b24d2fef50bf0a56 (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 38048ea..635041b 100644 --- a/php-extras.spec +++ b/php-extras.spec @@ -29,8 +29,8 @@ Name: %{?scl_prefix}php-extras Summary: Additional PHP modules from the standard PHP distribution -Version: 5.5.6 -Release: 3%{?dist} +Version: 5.5.21 +Release: 1%{?dist} Group: Development/Languages License: The PHP License URL: http://www.php.net/ @@ -38,7 +38,6 @@ URL: http://www.php.net/ Source0: php-%{version}-strip.tar.xz # Security patches -Patch0: php-5.4.16-mcrypt.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel >= %{version} @@ -162,8 +161,6 @@ messages on mail servers. PHP is an HTML-embedded scripting language. %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 @@ -251,6 +248,9 @@ rm -rf %{buildroot} %changelog +* Thu Jun 11 2015 Remi Collet <rcollet@redhat.com> - 5.5.21-1 +- update to 5.5.21 (rhscl 2.0) + * Fri Feb 13 2015 Remi Collet <rcollet@redhat.com> - 5.5.6-3 - mcrypt upstream security fix |