diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-06 19:56:25 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-06 19:56:25 +0200 |
commit | 9f3afaf02b0a0d01474fbad065b5ecca2b6a86dc (patch) | |
tree | 04d170409148d04c54214ed34e2d2f0d59a8544d /php.spec | |
parent | d19bd7e073f629d51789a2b01bcfbdfca83f5ef4 (diff) |
update to 8.3.0alpha1
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 |