summaryrefslogtreecommitdiffstats
path: root/php-pecl-rnp.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-rnp.spec')
-rw-r--r--php-pecl-rnp.spec3
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