summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-08 10:10:46 +0200
committerRemi Collet <remi@php.net>2022-06-08 10:10:46 +0200
commitcf0f99a53bfa268dec1320d2814a961596959265 (patch)
treeee03ba53c240eb4533548facd5c1297da1a88694 /php.spec
parentda777dfce518a0a0e975134b531bcb33c22fc687 (diff)
update to 8.2.0alpha1
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php.spec b/php.spec
index bef919b..064737e 100644
--- a/php.spec
+++ b/php.spec
@@ -119,17 +119,17 @@
%global gh_commit e2e2d2997328951de813fd157b6b4bf8701d8607
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 20220530
+#global gh_date 20220530
%global gh_owner php
%global gh_project php-src
%global upver 8.2.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
-Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 5%{?dist}
+Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}}
+Release: 6%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1842,6 +1842,9 @@ fi
%changelog
+* Wed Jun 8 2022 Remi Collet <remi@remirepo.net> - 8.2.0~alpha1-6
+- update to 8.2.0alpha1
+
* Mon May 30 2022 Remi Collet <remi@remirepo.net> - 8.2.0~DEV.20220530-5
- refresh