From e6665ddcf1c686d2d5dcf35c91e8973e6de579d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 May 2022 16:45:22 +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 c52f459..cbe1d87 100644 --- a/php.spec +++ b/php.spec @@ -117,9 +117,9 @@ %global with_httpd2410 0 %endif -%global gh_commit f080a90a884197c30688c7c61920dd881b531f66 +%global gh_commit 1f4830f21af0baf9c41061eaff66d9f690a96edc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20220511 +%global gh_date 20220516 %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: 1%{?dist} +Release: 3%{?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 16 2022 Remi Collet - 8.2.0~DEV.20220516-3 +- refresh + +* Wed May 11 2022 Remi Collet - 8.2.0~DEV.20220511-2 +- refresh + * Wed May 11 2022 Remi Collet - 8.2.0~DEV.20220511-1 - update to 8.2.0-dev - add dependency on libselinux -- cgit