summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-filter.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-03 09:18:14 +0100
committerRemi Collet <remi@php.net>2022-01-03 09:18:14 +0100
commit528c44c6337174e751b91045430b8b9ec3f00efe (patch)
tree784c7ff334ed50349df3f60adfa612e9fa461e26 /php-tecnickcom-tc-lib-pdf-filter.spec
parent97d6a8714df76fdf54f6859ae1e0da4c7fb1eafe (diff)
update to 1.4.7 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-filter.spec')
-rw-r--r--php-tecnickcom-tc-lib-pdf-filter.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index 87037ed..83bba7f 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-2021 Remi Collet
+# Copyright (c) 2015-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit c56027589f3e9456c469feaf3a7987cb796f9a44
+%global gh_commit c57fdde0e389df0bc6d3cc2d9531057dcfb0e82b
%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.4.4
+Version: 1.4.7
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
@@ -88,7 +88,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do
+for cmdarg in "php %{phpunit}" php74 php80 php81; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1
@@ -112,6 +112,9 @@ exit $ret
%changelog
+* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.4.7-1
+- update to 1.4.7 (no change)
+
* Mon Feb 8 2021 Remi Collet <remi@remirepo.net> - 1.4.4-1
- update to 1.4.4 (no change)