summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec16
1 files changed, 12 insertions, 4 deletions
diff --git a/php.spec b/php.spec
index 66d4ff0..4b05292 100644
--- a/php.spec
+++ b/php.spec
@@ -98,17 +98,17 @@
%global gh_commit 18f2ef094af2b1ad961408fbaf222b9448df2750
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 20200615
+#global gh_date 20200615
%global gh_owner php
%global gh_project php-src
%global upver 8.0.0
-#global rcver DEV
-%global lower DEV
+%global rcver alpha1
+%global lower alpha1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 19%{?dist}
+Release: 20%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1038,6 +1038,11 @@ sed -e 's:%{_root_sysconfdir}:%{_sysconfdir}:' \
sed -e 's:%{_root_datadir}:%{_datadir}:' \
-i 20-ffi.ini
+# Temp workaround see https://github.com/php/php-src/pull/5739
+for i in $(find ext sapi Zend -name \*stub.php); do
+ touch -c -r $i ${i/.stub.php/_arginfo.h}
+done
+
%if 0%{!?scl:1}
: SCL macro not defined
exit 1
@@ -1773,6 +1778,9 @@ fi
%changelog
+* Wed Jun 24 2020 Remi Collet <remi@remirepo.net> - 8.0.0~alpha1-20
+- update to 8.0.0alpha1
+
* Mon Jun 15 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200615-19
- new snapshot