summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-font-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-font-rpm.patch')
-rw-r--r--php-tecnickcom-tc-lib-pdf-font-rpm.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-font-rpm.patch b/php-tecnickcom-tc-lib-pdf-font-rpm.patch
index cfe9e59..2378ec4 100644
--- a/php-tecnickcom-tc-lib-pdf-font-rpm.patch
+++ b/php-tecnickcom-tc-lib-pdf-font-rpm.patch
@@ -1,7 +1,7 @@
diff -up ./src/Load.php.rpm ./src/Load.php
---- ./src/Load.php.rpm 2026-04-20 09:18:14.000000000 +0200
-+++ ./src/Load.php 2026-04-21 08:01:40.439250910 +0200
-@@ -365,6 +365,12 @@ abstract class Load
+--- ./src/Load.php.rpm 2026-05-12 23:33:40.000000000 +0200
++++ ./src/Load.php 2026-05-13 08:43:00.390222294 +0200
+@@ -398,6 +398,12 @@ abstract class Load
if ($glb !== false) {
$dirs = [...$dirs, ...$glb];
}
@@ -15,10 +15,10 @@ diff -up ./src/Load.php.rpm ./src/Load.php
$parent_font_dir = $dir->findParentDir('fonts', __DIR__);
diff -up ./test/OutputTest.php.rpm ./test/OutputTest.php
---- ./test/OutputTest.php.rpm 2026-04-20 09:18:14.000000000 +0200
-+++ ./test/OutputTest.php 2026-04-21 08:00:25.977554452 +0200
-@@ -75,7 +75,7 @@ class OutputTest extends TestUtil
- $encrypt = new \Com\Tecnick\Pdf\Encrypt\Encrypt();
+--- ./test/OutputTest.php.rpm 2026-05-12 23:33:40.000000000 +0200
++++ ./test/OutputTest.php 2026-05-13 08:44:40.973931232 +0200
+@@ -220,7 +220,7 @@ class OutputTest extends TestUtil
+ $encrypt = $this->createEncrypt();
$output = new \Com\Tecnick\Pdf\Font\Output($fonts, $objnum, $encrypt);
- $this->assertEquals(37, $output->getObjectNumber());
@@ -27,8 +27,8 @@ diff -up ./test/OutputTest.php.rpm ./test/OutputTest.php
$this->assertNotEmpty($output->getFontsBlock());
diff -up ./util/bulk_convert.php.rpm ./util/bulk_convert.php
---- ./util/bulk_convert.php.rpm 2026-04-20 09:18:14.000000000 +0200
-+++ ./util/bulk_convert.php 2026-04-21 08:00:25.977634131 +0200
+--- ./util/bulk_convert.php.rpm 2026-05-12 23:33:40.000000000 +0200
++++ ./util/bulk_convert.php 2026-05-13 08:43:00.390462507 +0200
@@ -86,7 +86,7 @@ if (!\is_writable($options['outpath']))
exit(2);
}
@@ -48,8 +48,8 @@ diff -up ./util/bulk_convert.php.rpm ./util/bulk_convert.php
$fontdir = \array_diff(\scandir($ttfdir), array('.', '..', '.git'));
diff -up ./util/convert.php.rpm ./util/convert.php
---- ./util/convert.php.rpm 2026-04-20 09:18:14.000000000 +0200
-+++ ./util/convert.php 2026-04-21 08:00:25.977686323 +0200
+--- ./util/convert.php.rpm 2026-05-12 23:33:40.000000000 +0200
++++ ./util/convert.php 2026-05-13 08:43:00.390516662 +0200
@@ -224,7 +224,7 @@ if (empty($options['fonts'])) {
$convert_errors = 0;
$convert_success = 0;