summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-30 07:53:44 +0200
committerRemi Collet <remi@remirepo.net>2021-04-30 07:53:44 +0200
commit90fa46b914b4faa9dc80e71ca08c6f12c466ed3b (patch)
treedf28a85016fd8193b1238406f33c789ea7b02522
parent033164340158eb5542d8a707dc680764fc908ebb (diff)
F34 rebuild for https://github.com/remicollet/remirepo/issues/174
-rw-r--r--php-pecl-uuid.spec14
1 files 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 <remi@remirepo.net> - 1.2.0-3
+- F34 rebuild for https://github.com/remicollet/remirepo/issues/174
+
* Tue Oct 6 2020 Remi Collet <remi@remirepo.net> - 1.2.0-1
- update to 1.2.0