From 344cf9a76134fa9eb907a21d1f1beb541290ca42 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 May 2023 08:04:34 +0200 Subject: update to 2.0.1 --- php-pecl-scrypt.spec | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'php-pecl-scrypt.spec') 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 - 2.0.1-1 +- update to 2.0.1 + * Wed Sep 7 2022 Remi Collet - 2.0.0-1 - update to 2.0.0 -- cgit