summaryrefslogtreecommitdiffstats
path: root/php-pecl-scrypt.spec
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 /php-pecl-scrypt.spec
parent4c94547a9bfaa7d2f0108a6ec096b7230fd299ce (diff)
update to 2.0.1
Diffstat (limited to 'php-pecl-scrypt.spec')
-rw-r--r--php-pecl-scrypt.spec25
1 files changed, 10 insertions, 15 deletions
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