summaryrefslogtreecommitdiffstats
path: root/php-pecl-uuid.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 10:03:17 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 10:03:17 +0200
commite5ee466b56406d9f372fcb564dde1da3261a5a65 (patch)
tree24a3ed5278e191c4a2c47b32945470c5411be4fb /php-pecl-uuid.spec
parent90fa46b914b4faa9dc80e71ca08c6f12c466ed3b (diff)
rebuild for 8.1.0RC1
Diffstat (limited to 'php-pecl-uuid.spec')
-rw-r--r--php-pecl-uuid.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec
index 1b3852b..de84d85 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.2.0
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?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
@@ -66,6 +66,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -207,6 +210,9 @@ fi
%changelog
+* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.2.0-4
+- rebuild for 8.1.0RC1
+
* Fri Apr 30 2021 Remi Collet <remi@remirepo.net> - 1.2.0-3
- F34 rebuild for https://github.com/remicollet/remirepo/issues/174