summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-09 08:04:34 +0200
committerRemi Collet <remi@php.net>2023-05-09 08:04:34 +0200
commit344cf9a76134fa9eb907a21d1f1beb541290ca42 (patch)
treeee13225c8dbf436f9780ea503713932d28303fd0
parent4c94547a9bfaa7d2f0108a6ec096b7230fd299ce (diff)
update to 2.0.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-scrypt.spec25
3 files changed, 12 insertions, 17 deletions
diff --git a/PHPINFO b/PHPINFO
index 0f4cceb..0a13035 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -1,4 +1,4 @@
scrypt
-Version => 2.0.0
+Version => 2.0.1
diff --git a/REFLECTION b/REFLECTION
index 72f4056..4e540ae 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 scrypt version 2.0.0 ] {
+Extension [ <persistent> extension #122 scrypt version 2.0.1 ] {
- Dependencies {
Dependency [ hash (Required) ]
diff --git a/php-pecl-scrypt.spec b/php-pecl-scrypt.spec
index a0e0f67..1a37933 100644
--- a/php-pecl-scrypt.spec
+++ b/php-pecl-scrypt.spec
@@ -1,30 +1,24 @@
# remirepo spec file for php-pecl-scrypt
#
-# Copyright (c) 2013-2022 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2013-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%if 0%{?scl:1}
-%scl_package php-pecl-scrypt
-%endif
+%{?scl:%scl_package php-pecl-scrypt}
%bcond_without tests
%global pecl_name scrypt
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%if "%{php_version}" < "5.6"
-%global ini_name %{pecl_name}.ini
-%else
%global ini_name 40-%{pecl_name}.ini
-%endif
Summary: Scrypt hashing function
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
-License: BSD
+License: BSD-2-Clause
Group: Development/Languages
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -157,9 +151,8 @@ cd NTS
: Upstream test suite for NTS extension
TEST_PHP_EXECUTABLE=%{__php} \
TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \
-NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{__php} -n run-tests.php --show-diff
+%{__php} -n run-tests.php -q --show-diff
%endif
@@ -174,9 +167,8 @@ cd ../ZTS
: Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{__ztsphp} \
TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \
-NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{__ztsphp} -n run-tests.php --show-diff
+%{__ztsphp} -n run-tests.php -q --show-diff
%endif
%endif
@@ -196,6 +188,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue May 9 2023 Remi Collet <remi@remirepo.net> - 2.0.1-1
+- update to 2.0.1
+
* Wed Sep 7 2022 Remi Collet <remi@remirepo.net> - 2.0.0-1
- update to 2.0.0