From 028729a3046424e0cada55f9a22134b0ab71ba53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Sep 2019 08:54:38 +0200 Subject: update to 7.4.0RC2 (new tag) --- php74.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php74.spec') diff --git a/php74.spec b/php74.spec index 9d942ba..240384d 100644 --- a/php74.spec +++ b/php74.spec @@ -103,7 +103,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 2%{?dist} +Release: 3%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -168,7 +168,6 @@ Patch91: php-7.2.0-oci8conf.patch Patch300: php-7.0.10-datetests.patch # WIP -Patch100: https://github.com/php/php-src/commit/56e880af9f90c9d313292c75eb6df58cc9e7e208.patch BuildRequires: gnupg2 BuildRequires: bzip2-devel @@ -1174,7 +1173,6 @@ in pure PHP. %endif # WIP patch -%patch100 -p1 -R # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1916,6 +1914,7 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/php/modules/*.a \ $RPM_BUILD_ROOT%{_libdir}/php-zts/modules/*.a \ $RPM_BUILD_ROOT%{_bindir}/{phptar} \ $RPM_BUILD_ROOT%{_datadir}/pear \ + $RPM_BUILD_ROOT%{_libdir}/libphp7.a \ $RPM_BUILD_ROOT%{_libdir}/libphp7.la # Remove irrelevant docs @@ -2147,7 +2146,10 @@ fi %changelog -* Tue Sep 17 2019 Remi Collet - 7.4.0~rc2-2 +* Tue Sep 17 2019 Remi Collet - 7.4.0~RC2-3 +- update to 7.4.0RC2 (new tag) + +* Tue Sep 17 2019 Remi Collet - 7.4.0~RC2-2 - update to 7.4.0RC2 - add tarball signature check - reduce to 4 concurrent test workers -- cgit