summaryrefslogtreecommitdiffstats
path: root/php-pecl-luasandbox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-luasandbox.spec')
-rw-r--r--php-pecl-luasandbox.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-pecl-luasandbox.spec b/php-pecl-luasandbox.spec
index 13b096b..78563f0 100644
--- a/php-pecl-luasandbox.spec
+++ b/php-pecl-luasandbox.spec
@@ -20,14 +20,12 @@
Summary: Lua interpreter with limits and safe environment
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 4.1.2
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 4.1.3
+Release: 1%{?dist}
License: MIT
URL: https://pecl.php.net/package/%{proj_name}
Source0: https://pecl.php.net/get/%{sources}.tgz
-Patch0: 0001-use-zend_ce_exception-instead-of-zend_exception_get_.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.2
@@ -62,8 +60,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd %{sources}
-%patch -P0 -p1
-
: Sanity check, really often broken
extver=$(sed -n '/#define LUASANDBOX_VERSION /{s/.* "//;s/".*$//;p}' luasandbox_version.h)
if test "x${extver}" != "x%{version}"; then
@@ -182,6 +178,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Dec 16 2025 Remi Collet <remi@remirepo.net> - 4.1.3-1
+- update to 4.1.3
+- drop patch merged upstream
+
* Thu Jul 17 2025 Remi Collet <remi@remirepo.net> - 4.1.2-2
- add fix for PHP 8.5.0alpha2, patch sent to author
- re-license spec file to CECILL-2.1