summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-03 07:57:05 +0100
committerRemi Collet <remi@php.net>2021-11-03 07:57:05 +0100
commit648112b1ac16f295b04348528e9eb2c26e65d547 (patch)
treef72dce7ae54b0f5f7b9192944619f5801d9b862a /php.spec
parent753faa35a8c3bea493d1b8662f0d97253fddad34 (diff)
update to 8.0.13RC1
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php.spec b/php.spec
index 1c5988d..1046aed 100644
--- a/php.spec
+++ b/php.spec
@@ -82,7 +82,8 @@
%bcond_with libpcre
%endif
-%if 0%{?fedora} >= 33
+# Using qdbm from "remi" for now, see https://bugzilla.redhat.com/2017308
+%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8
%bcond_without qdbm
%else
%bcond_with qdbm
@@ -114,13 +115,13 @@
#global gh_date 20200615
%global gh_owner php
%global gh_project php-src
-%global upver 8.0.12
-#global rcver RC1
+%global upver 8.0.13
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
-Release: 3%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -187,7 +188,7 @@ Patch49: php-8.0.10-phar-sha.patch
# compatibility with OpenSSL 3.0, from 8.1
Patch50: php-8.0.10-openssl3.patch
# use system libxcrypt, from 8.1
-Patch51: php-8.0.12-crypt.patch
+Patch51: php-8.0.13-crypt.patch
# RC Patch
Patch91: php-7.2.0-oci8conf.patch
@@ -1853,6 +1854,9 @@ fi
%changelog
+* Wed Nov 3 2021 Remi Collet <remi@remirepo.net> - 8.0.13~RC1-1
+- update to 8.0.13RC1
+
* Tue Oct 26 2021 Remi Collet <remi@remirepo.net> - 8.0.12-3
- dba: enable qdbm backend