diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -117,9 +117,9 @@ %global with_httpd2410 0 %endif -%global gh_commit 1f4830f21af0baf9c41061eaff66d9f690a96edc +%global gh_commit e2e2d2997328951de813fd157b6b4bf8701d8607 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20220516 +%global gh_date 20220530 %global gh_owner php %global gh_project php-src %global upver 8.2.0 @@ -129,7 +129,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 3%{?dist} +Release: 5%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1842,6 +1842,12 @@ fi %changelog +* Mon May 30 2022 Remi Collet <remi@remirepo.net> - 8.2.0~DEV.20220530-5 +- refresh + +* Mon May 23 2022 Remi Collet <remi@remirepo.net> - 8.2.0~DEV.20220523-4 +- refresh + * Mon May 16 2022 Remi Collet <remi@remirepo.net> - 8.2.0~DEV.20220516-3 - refresh |