summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-03 13:15:26 +0200
committerRemi Collet <remi@remirepo.net>2019-09-03 13:15:26 +0200
commit9543c49c5f2b6a116becf4737ade7ae20649f95c (patch)
tree527ba645553bee68619b0f8722377a6fe05ef789
parent2de8bc5329584447f1aa4f4895bd17f3a0a7683a (diff)
rebuild for 7.4.0RC1
-rw-r--r--php-pecl-json-post.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec
index d65a539..b2edada 100644
--- a/php-pecl-json-post.spec
+++ b/php-pecl-json-post.spec
@@ -29,7 +29,7 @@
Summary: JSON POST handler
Name: %{?sub_prefix}php-pecl-json-post
Version: 1.0.1
-Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.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
@@ -239,6 +243,9 @@ cd ../ZTS
%changelog
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.1-12
+- rebuild for 7.4.0RC1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.1-11
- rebuild for 7.3.0beta2 new ABI