summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-08 09:21:12 +0200
committerRemi Collet <remi@php.net>2023-09-08 09:21:12 +0200
commitf7f3d1d261cb1642a997310c7c279f2e16ca4c16 (patch)
treee0c11c0d835942948b6c8dc3762d378a126366a2
parent3317190a7444c3ec9698c023999bbf4ebf8456f4 (diff)
update to 3.1.10 (no change)
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-pdf-page.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 2f911d3..8e7f822 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"description": "PHP library containing PDF page formats and definitions",
"type": "library",
"homepage": "http://www.tecnick.com",
- "license": "LGPL-3.0",
+ "license": "LGPL-3.0-or-later",
"keywords": [
"tc-lib-pdf-page",
"PDF",
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec
index 1542806..2af5710 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 171d497592c175836cf1a9c4766667747f952d30
+%global gh_commit c4c7273bc314cb4eba351e2e2531e49c32e7c2d1
%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.6
+Version: 3.1.10
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; do
+for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82 php83; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || :
@@ -131,6 +131,9 @@ exit $ret
%changelog
+* Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 3.1.10-1
+- update to 3.1.10 (no change)
+
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 3.1.6-1
- update to 3.1.6 (no change)