From 18d3a85494251a85a885283d396f37718c946cc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Aug 2021 11:30:09 +0200 Subject: update to 8.1.0beta3 --- php.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 9946004..2939d43 100644 --- a/php.spec +++ b/php.spec @@ -103,12 +103,12 @@ %global gh_commit c90c9c7545427d9d35cbac45c4ec896f54619744 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20210809 +#global gh_date 20210809 %global gh_owner php %global gh_project php-src %global upver 8.1.0 -%global rcver -dev -%global lower DEV +%global rcver beta3 +%global lower beta3 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1817,6 +1817,9 @@ fi %changelog +* Mon Aug 23 2021 Remi Collet - 8.1.0~beta3-1 +- update to 8.1.0beta3 + * Mon Aug 9 2021 Remi Collet - 8.1.0~DEV.20210809-1 - test build -- cgit