diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-06 11:07:12 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-06 11:07:12 +0200 |
commit | 0760fb4b704d44965fe213fa33e4a66372b6c460 (patch) | |
tree | bc51722ead978eb0b01f500b14eaa13517e1d924 /php-pecl-sandbox.spec | |
parent | cee85b425836a4b2a4184ce326194cc0ec7601aa (diff) |
add suptream patch for 7.4.0RC1
Diffstat (limited to 'php-pecl-sandbox.spec')
-rw-r--r-- | php-pecl-sandbox.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-sandbox.spec b/php-pecl-sandbox.spec index cb9f2a4..76e6501 100644 --- a/php-pecl-sandbox.spec +++ b/php-pecl-sandbox.spec @@ -14,10 +14,12 @@ Summary: Isolated environment Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.1.2 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 +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 @@ -100,6 +102,7 @@ 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) @@ -193,6 +196,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Sep 6 2019 Remi Collet <remi@remirepo.net> - 0.1.2-2 +- add suptream patch for 7.4.0RC1 + * Fri Jun 14 2019 Remi Collet <remi@remirepo.net> - 0.1.2-1 - update to 0.1.2 |