summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-19 07:53:17 +0200
committerRemi Collet <remi@remirepo.net>2020-08-19 07:53:17 +0200
commitd0e06a3e823c957f4e41e57930aa8999e34da971 (patch)
treef6df4d6d3959eca487de56d9ba1c6111a4485139 /php.spec
parentb533ce6c75a07d27c5b4c318518328a0a5175467 (diff)
update to 8.0.0beta2
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 876e22f..0863c5c 100644
--- a/php.spec
+++ b/php.spec
@@ -106,13 +106,13 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.0.0
-%global rcver beta1
+%global rcver beta2
%global lower %{rcver}
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 28%{?dist}
+Release: 29%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1023,6 +1023,12 @@ exit 1
%build
+# This package fails to build with LTO due to undefined symbols. LTO
+# was disabled in OpenSuSE as well, but with no real explanation why
+# beyond the undefined symbols. It really shold be investigated further.
+# Disable LTO
+%define _lto_cflags %{nil}
+
%{?dtsenable}
# Set build date from https://reproducible-builds.org/specs/source-date-epoch/
@@ -1757,6 +1763,9 @@ fi
%changelog
+* Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 8.0.0~beta2-29
+- update to 8.0.0beta2
+
* Thu Aug 13 2020 Remi Collet <remi@remirepo.net> - 8.0.0~beta1-28
- use oracle client library version 19.8