diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-26 17:52:09 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-26 17:52:09 +0100 |
commit | cba7ba91b8387c9cfb429218e7834ee91d3496dc (patch) | |
tree | 20742d26a55389f6d0d8e4c8442cd972f1d1605e | |
parent | 7381111970b69408d7bc2a5c94798addebf957b8 (diff) |
php-pear-MDB2-Schema: import from Fedora
-rw-r--r-- | php70.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -36,7 +36,7 @@ %global with_lsws 1 # Regression tests take a long time, you can skip 'em with this -#global runselftest 0 +%global runselftest 0 %{!?runselftest: %global runselftest 1} # Use the arch-specific mysql_config binary to avoid mismatch with the @@ -133,7 +133,7 @@ %endif %global rcver RC8 -%global rpmrel 12 +%global rpmrel 14 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -192,6 +192,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) +Patch100: php-upstream.patch # Security fixes (200+) @@ -968,6 +969,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .upstream # security patches @@ -2004,6 +2006,9 @@ fi %changelog +* Wed Nov 25 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.14.RC8 +- test build + * Wed Nov 25 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.12.RC8 - Update to 7.0.0RC8 - set opcache.huge_code_pages=1 on x86_64 |