diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-28 10:51:56 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-28 10:51:56 +0200 |
commit | 3e384da098d723fea36809c28abe68e4712a5c51 (patch) | |
tree | 49ef5800983bf01a4edb30734caebfd3b1e54778 /php-pecl-rnp.spec | |
parent | 91a856e604ad211b932fe42ff1ccce314bcb672b (diff) |
ignore 1 test with openssl
Diffstat (limited to 'php-pecl-rnp.spec')
-rw-r--r-- | php-pecl-rnp.spec | 3 |
1 files changed, 3 insertions, 0 deletions
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 <remi@remirepo.net> - 1.2.8-1 - initial package |