summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-04 07:30:59 +0200
committerRemi Collet <remi@php.net>2023-10-04 07:30:59 +0200
commit33798958896ca649c62bc84c527e39981b938d54 (patch)
tree161e3bb420d0aafb5a24832f996f6de1fb188cfa
parentf7f3d1d261cb1642a997310c7c279f2e16ca4c16 (diff)
update to 3.2.0
-rw-r--r--php-tecnickcom-tc-lib-pdf-page.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec
index 2af5710..6bc7ea7 100644
--- a/php-tecnickcom-tc-lib-pdf-page.spec
+++ b/php-tecnickcom-tc-lib-pdf-page.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit c4c7273bc314cb4eba351e2e2531e49c32e7c2d1
+%global gh_commit df0474afbc546aab0e9ca6562b05084812ee35af
%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.10
+Version: 3.2.0
Release: 1%{?dist}
Summary: PHP library containing PDF page formats and definitions
@@ -109,7 +109,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82 php83; do
+for cmdarg in "php %{phpunit}" "php80 %{_bindir}/phpunit9" php81 php82 php83; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || :
@@ -131,6 +131,9 @@ exit $ret
%changelog
+* Wed Oct 4 2023 Remi Collet <remi@remirepo.net> - 3.2.0-1
+- update to 3.2.0
+
* Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 3.1.10-1
- update to 3.1.10 (no change)