summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-01 11:26:07 +0200
committerRemi Collet <remi@remirepo.net>2019-10-01 11:26:07 +0200
commite9d81d22d04f6e5e4e62228f40d557e81fad61d7 (patch)
treea5faafd256ed30bc23392941b84fb895369353b4 /php74.spec
parent5579b9b86cd4e9cfb168525eb562b1c19013f0f3 (diff)
7.4.0RC3
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec29
1 files changed, 10 insertions, 19 deletions
diff --git a/php74.spec b/php74.spec
index 5d43857..633c579 100644
--- a/php74.spec
+++ b/php74.spec
@@ -97,13 +97,13 @@
%global with_zip 0
%global upver 7.4.0
-%global rcver RC2
-%global lower RC2
+%global rcver RC3
+%global lower RC3
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 4%{?dist}
+Release: 5%{?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
-Patch400: php-upstream.patch
BuildRequires: gnupg2
BuildRequires: bzip2-devel
@@ -252,14 +251,6 @@ Recommends: php-xml%{?_isa} = %{version}-%{release}
Requires: php-cli%{?_isa} = %{version}-%{release}
%endif
-%if 0%{?fedora} < 20 && 0%{?rhel} < 7
-# Don't provides extensions, which are not shared library, as .so
-%{?filter_provides_in: %filter_provides_in %{_libdir}/php/modules/.*\.so$}
-%{?filter_provides_in: %filter_provides_in %{_libdir}/php-zts/modules/.*\.so$}
-%{?filter_provides_in: %filter_provides_in %{_httpd_moddir}/.*\.so$}
-%{?filter_setup}
-%endif
-
%description
PHP is an HTML-embedded scripting language. PHP attempts to make it
@@ -1152,13 +1143,11 @@ in pure PHP.
%patch9 -p1 -b .curltls
%endif
-%if 0%{?fedora} >= 28 || 0%{?rhel} >= 6
+%if 0%{?fedora} >= 29 || 0%{?rhel} >= 6
%patch42 -p1 -b .systzdata
%endif
%patch43 -p1 -b .headers
-%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
%patch45 -p1 -b .ldap_r
-%endif
%patch46 -p1 -b .fixheader
%patch47 -p1 -b .phpinfo
@@ -1168,13 +1157,12 @@ in pure PHP.
# security patches
-# Fixes for tests
-%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
+# Fixes for tests related to tzdata
+%if 0%{?fedora} >= 29 || 0%{?rhel} >= 6
%patch300 -p1 -b .datetests
%endif
# WIP patch
-%patch400 -p1
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE Zend/ZEND_LICENSE
@@ -1369,7 +1357,7 @@ ln -sf ../configure
--with-layout=GNU \
--with-kerberos \
--with-libxml \
-%if 0%{?fedora} >= 28 || 0%{?rhel} >= 6
+%if 0%{?fedora} >= 29 || 0%{?rhel} >= 6
--with-system-tzdata \
%endif
--with-mhash \
@@ -2148,6 +2136,9 @@ fi
%changelog
+* Tue Oct 1 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC3-5
+- update to 7.4.0RC3
+
* Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC2-4
- fix broken gmp extension https://bugs.php.net/78574