From 46c63d16259860d1087563f128c59a9a45afcf54 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Aug 2021 10:30:00 +0200 Subject: test build --- php.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index caa2644..dc88d91 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.1.0~DEV.20210809-1 +- test build + * Tue Aug 3 2021 Remi Collet - 8.1.0~beta2-1 - update to 8.1.0beta2 - oci8 version is now 3.1.0 -- cgit