summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-23 12:22:32 +0200
committerRemi Collet <remi@remirepo.net>2019-07-23 12:22:32 +0200
commit908cf63749b4af5097d4856390ded74f8ff9a14f (patch)
treed6d8d3a8e33fb6d3c8394f00fbec19043da4710c
parentd30fbd9be82633be0d4934174317f484442a394b (diff)
rebuild for 7.4.0beta1
-rw-r--r--php-pecl-inotify.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-inotify.spec b/php-pecl-inotify.spec
index ba3e1ad..e65ce26 100644
--- a/php-pecl-inotify.spec
+++ b/php-pecl-inotify.spec
@@ -15,7 +15,7 @@
Summary: Inotify
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 2.0.0
-Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -57,9 +57,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
@@ -220,6 +224,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 2.0.0-9
+- rebuild for 7.4.0beta1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.0-8
- rebuild for 7.3.0beta2 new ABI