summaryrefslogtreecommitdiffstats
path: root/php-pecl-druid.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-druid.spec')
-rw-r--r--php-pecl-druid.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-pecl-druid.spec b/php-pecl-druid.spec
index c32bf1a..1af56f4 100644
--- a/php-pecl-druid.spec
+++ b/php-pecl-druid.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-druid
#
-# Copyright (c) 2016-2018 Remi Collet
+# Copyright (c) 2016-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -29,7 +29,7 @@
Summary: A Druid driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.0.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: ASL 2.0
URL: http://pecl.php.net/package/%{proj_name}
Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz
@@ -72,9 +72,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
@@ -233,6 +237,9 @@ cd ../ZTS
%changelog
+* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0-4
+- rebuild for 7.4.0beta1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.0-3
- rebuild for 7.3.0beta2 new ABI