diff options
| -rw-r--r-- | php-pear-crypt-gpg.spec | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/php-pear-crypt-gpg.spec b/php-pear-crypt-gpg.spec index 643dcdd..9aadd64 100644 --- a/php-pear-crypt-gpg.spec +++ b/php-pear-crypt-gpg.spec @@ -1,8 +1,8 @@ # remirepo/fedora spec file for php-pear-crypt-gpg # -# Copyright (c) 2015-2023 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2015-2026 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -13,7 +13,7 @@ %bcond_with tests Name: php-pear-crypt-gpg -Version: 1.6.7 +Version: 1.6.11 Release: 1%{?dist} Summary: GNU Privacy Guard (GnuPG) @@ -39,17 +39,13 @@ Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php-pear(PEAR) -Requires: %{_bindir}/gpg1 +Requires: (%{_bindir}/gpg1 or %{_bindir}/gpg) # From package.pear Requires: php(language) >= 5.4.8 Requires: php-pear(Console_CommandLine) >= 1.1.10 Requires: php-mbstring # From phpcompatinfo report for version 1.4.1 -Requires: php-ctype -Requires: php-date Requires: php-json -Requires: php-pcre -Requires: php-spl # Optional Requires: php-posix Requires: php-composer(fedora/autoloader) @@ -146,6 +142,11 @@ fi %changelog +* Tue Feb 3 2026 Remi Collet <remi@remirepo.net> - 1.6.11-1 +- update to 1.6.11 +- drop mandatory dependency on gpg1 +- re-license spec file to CECILL-2.1 + * Sat Sep 23 2023 Remi Collet <remi@remirepo.net> - 1.6.7-1 - update to 1.6.7 |
