From 033164340158eb5542d8a707dc680764fc908ebb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Oct 2020 14:27:59 +0200 Subject: v1.2.0 --- php-pecl-uuid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-uuid.spec') diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 8fb8593..4658f6d 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -29,8 +29,8 @@ Summary: Universally Unique Identifier extension for PHP Name: %{?sub_prefix}php-pecl-uuid -Version: 1.1.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.2.0 +Release: 1%{?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 @@ -212,6 +212,9 @@ fi %changelog +* Tue Oct 6 2020 Remi Collet - 1.2.0-1 +- update to 1.2.0 + * Wed Sep 30 2020 Remi Collet - 1.1.0-4 - rebuild for PHP 8.0.0RC1 -- cgit