diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-09 10:30:00 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-09 10:30:00 +0200 |
commit | 46c63d16259860d1087563f128c59a9a45afcf54 (patch) | |
tree | b81be108f8b13b0e868413a8e29be94c5b51da38 /php.spec | |
parent | a29819c2a477fdccc1a9b7809b1bcbff7cc84e64 (diff) |
test build
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -101,14 +101,14 @@ %global with_httpd2410 0 %endif -%global gh_commit 27ce269c1b5a12cb28e4047b5b6b6fc83adf6e15 +%global gh_commit c90c9c7545427d9d35cbac45c4ec896f54619744 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -#global gh_date 20210608 +%global gh_date 20210809 %global gh_owner php %global gh_project php-src %global upver 8.1.0 -%global rcver beta2 -%global lower beta2 +%global rcver -dev +%global lower DEV Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -161,7 +161,6 @@ Patch10: php-7.0.7-curl.patch # Use system nikic/php-parser Patch41: php-8.0.0-parser.patch # use system tzdata -Patch42: php-8.1.0-timelib.patch Patch43: php-8.1.0-systzdata-v20.patch # See http://bugs.php.net/53436 Patch44: php-7.4.0-phpize.patch @@ -934,7 +933,6 @@ in pure PHP. %endif %patch41 -p1 -b .syslib -%patch42 -p1 -b .up %if %{with tzdata} %patch43 -p1 -b .systzdata %endif @@ -1819,6 +1817,9 @@ fi %changelog +* Mon Aug 9 2021 Remi Collet <remi@remirepo.net> - 8.1.0~DEV.20210809-1 +- test build + * Tue Aug 3 2021 Remi Collet <remi@remirepo.net> - 8.1.0~beta2-1 - update to 8.1.0beta2 - oci8 version is now 3.1.0 |