From df1c2a1a8aa234a1eb00d1a18ff1e1f820f712b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Apr 2023 09:35:39 +0200 Subject: define %php81___phpize and %php81___phpconfig --- php.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 58c03be..4d58189 100644 --- a/php.spec +++ b/php.spec @@ -128,7 +128,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1853,6 +1853,9 @@ fi %changelog +* Tue Apr 25 2023 Remi Collet - 8.1.19~RC1-2 +- define %%php81___phpize and %%php81___phpconfig + * Tue Apr 25 2023 Remi Collet - 8.1.19~RC1-1 - update to 8.1.19RC1 - use oracle client library version 21.10 -- cgit