summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-09 07:14:03 +0200
committerRemi Collet <remi@remirepo.net>2021-06-09 07:14:03 +0200
commit3c28be3e42437666fd6775a73123a97889f5fa2e (patch)
tree4dea3066725050209c5d8ba43caeaaf4cb317c99
parent9ebae8c4b7d6e3a1f9b2101c2fc1c498637b1a8d (diff)
update to 8.1.0alpha1
-rw-r--r--failed.txt2
-rw-r--r--php.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 6f892fb..62ba16d 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.1.0-DEV (2021-06-08)
+===== 8.1.0alpha1 (2021-06-10)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php.spec b/php.spec
index 14c1195..83b76e1 100644
--- a/php.spec
+++ b/php.spec
@@ -103,17 +103,17 @@
%global gh_commit 27ce269c1b5a12cb28e4047b5b6b6fc83adf6e15
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 20210608
+#global gh_date 20210608
%global gh_owner php
%global gh_project php-src
%global upver 8.1.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: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1816,6 +1816,9 @@ fi
%changelog
+* Wed Jun 9 2021 Remi Collet <remi@remirepo.net> - 8.1.0~alpha1-1
+- update to 8.1.0alpha1
+
* Tue Jun 8 2021 Remi Collet <remi@remirepo.net> - 8.1.0~DEV.20210608-2
- apply timelib fix for empty POSIX string in older TZif2 files
- switch back to system tzdata on EL-7