From 3c28be3e42437666fd6775a73123a97889f5fa2e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Jun 2021 07:14:03 +0200 Subject: update to 8.1.0alpha1 --- php.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 14c1195..83b76e1 100644 --- a/php.spec +++ b/php.spec @@ -103,17 +103,17 @@ %global gh_commit 27ce269c1b5a12cb28e4047b5b6b6fc83adf6e15 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20210608 +#global gh_date 20210608 %global gh_owner php %global gh_project php-src %global upver 8.1.0 -#global rcver dev -%global lower DEV +%global rcver alpha1 +%global lower alpha1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -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 @@ -1816,6 +1816,9 @@ fi %changelog +* Wed Jun 9 2021 Remi Collet - 8.1.0~alpha1-1 +- update to 8.1.0alpha1 + * Tue Jun 8 2021 Remi Collet - 8.1.0~DEV.20210608-2 - apply timelib fix for empty POSIX string in older TZif2 files - switch back to system tzdata on EL-7 -- cgit