From 8d1d1a6612150cd66257dcbe06421c0d91ba6a10 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2022 10:58:13 +0200 Subject: rebuild for PHP 8.2.0RC1 --- php-pecl-selinux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-selinux.spec b/php-pecl-selinux.spec index 623ea44..f17b607 100644 --- a/php-pecl-selinux.spec +++ b/php-pecl-selinux.spec @@ -32,7 +32,7 @@ Summary: SELinux binding for PHP scripting language Name: %{?scl_prefix}php-pecl-selinux Version: 0.6.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -212,6 +212,9 @@ fi %changelog +* Thu Sep 1 2022 Remi Collet - 0.6.0-2 +- rebuild for PHP 8.2.0RC1 + * Thu Dec 23 2021 Remi Collet - 0.6.0-1 - update to 0.6.0 -- cgit