summaryrefslogtreecommitdiffstats
path: root/php-pecl-sandbox.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-14 11:54:28 +0200
committerRemi Collet <remi@remirepo.net>2019-06-14 11:54:28 +0200
commitcee85b425836a4b2a4184ce326194cc0ec7601aa (patch)
tree510f8ca1f109524296f4c9b9cd0049ddbc75dd62 /php-pecl-sandbox.spec
parent387e321016e4299b361137bcc5e20c8485d1512b (diff)
v0.1.2
Diffstat (limited to 'php-pecl-sandbox.spec')
-rw-r--r--php-pecl-sandbox.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-sandbox.spec b/php-pecl-sandbox.spec
index 77cc2d5..cb9f2a4 100644
--- a/php-pecl-sandbox.spec
+++ b/php-pecl-sandbox.spec
@@ -13,7 +13,7 @@
Summary: Isolated environment
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 0.1.1
+Version: 0.1.2
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: http://pecl.php.net/package/%{pecl_name}
@@ -42,9 +42,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
@@ -189,6 +193,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Jun 14 2019 Remi Collet <remi@remirepo.net> - 0.1.2-1
+- update to 0.1.2
+
* Wed Jan 16 2019 Remi Collet <remi@remirepo.Net> - 0.1.1-1
- update for official release