From aba8871f0259882936b95509754b5ff964f1aabb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Sep 2020 10:14:02 +0200 Subject: rebuild for PHP 8.0.0beta3 --- php-pecl-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-uuid.spec') diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index ba01c7b..904de6e 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -30,7 +30,7 @@ Summary: Universally Unique Identifier extension for PHP Name: %{?sub_prefix}php-pecl-uuid Version: 1.1.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: LGPLv2+ URL: https://pecl.php.net/package/uuid Source: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -219,6 +219,9 @@ fi %changelog +* Wed Sep 2 2020 Remi Collet - 1.1.0-3 +- rebuild for PHP 8.0.0beta3 + * Wed Aug 5 2020 Remi Collet - 1.1.0-2 - rebuild for 8.0.0beta1 -- cgit