summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-03 08:16:02 +0200
committerRemi Collet <remi@php.net>2026-05-03 08:16:02 +0200
commite95a8365da51960cc7e539dab5d1d9be2bbca64a (patch)
tree784637927807fbf57031b7e699c7bcd0debc2fe4
parent31d6e02beb7671b15275bcb855eb5d0c97841e74 (diff)
update to 2.7.3
raise dependency on tc-lib-file 2.5 raise dependency on tc-lib-pdf-encrypt 2.2
-rw-r--r--composer.json10
-rw-r--r--php-tecnickcom-tc-lib-pdf-font.spec19
2 files changed, 20 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 66b9d0c..c3d50d7 100644
--- a/composer.json
+++ b/composer.json
@@ -20,14 +20,20 @@
"role": "lead"
}
],
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tecnickcom"
+ }
+ ],
"require": {
"php": ">=8.1",
"ext-json": "*",
"ext-pcre": "*",
"ext-zlib": "*",
- "tecnickcom/tc-lib-file": "^2.3",
+ "tecnickcom/tc-lib-file": "^2.5",
"tecnickcom/tc-lib-unicode-data": "^2.0",
- "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
+ "tecnickcom/tc-lib-pdf-encrypt": "^2.2"
},
"minimum-stability": "dev",
"prefer-stable": true,
diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec
index 2593206..73187cf 100644
--- a/php-tecnickcom-tc-lib-pdf-font.spec
+++ b/php-tecnickcom-tc-lib-pdf-font.spec
@@ -26,7 +26,7 @@
Name: php-%{gh_owner}-%{gh_project}
Summary: PHP library containing PDF page formats and definitions
License: LGPL-3.0-or-later
-Version: 2.6.41
+Version: 2.7.3
Release: 1%{?dist}
%forgemeta
@@ -47,9 +47,9 @@ BuildRequires: php-json
BuildRequires: php-pcre
BuildRequires: php-spl
BuildRequires: php-zlib
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.3 with php-composer(%{c_vendor}/tc-lib-file) < 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-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3)
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.2 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
%endif
BuildRequires: php-fedora-autoloader-devel
# System fonts
@@ -68,17 +68,17 @@ BuildRequires: unifont-ttf-fonts
# "ext-json": "*",
# "ext-pcre": "*",
# "ext-zlib": "*",
-# "tecnickcom/tc-lib-file": "^2.3",
+# "tecnickcom/tc-lib-file": "^2.5",
# "tecnickcom/tc-lib-unicode-data": "^2.0",
-# "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
+# "tecnickcom/tc-lib-pdf-encrypt": "^2.2"
Requires: php(language) >= 8.1
Requires: php-json
Requires: php-pcre
Requires: php-spl
Requires: php-zlib
-Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.3 with php-composer(%{c_vendor}/tc-lib-file) < 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-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3)
-Requires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
+Requires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.2 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
# From phpcompatinfo report for version 2.0.8
# none
Requires: php-composer(fedora/autoloader)
@@ -212,6 +212,11 @@ exit $ret
%changelog
+* Sun May 3 2026 Remi Collet <remi@remirepo.net> - 2.7.3-1
+- update to 2.7.3
+- raise dependency on tc-lib-file 2.5
+- raise dependency on tc-lib-pdf-encrypt 2.2
+
* Wed Apr 29 2026 Remi Collet <remi@remirepo.net> - 2.6.41-1
- update to 2.6.41 (no change)