]> code.ossystems Code Review - openembedded-core.git/commitdiff
librsvg: upgrade 2.52.6 -> 2.52.7
authorwangmy <wangmy@fujitsu.com>
Tue, 15 Mar 2022 11:22:18 +0000 (19:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2022 13:32:09 +0000 (13:32 +0000)
Changelog:
=========
Backport a fix for the regression that was introduced in the last
release:

- #851 - Output filled text as text for PDF; fixes regression due to
  outputting all text as paths.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/librsvg/librsvg_2.52.7.bb [moved from meta/recipes-gnome/librsvg/librsvg_2.52.6.bb with 96% similarity]

similarity index 96%
rename from meta/recipes-gnome/librsvg/librsvg_2.52.6.bb
rename to meta/recipes-gnome/librsvg/librsvg_2.52.7.bb
index 346b4007862a5bbdcf3288600b99ddecfa3d7a35..eb420e732cc858605fc9429acba561518d417e21 100644 (file)
@@ -20,7 +20,7 @@ SRC_URI += "file://0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.pat
            file://0001-system-deps-src-lib.rs-do-not-probe-into-harcoded-li.patch \
            "
 
-SRC_URI[archive.sha256sum] = "a3f939a1e6a3a60408244632d0323f8c3b20eb4b7b000536e2e5bd93b8effaad"
+SRC_URI[archive.sha256sum] = "057c1eeeaf85c84e254bdb707459207f5840da5b4d52b4711c03140ed09e6887"
 
 # librsvg is still autotools-based, but is calling cargo from its automake-driven makefiles
 # so we cannot use cargo class directly, but still need bits and pieces from it