diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-02 10:14:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-02 10:14:02 +0200 |
commit | aba8871f0259882936b95509754b5ff964f1aabb (patch) | |
tree | 39ddc9eb889ec82e03b2701ddead3c864b5e21a8 | |
parent | 62b20c235c1b6eb4aec8795c44667ae8ae43f19e (diff) |
rebuild for PHP 8.0.0beta3
-rw-r--r-- | php-pecl-uuid.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 1.1.0-3 +- rebuild for PHP 8.0.0beta3 + * Wed Aug 5 2020 Remi Collet <remi@remirepo.net> - 1.1.0-2 - rebuild for 8.0.0beta1 |