summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-23 12:08:40 +0200
committerRemi Collet <remi@remirepo.net>2019-07-23 12:08:40 +0200
commitce3a6dee04bb9128c484c39ad4e41ca7b977d16c (patch)
treef1c2b9943688fed39d392f415d53f878cd09dde8
parentfc59dce13969f8a58300530cb4c570be02df77ae (diff)
rebuild for 7.4.0beta1
-rw-r--r--php-pecl-hrtime.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-hrtime.spec b/php-pecl-hrtime.spec
index 205ce91..7b3c0d1 100644
--- a/php-pecl-hrtime.spec
+++ b/php-pecl-hrtime.spec
@@ -22,7 +22,7 @@
Summary: High resolution timing
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 0.6.0
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -64,9 +64,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
@@ -224,6 +228,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.6.0-6
+- rebuild for 7.4.0beta1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.6.0-5
- rebuild for 7.3.0beta2 new ABI