From da777dfce518a0a0e975134b531bcb33c22fc687 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 May 2022 12:57:37 +0200 Subject: refresh --- php.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index cbe1d87..bef919b 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.2.0~DEV.20220530-5 +- refresh + +* Mon May 23 2022 Remi Collet - 8.2.0~DEV.20220523-4 +- refresh + * Mon May 16 2022 Remi Collet - 8.2.0~DEV.20220516-3 - refresh -- cgit