diff options
| -rw-r--r-- | php-pecl-uuid.spec | 13 | 
1 files changed, 10 insertions, 3 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 1071b28..8585997 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-2018 Remi Collet +# Copyright (c) 2012-2019 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -30,7 +30,7 @@  Summary:       Universally Unique Identifier extension for PHP  Name:          %{?sub_prefix}php-pecl-uuid  Version:       1.0.4 -Release:       14%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       15%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       LGPLv2+  URL:           http://pecl.php.net/package/uuid  Source:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -73,9 +73,13 @@ Obsoletes:     php72u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php72w-pecl-%{pecl_name} <= %{version}  %endif  %if "%{php_version}" > "7.3" -Obsoletes:     php73u-pecl-%{pecl_name} <= %{version} +Obsoletes:      php73-pecl-%{pecl_name} <= %{version}  Obsoletes:     php73w-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.4" +Obsoletes:      php74-pecl-%{pecl_name} <= %{version} +Obsoletes:     php74w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -223,6 +227,9 @@ fi  %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.0.4-15 +- rebuild for 7.4.0beta1 +  * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.4-14  - rebuild for 7.3.0beta2 new ABI  | 
