diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -119,12 +119,12 @@ %global gh_commit 9ce6980b4d93d539341807087abef9217cb81351 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20230605 +#global gh_date 20230605 %global gh_owner php %global gh_project php-src %global upver 8.3.0 -%global rcver -dev -%global lower DEV +%global rcver alpha1 +%global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1854,6 +1854,9 @@ fi %changelog +* Tue Jun 6 2023 Remi Collet <remi@remirepo.net> - 8.3.0~alpha1-1 +- update to 8.3.0alpha1 + * Mon Jun 5 2023 Remi Collet <remi@remirepo.net> - 8.3.0~DEV.20230605-1 - update to 8.3.0-dev |