From 3e384da098d723fea36809c28abe68e4712a5c51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Oct 2022 10:51:56 +0200 Subject: ignore 1 test with openssl --- php-pecl-rnp.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php-pecl-rnp.spec') diff --git a/php-pecl-rnp.spec b/php-pecl-rnp.spec index 972632e..ea9cde9 100644 --- a/php-pecl-rnp.spec +++ b/php-pecl-rnp.spec @@ -34,6 +34,7 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upst Patch0: https://patch-diff.githubusercontent.com/raw/rnpgp/php-rnp/pull/3.patch Patch1: https://patch-diff.githubusercontent.com/raw/rnpgp/php-rnp/pull/4.patch Patch2: https://patch-diff.githubusercontent.com/raw/rnpgp/php-rnp/pull/5.patch +Patch3: https://patch-diff.githubusercontent.com/raw/rnpgp/php-rnp/pull/6.patch BuildRequires: make BuildRequires: %{?dtsprefix}gcc @@ -70,6 +71,7 @@ cd NTS %patch0 -p1 -b .pr3 %patch1 -p1 -b .pr4 %patch2 -p1 -b .pr5 +%patch3 -p1 -b .pr6 # Check version as upstream often forget to update this extver=$(sed -n '/define PHP_RNP_VERSION/{s/.* "//;s/".*$//;p}' php_rnp.h) @@ -197,6 +199,7 @@ fi - open https://github.com/rnpgp/php-rnp/pull/3 extension version - open https://github.com/rnpgp/php-rnp/pull/4 backend name/version - open https://github.com/rnpgp/php-rnp/pull/5 build warnings +- open https://github.com/rnpgp/php-rnp/pull/6 skip test * Thu Oct 27 2022 Remi Collet - 1.2.8-1 - initial package -- cgit