From 1351ba702a83c3572f76134f180603c69797cc53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Sep 2023 07:16:30 +0200 Subject: update to 1.6.7 --- php-pear-crypt-gpg.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/php-pear-crypt-gpg.spec b/php-pear-crypt-gpg.spec index c967b78..643dcdd 100644 --- a/php-pear-crypt-gpg.spec +++ b/php-pear-crypt-gpg.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-pear-crypt-gpg # -# Copyright (c) 2015-2021 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2015-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -10,10 +10,10 @@ %{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Crypt_GPG -%bcond_without tests +%bcond_with tests Name: php-pear-crypt-gpg -Version: 1.6.6 +Version: 1.6.7 Release: 1%{?dist} Summary: GNU Privacy Guard (GnuPG) @@ -76,7 +76,7 @@ Autoloader: %{pear_phpdir}/Crypt/GPG/autoload.php cd %{pear_name}-%{version} if [ -x %{_bindir}/gpg1 ]; then -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm sed -e '/Engine.php/s/md5sum="[^"]*"//' \ -i ../package.xml fi @@ -112,9 +112,9 @@ cd %{pear_name}-%{version}/tests : Upstream test suite ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php74 php80 php81 php82 php83; do if which $cmd; then - $cmd %{_bindir}/phpunit7 \ + $cmd %{_bindir}/phpunit8 \ --include-path=%{buildroot}%{pear_phpdir} \ --verbose . || ret=1 fi @@ -146,6 +146,9 @@ fi %changelog +* Sat Sep 23 2023 Remi Collet - 1.6.7-1 +- update to 1.6.7 + * Wed Sep 8 2021 Remi Collet - 1.6.6-1 - update to 1.6.6 -- cgit