download.lst                           |    4 ++--
 vcl/qa/cppunit/pdfexport/pdfexport.cxx |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit b5a71e1e9c40e0be5d3727c7abb435d3a7b48f20
Author:     Xisco Fauli <[email protected]>
AuthorDate: Mon Oct 27 12:21:15 2025 +0100
Commit:     Xisco Fauli <[email protected]>
CommitDate: Tue Oct 28 15:34:53 2025 +0100

    ReemKufi: upgrade to 2.0
    
    Adapt test (anonymous namespace)::testTdf66597_2::TestBody
    since Regular has been dropped from font’s full name
    see 
https://github.com/aliftype/reem-kufi/commit/19b763750f7d4b63377b8cd82252d73a48e18fbf
    
    Downloaded from 
https://github.com/aliftype/reem-kufi/releases/download/v2.0/ReemKufi-2.0.zip
    
    Change-Id: I92b7878b6b57e90474d81fb9b8a7cdced742e69c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193028
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <[email protected]>

diff --git a/download.lst b/download.lst
index bd823aac34a6..4a4654aefce9 100644
--- a/download.lst
+++ b/download.lst
@@ -252,8 +252,8 @@ FONT_AMIRI_TARBALL := Amiri-1.001.zip
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-FONT_REEM_SHA256SUM := 
6bf586b0473edaaca19dbd594c25e2bf6111952b8643a262976b7fa75ef345dc
-FONT_REEM_TARBALL := ReemKufi-1.8.zip
+FONT_REEM_SHA256SUM := 
94ae468fd88f37011607f03466bfc3a03fb617682b7bac6419b70de94cac22f0
+FONT_REEM_TARBALL := ReemKufi-2.0.zip
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx 
b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
index b2723fc174c7..54dd75b47dcd 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -1731,8 +1731,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf66597_2)
                                            pName);
                     fontName = pName->GetValue();
                 }
-                CPPUNIT_ASSERT_EQUAL_MESSAGE("Unexpected font name", 
"ReemKufi-Regular"_ostr,
-                                             fontName);
+                CPPUNIT_ASSERT_EQUAL_MESSAGE("Unexpected font name", 
"ReemKufi"_ostr, fontName);
 
                 auto pToUnicodeRef = 
dynamic_cast<vcl::filter::PDFReferenceElement*>(
                     pObject->Lookup("ToUnicode"_ostr));

Reply via email to