summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-filter.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-22 09:20:22 +0100
committerRemi Collet <remi@php.net>2022-12-22 09:20:22 +0100
commit42a9bbad89a038919d7fb8cbe44dffbee8f13d74 (patch)
tree1ff824c8262c7ddba6c1d6921bf1293e56ef37e3 /php-tecnickcom-tc-lib-pdf-filter.spec
parent528c44c6337174e751b91045430b8b9ec3f00efe (diff)
update to 1.4.14 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-filter.spec')
-rw-r--r--php-tecnickcom-tc-lib-pdf-filter.spec21
1 files changed, 11 insertions, 10 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index 83bba7f..ac173c4 100644
--- a/php-tecnickcom-tc-lib-pdf-filter.spec
+++ b/php-tecnickcom-tc-lib-pdf-filter.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit c57fdde0e389df0bc6d3cc2d9531057dcfb0e82b
+%global gh_commit 0a3182932a78c80e15fe9b66c319ec6dfdf1c6f8
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,24 +15,19 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.4.7
+Version: 1.4.14
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
-License: LGPLv3+
+License: LGPL-3.0-or-later
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz
BuildArch: noarch
%if %{with_tests}
# For tests
-%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9
%global phpunit %{_bindir}/phpunit9
-BuildRequires: phpunit9 >= 9.5.0
-%else
-%global phpunit %{_bindir}/phpunit8
-BuildRequires: phpunit8 >= 8.5.13
-%endif
+BuildRequires: phpunit9 >= 9.5.27
BuildRequires: php(language) >= 5.4
Requires: php-pcre
Requires: php-zlib
@@ -88,7 +83,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1
@@ -112,6 +107,12 @@ exit $ret
%changelog
+* Thu Dec 22 2022 Remi Collet <remi@remirepo.net> - 1.4.14-1
+- update to 1.4.14 (no change)
+
+* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.4.10-1
+- update to 1.4.10 (no change)
+
* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.4.7-1
- update to 1.4.7 (no change)