diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-02 16:33:15 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-02 16:33:15 +0100 |
commit | b112b9da650d8f62a3b697595b101557788dd8c0 (patch) | |
tree | 1128ac643824fce264fa5e15b84f6a417af52846 | |
parent | 900b5d7f92eba64e92bcabdbd4ae0221e9069812 (diff) |
v1.3.10 (no change)
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-filter.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index d8cee66..ce20e25 100644 --- a/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-filter # -# Copyright (c) 2015-2019 Remi Collet +# Copyright (c) 2015-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 1cadba206f999f2b4c6f4a901ddc789f76af4111 +%global gh_commit f7f5a931e314a52d979fe5ad0e070ee3387059e7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.3.9 +Version: 1.3.10 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -110,6 +110,9 @@ exit $ret %changelog +* Thu Jan 2 2020 Remi Collet <remi@remirepo.net> - 1.3.10-1 +- update to 1.3.10 (no change) + * Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.3.9-1 - update to 1.3.9 |