summaryrefslogtreecommitdiffstats
path: root/php-pecl-gnupg.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-09 13:41:23 +0200
committerRemi Collet <remi@remirepo.net>2021-09-09 13:41:23 +0200
commit76c29a6f9357572496be9c62b2e70df3da90aabb (patch)
tree714b701315b7d5c2e9fbe0d9b5cb2dcde5716b46 /php-pecl-gnupg.spec
parentcf946fcc68185dc5696d895c8b6fc248b4c7e2b1 (diff)
improve patch for PHP 8.1 from
https://github.com/php-gnupg/php-gnupg/pull/35 https://github.com/bukka/phpc/pull/3
Diffstat (limited to 'php-pecl-gnupg.spec')
-rw-r--r--php-pecl-gnupg.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/php-pecl-gnupg.spec b/php-pecl-gnupg.spec
index 2db4bbf..8db5d5e 100644
--- a/php-pecl-gnupg.spec
+++ b/php-pecl-gnupg.spec
@@ -25,13 +25,13 @@
Summary: Wrapper around the gpgme library
Name: %{?sub_prefix}php-pecl-gnupg
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
URL: https://pecl.php.net/package/gnupg
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
-Patch0: 0001-Fix-iterator-prototypes-for-PHP-8.1.patch
+Patch0: %{pecl_name}-php81.patch
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
@@ -242,6 +242,11 @@ cd ../ZTS
%changelog
+* Thu Sep 9 2021 Remi Collet <remi@remirepo.net> - 1.5.0-3
+- improve patch for PHP 8.1 from
+ https://github.com/php-gnupg/php-gnupg/pull/35
+ https://github.com/bukka/phpc/pull/3
+
* Thu Sep 9 2021 Remi Collet <remi@remirepo.net> - 1.5.0-2
- add patch for PHP 8.1 from
https://github.com/php-gnupg/php-gnupg/pull/35