summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-pdf.spec23
2 files changed, 20 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 35ef449..b117ec4 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,7 @@
"tecnickcom/tc-lib-barcode": "^2.4",
"tecnickcom/tc-lib-color": "^2.5",
"tecnickcom/tc-lib-pdf-image": "^2.2",
- "tecnickcom/tc-lib-pdf-font": "^2.8",
+ "tecnickcom/tc-lib-pdf-font": "^2.12",
"tecnickcom/tc-lib-file": "^2.5",
"tecnickcom/tc-lib-pdf-encrypt": "^2.2",
"tecnickcom/tc-lib-unicode-data": "^2.0",
diff --git a/php-tecnickcom-tc-lib-pdf.spec b/php-tecnickcom-tc-lib-pdf.spec
index 2901b72..efee074 100644
--- a/php-tecnickcom-tc-lib-pdf.spec
+++ b/php-tecnickcom-tc-lib-pdf.spec
@@ -19,7 +19,7 @@
Name: php-%{gh_owner}-%{gh_project}
Summary: PHP PDF Library
License: LGPL-3.0-or-later
-Version: 8.13.0
+Version: 8.19.1
Release: 1%{?dist}
%forgemeta
@@ -35,7 +35,7 @@ BuildRequires: php(language) >= 8.2
BuildRequires: (php-composer(%{c_vendor}/tc-lib-barcode) >= 2.4 with php-composer(%{c_vendor}/tc-lib-barcode) < 3)
BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.5 with php-composer(%{c_vendor}/tc-lib-color) < 3)
BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-image) >= 2.2 with php-composer(%{c_vendor}/tc-lib-pdf-image) < 3)
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-font) >= 2.8 with php-composer(%{c_vendor}/tc-lib-pdf-font) < 3)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-font) >= 2.12 with php-composer(%{c_vendor}/tc-lib-pdf-font) < 3)
BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.5 with php-composer(%{c_vendor}/tc-lib-file) < 3)
BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.2 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
BuildRequires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3)
@@ -58,7 +58,7 @@ BuildRequires: php-fedora-autoloader-devel
# "tecnickcom/tc-lib-barcode": "^2.4",
# "tecnickcom/tc-lib-color": "^2.5",
# "tecnickcom/tc-lib-pdf-image": "^2.2",
-# "tecnickcom/tc-lib-pdf-font": "^2.8",
+# "tecnickcom/tc-lib-pdf-font": "^2.12",
# "tecnickcom/tc-lib-file": "^2.5",
# "tecnickcom/tc-lib-pdf-encrypt": "^2.2",
# "tecnickcom/tc-lib-unicode-data": "^2.0",
@@ -73,7 +73,7 @@ Requires: php-pcre
Requires: (php-composer(%{c_vendor}/tc-lib-barcode) >= 2.4 with php-composer(%{c_vendor}/tc-lib-barcode) < 3)
Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.5 with php-composer(%{c_vendor}/tc-lib-color) < 3)
Requires: (php-composer(%{c_vendor}/tc-lib-pdf-image) >= 2.2 with php-composer(%{c_vendor}/tc-lib-pdf-image) < 3)
-Requires: (php-composer(%{c_vendor}/tc-lib-pdf-font) >= 2.8 with php-composer(%{c_vendor}/tc-lib-pdf-font) < 3)
+Requires: (php-composer(%{c_vendor}/tc-lib-pdf-font) >= 2.12 with php-composer(%{c_vendor}/tc-lib-pdf-font) < 3)
Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.5 with php-composer(%{c_vendor}/tc-lib-file) < 3)
Requires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.2 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
Requires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3)
@@ -191,6 +191,7 @@ for cmdarg in php php82 "php83 %{_bindir}/phpunit12" "php84 %{_bindir}/phpunit13
cp phpunit.xml.dist phpunit.xml
$1 ${2:-%{phpunit}} --migrate-configuration || :
$1 ${2:-%{phpunit}} \
+ --filter '^((?!(testSubsetFontPdfHasReaderCompatibleFontObjects)).)*$' \
--no-coverage --stderr || ret=1
fi
done
@@ -209,6 +210,20 @@ exit $ret
%changelog
+* Sun May 10 2026 Remi Collet <remi@remirepo.net> - 8.19.1-1
+- update to 8.19.1
+- raise dependency on tc-lib-pdf-font 2.12
+
+* Thu May 7 2026 Remi Collet <remi@remirepo.net> - 8.15.1-1
+- update to 8.15.1
+
+* Wed May 6 2026 Remi Collet <remi@remirepo.net> - 8.14.0-1
+- update to 8.14.0
+
+* Wed May 6 2026 Remi Collet <remi@remirepo.net> - 8.14.0-1
+- update to 8.14.0
+- raise dependency on tc-lib-pdf-font 2.10
+
* Wed May 6 2026 Remi Collet <remi@remirepo.net> - 8.13.0-1
- update to 8.13.0
- raise dependency on tc-lib-pdf-font 2.8