From f7c1f6eba5d3040c66a54c9ebb9a74d289b731e9c98cef699fc23db02c910224 Mon Sep 17 00:00:00 2001 From: Arjen de Korte Date: Sat, 1 Jan 2022 12:46:17 +0000 Subject: [PATCH] - Update to 1.5.1 * Fixed compilation with PHP 8.1 * Fixed build with gpgme 1.4 OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-gnupg?expand=0&rev=9 --- gnupg-1.5.0.tgz | 3 --- gnupg-1.5.1.tgz | 3 +++ php-gnupg.changes | 7 +++++++ php-gnupg.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 gnupg-1.5.0.tgz create mode 100644 gnupg-1.5.1.tgz diff --git a/gnupg-1.5.0.tgz b/gnupg-1.5.0.tgz deleted file mode 100644 index c83644f..0000000 --- a/gnupg-1.5.0.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4f5f79aa483908f3df08e5b343ea3593c6d725b9ed2103e30242627659e0a64 -size 37045 diff --git a/gnupg-1.5.1.tgz b/gnupg-1.5.1.tgz new file mode 100644 index 0000000..30db6a3 --- /dev/null +++ b/gnupg-1.5.1.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9906f465ab2343cb2f3127ee209c72760238745c34878d9bbc1576486219252 +size 37316 diff --git a/php-gnupg.changes b/php-gnupg.changes index 25e3a33..ab6d928 100644 --- a/php-gnupg.changes +++ b/php-gnupg.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 1 12:44:11 UTC 2022 - Arjen de Korte + +- Update to 1.5.1 + * Fixed compilation with PHP 8.1 + * Fixed build with gpgme 1.4 + ------------------------------------------------------------------- Sat Apr 10 20:16:03 UTC 2021 - Arjen de Korte diff --git a/php-gnupg.spec b/php-gnupg.spec index bf84e83..8476c0b 100644 --- a/php-gnupg.spec +++ b/php-gnupg.spec @@ -31,7 +31,7 @@ ExclusiveArch: do-not-build %endif Name: %{php_name}-%{pkg_name} -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: PHP wrapper around the gpgme library License: BSD-2-Clause