summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-03 15:08:01 +0200
committerRemi Collet <remi@remirepo.net>2019-09-03 15:08:01 +0200
commitb765d35a66de53a59dc30946558602517e9a74d0 (patch)
tree2d91ec0af61dc306908aeb5bcc2e01fd385cb322
parent45a81221137e553d3d0d9fbf70309157ad6b2d80 (diff)
rebuild for 7.4.0RC1
-rw-r--r--php-snappy.spec16
1 files changed, 13 insertions, 3 deletions
diff --git a/php-snappy.spec b/php-snappy.spec
index 71ad7bf..622630f 100644
--- a/php-snappy.spec
+++ b/php-snappy.spec
@@ -28,9 +28,9 @@ Summary: Snappy Extension for PHP
Name: %{?sub_prefix}php-snappy
Version: 0.1.9
%if 0%{?gh_date:1}
-Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 2%{?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;')}}
%endif
%if %{?with_libsnappy}
License: PHP
@@ -80,9 +80,13 @@ Obsoletes: php72u-%{pecl_name} <= %{version}
Obsoletes: php72w-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-%{pecl_name} <= %{version}
+Obsoletes: php73-%{pecl_name} <= %{version}
Obsoletes: php73w-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-%{pecl_name} <= %{version}
+Obsoletes: php74w-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -223,6 +227,12 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.1.9-4
+- rebuild for 7.4.0RC1
+
+* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.1.9-3
+- rebuild for 7.3.0beta2 new ABI
+
* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.1.9-2
- rebuild for 7.3.0alpha4 new ABI