summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-19 14:45:02 +0200
committerRemi Collet <remi@php.net>2021-10-19 14:45:02 +0200
commit338b58603cd68ff95785ef95f4ddbd0c39b03f3b (patch)
treeb7c72c301be2bff3e23774790d499cfbab1e8135
parent577585ee65a5f939083c0579c1d708a1f733f4f2 (diff)
Update to 8.0.12 - http://www.php.net/releases/8_0_12.phpv8.0.12
-rw-r--r--failed.txt2
-rw-r--r--php80.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 6f0e368..4ed2c32 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.0.12RC1 (2021-10-07)
+===== 8.0.12 (2021-10-21)
$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
diff --git a/php80.spec b/php80.spec
index 52e4b11..b6fb539 100644
--- a/php80.spec
+++ b/php80.spec
@@ -48,7 +48,7 @@
%bcond_with libpcre
%endif
-%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8
+%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
# switch to bundled library using --without libxcrypt
%bcond_without libxcrypt
%else
@@ -94,12 +94,12 @@
%bcond_with zip
%global upver 8.0.12
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-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
@@ -2168,8 +2168,11 @@ fi
%changelog
+* Tue Oct 19 2021 Remi Collet <remi@remirepo.net> - 8.0.12-1
+- Update to 8.0.12 - http://www.php.net/releases/8_0_12.php
+
* Mon Oct 18 2021 Remi Collet <remi@remirepo.net> - 8.0.12~RC1-2
-- build using system libxcrypt
+- build using system libxcrypt (Fedora)
* Wed Oct 6 2021 Remi Collet <remi@remirepo.net> - 8.0.12~RC1-1
- update to 8.0.12RC1