[oe-commits] [meta-openembedded] 05/05: poppler: upgrade 0.84.0 -> 0.85.0

git at git.openembedded.org git at git.openembedded.org
Sat Feb 1 17:24:42 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit be297c715fae75eb234db2f756b33c20e227185b
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Sat Feb 1 17:37:01 2020 +0100

    poppler: upgrade 0.84.0 -> 0.85.0
    
    Release 0.85.0:
    core:
     * Fix case unsensitive search for Deseret and Osage. Issue #853
     * Fix crash in unicodeToAscii7
     * CairoOutputDev: make initialisation thread-safe
     * Fix crash on broken files. Issues #869, #870
     * Internal code improvements
    
    qt5:
     * Fix FormField::name encoding
     * Accept UTF-16 uiNames for form fields
     * Fix search for "complex" characters
     * Allow to load document from QIODevice
    
    utils:
     * pdftoppm/pdftocairo: Fix -e/-o printing the wrong pages. Issue #873
     * pdftohtml: Fix issue with the font size sometimes being huge
    
    glib:
     * make the frontend initialization thread safe.
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-support/poppler/{poppler_0.84.0.bb => poppler_0.85.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/poppler/poppler_0.84.0.bb b/meta-oe/recipes-support/poppler/poppler_0.85.0.bb
similarity index 93%
rename from meta-oe/recipes-support/poppler/poppler_0.84.0.bb
rename to meta-oe/recipes-support/poppler/poppler_0.85.0.bb
index 5153868..857b67f 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.84.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.85.0.bb
@@ -7,8 +7,8 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
            file://0001-Do-not-overwrite-all-our-build-flags.patch \
            file://basename-include.patch \
            "
-SRC_URI[md5sum] = "e14a8aca8809908ad4364c32c17bcb92"
-SRC_URI[sha256sum] = "c7a130da743b38a548f7a21fe5940506fb1949f4ebdd3209f0e5b302fa139731"
+SRC_URI[md5sum] = "5315084523a4d73e9514f51eef78a332"
+SRC_URI[sha256sum] = "2bc875eb323002ae6b287e09980473518e2b2ed6b5b7d2e1089e36a6cd00d94b"
 
 DEPENDS = "fontconfig zlib cairo lcms glib-2.0"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list