summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 8a62f6c..037e532 100644
--- a/php.spec
+++ b/php.spec
@@ -113,7 +113,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -995,7 +995,7 @@ rm ext/zlib/tests/004-mb.phpt
# Safety check for API version change.
pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h)
-if test "x${pver}" != "x%{upver}%{?lower}%{!?rcver:%{?gh_date:-dev}}"; then
+if test "x${pver}" != "x%{upver}%{?rcver}%{!?rcver:%{?gh_date:-dev}}"; then
: Error: Upstream PHP version is now ${upver}, expecting %{upver}%{?rcver}%{!?rcver:%{?gh_date:-dev}}.
: Update the version/rcver macros and rebuild.
exit 1
@@ -1817,6 +1817,9 @@ fi
%changelog
+* Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 8.1.0~rc1-2
+- rebuild with new sources
+
* Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 8.1.0~rc1-1
- update to 8.1.0RC1
- bump API version