summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-18 08:54:38 +0200
committerRemi Collet <remi@remirepo.net>2019-09-18 08:54:38 +0200
commit028729a3046424e0cada55f9a22134b0ab71ba53 (patch)
treea23b3fe598657e12b76e08803d383e113fbfaeae /php74.spec
parent41808962d13c650c9ad274db74229fc6df875a50 (diff)
update to 7.4.0RC2 (new tag)
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec10
1 files changed, 6 insertions, 4 deletions
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 <remi@remirepo.net> - 7.4.0~rc2-2
+* Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC2-3
+- update to 7.4.0RC2 (new tag)
+
+* Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC2-2
- update to 7.4.0RC2
- add tarball signature check
- reduce to 4 concurrent test workers