summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-page.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-03 09:08:54 +0200
committerRemi Collet <remi@php.net>2023-05-03 09:08:54 +0200
commitbe4e28f216e6f729108cefbabaf083cf27b0d3d2 (patch)
treeec71c37e426a5164bee863ec06626177b2c5f6e6 /php-tecnickcom-tc-lib-pdf-page.spec
parent084fe526d5966618d7676b4ddc425411f1e6e003 (diff)
update to 3.1.2
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-page.spec')
-rw-r--r--php-tecnickcom-tc-lib-pdf-page.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec
index e27a43e..4a2d227 100644
--- a/php-tecnickcom-tc-lib-pdf-page.spec
+++ b/php-tecnickcom-tc-lib-pdf-page.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-page
#
-# Copyright (c) 2015-2022 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2015-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 51cf811b566ac60211021a660f71ac7bc40f7032
+%global gh_commit eefa6f21c818735c96a8351da6ece920b5447062
%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: 3.1.1
+Version: 3.1.2
Release: 1%{?dist}
Summary: PHP library containing PDF page formats and definitions
@@ -109,10 +109,10 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" php80 php81 php82; do
+for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; do
if which $cmdarg; then
set $cmdarg
- $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1
+ $1 ${2:-%{_bindir}/phpunit10} --no-coverage || ret=1
fi
done
exit $ret
@@ -130,6 +130,9 @@ exit $ret
%changelog
+* Wed May 3 2023 Remi Collet <remi@remirepo.net> - 3.1.2-1
+- update to 3.1.2
+
* Mon Jan 2 2023 Remi Collet <remi@remirepo.net> - 3.1.1-1
- update to 3.1.1