From 90fa46b914b4faa9dc80e71ca08c6f12c466ed3b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Apr 2021 07:53:44 +0200 Subject: F34 rebuild for https://github.com/remicollet/remirepo/issues/174 --- php-pecl-uuid.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 4658f6d..1b3852b 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-uuid # -# Copyright (c) 2012-2020 Remi Collet +# Copyright (c) 2012-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -30,11 +30,12 @@ Summary: Universally Unique Identifier extension for PHP Name: %{?sub_prefix}php-pecl-uuid Version: 1.2.0 -Release: 1%{?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 +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -67,12 +68,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter private shared object -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description A wrapper around Universally Unique Identifier library (libuuid). @@ -212,6 +207,9 @@ fi %changelog +* Fri Apr 30 2021 Remi Collet - 1.2.0-3 +- F34 rebuild for https://github.com/remicollet/remirepo/issues/174 + * Tue Oct 6 2020 Remi Collet - 1.2.0-1 - update to 1.2.0 -- cgit