summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-08 09:19:36 +0200
committerRemi Collet <remi@php.net>2023-09-08 09:19:36 +0200
commit2da6a42c323f15ae4ca539d6f722c1441d1a51c2 (patch)
treed960176be6fcc9abc116a1f0ee7408e86c53f54f
parentdabf62095de4060bbaf49605219f2073d9080af9 (diff)
update to 1.7.12 (no change)
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-pdf-graph.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 2176709..a96133a 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"description": "PHP library containing PDF graphic and geometric methods",
"type": "library",
"homepage": "http://www.tecnick.com",
- "license": "LGPL-3.0",
+ "license": "LGPL-3.0-or-later",
"keywords": [
"tc-lib-pdf-graph",
"PDF",
diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec
index caca443..bb60fc9 100644
--- a/php-tecnickcom-tc-lib-pdf-graph.spec
+++ b/php-tecnickcom-tc-lib-pdf-graph.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 5c1e7ecab480b4a1a7ab01177852f66b3f193008
+%global gh_commit 4bd0cd1d1a708edbdcfd5dadd19088e5d3a4bb0e
%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.7.8
+Version: 1.7.12
Release: 1%{?dist}
Summary: PHP library containing PDF graphic and geometric methods
@@ -105,7 +105,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 || :
@@ -128,6 +128,9 @@ exit $ret
%changelog
+* Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 1.7.12-1
+- update to 1.7.12 (no change)
+
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 1.7.8-1
- update to 1.7.8 (no change)