From 0f11f856d066676d2becf1e88b75ce1e150f019f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Sep 2019 14:28:24 +0200 Subject: v0.1.3 --- php-pecl-sandbox.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-pecl-sandbox.spec') diff --git a/php-pecl-sandbox.spec b/php-pecl-sandbox.spec index 76e6501..dfb9860 100644 --- a/php-pecl-sandbox.spec +++ b/php-pecl-sandbox.spec @@ -13,14 +13,12 @@ Summary: Isolated environment Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.1.2 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 0.1.3 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: %{pecl_name}-php74.patch - BuildRequires: %{?scl_prefix}php-zts-devel > 7.1 BuildRequires: %{?scl_prefix}php-pear @@ -102,8 +100,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd %{pecl_name}-%{version} -%patch0 -p1 - # Sanity check, really often broken extver=$(sed -n '/define PHP_SANDBOX_VERSION/{s/.* "//;s/".*$//;p}' php_sandbox.h) if test "x${extver}" != "x%{version}"; then @@ -196,6 +192,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 18 2019 Remi Collet - 0.1.3-1 +- update to 0.1.3 + * Fri Sep 6 2019 Remi Collet - 0.1.2-2 - add suptream patch for 7.4.0RC1 -- cgit