diff options
| author | Remi Collet <remi@remirepo.net> | 2023-11-28 15:12:33 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-11-28 15:12:33 +0100 | 
| commit | 175bff054a1b5183761be499b666442601a4dfe7 (patch) | |
| tree | 1129f8bcc7978f0bb75cd1e39a73daff595483ae | |
| parent | edcad9240995f797d157d8f567c300113e34745e (diff) | |
update to 2.0.8 (no change)
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-encrypt.spec | 16 | 
1 files changed, 6 insertions, 10 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec index 0be1d8d..b9f97ac 100644 --- a/php-tecnickcom-tc-lib-pdf-encrypt.spec +++ b/php-tecnickcom-tc-lib-pdf-encrypt.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    e8e5570b4bb7c83baa6fc7e663d9a93cf2b1d052 +%global gh_commit    1ef44606066ad9793c2663b86c066608b61cf44e  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global c_vendor     tecnickcom  %global gh_owner     tecnickcom @@ -15,8 +15,8 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.0.7 -Release:        2%{?dist} +Version:        2.0.8 +Release:        1%{?dist}  Summary:        PHP library to encrypt data for PDF  License:        LGPL-3.0-or-later @@ -32,15 +32,8 @@ BuildRequires:  php-hash  BuildRequires:  php-openssl  BuildRequires:  php-pcre  BuildRequires:  php-posix -# remirepo:1 -%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10  %global phpunit %{_bindir}/phpunit10  BuildRequires:  phpunit10 >= 10.1.2 -# remirepo:4 -%else -%global phpunit %{_bindir}/phpunit9 -BuildRequires:  phpunit9 >= 9.6.13 -%endif  %endif  BuildRequires:  php-fedora-autoloader-devel @@ -133,6 +126,9 @@ exit $ret  %changelog +* Tue Nov 28 2023 Remi Collet <remi@remirepo.net> - 2.0.8-1 +- update to 2.0.8 (no change) +  * Tue Nov 28 2023 Remi Collet <remi@remirepo.net> - 2.0.7-2  - use legacy openssl config for tests  | 
