diff --git a/_service b/_service index 79723f7..9b6a440 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://gitlab.gnome.org/GNOME/librsvg.git git - refs/tags/2.57.1 + 2.58.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/librsvg-2.57.1.obscpio b/librsvg-2.57.1.obscpio deleted file mode 100644 index 172a6c5..0000000 --- a/librsvg-2.57.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:284478d93a509c0d3283eab8ee0e2e45dea3cef0adbd1464c53b7c5527b1b28e -size 14379021 diff --git a/librsvg-2.58.0.obscpio b/librsvg-2.58.0.obscpio new file mode 100644 index 0000000..9670fdf --- /dev/null +++ b/librsvg-2.58.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e971c4b7c330eee01bad710fc89544b795d2d4d66cf57dc5ddfcde94f7477f5 +size 14449677 diff --git a/librsvg.changes b/librsvg.changes index f0e974f..c573638 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Mon Mar 18 08:03:01 UTC 2024 - Dominique Leuenberger + +- Update to version 2.58.0: + + The most significant change in this release is that librsvg no + longer uses gdk-pixbuf for loading raster images. All image + loading uses Rust codecs now. + + Librsvg's gdk-pixbuf loader for SVG documents is unchanged; you + can still load SVG files from gdk-pixbuf with it as usual. + + Add basic support for "ch" length units in CSS. + + Support "var(--foo, #aabbcc)" just for colors. This is the + minimum required to render color SVG emoji fonts that provide + color fallbacks, but it is not yet full support for CSS var(). + + Limit numOctaves in feTurbulence to avoid unbounded CPU + consumption. + + Don't panic when a :lang selector has an argument that is not a + language-range. + +------------------------------------------------------------------- +Sat Mar 9 18:36:25 UTC 2024 - Dominique Leuenberger + +- Update to version 2.57.92: + + Don't panic when rendering feOffset with a too-large offset. + + Don't panic when a decoded image has dimensions of zero. + +------------------------------------------------------------------- +Wed Mar 6 08:52:18 UTC 2024 - Dominique Leuenberger + +- Update to version 2.57.91: + + Rsvg-convert now prints a helpful message if you run it + without arguments, to indicate that it is reading from standard + input. + + Take text orientation into account for 'ch' units + + For Rust programs, the rsvg crate no longer depends on + gdk-pixbuf. Hopefully this means that your Rust programs will + have to link to one fewer library. + + The C enumeration RsvgUnit now has a RSVG_UNIT_CH variant for + "ch" units. However, this is only used for reporting the size + of SVG documents, which should very seldom come in "ch" units. + + Fix unsoundness in the use of the selectors crate. + + Update gtk-rs crates. + ------------------------------------------------------------------- Thu Jan 4 17:19:37 UTC 2024 - Dominique Leuenberger diff --git a/librsvg.obsinfo b/librsvg.obsinfo index fc61920..55b01fb 100644 --- a/librsvg.obsinfo +++ b/librsvg.obsinfo @@ -1,4 +1,4 @@ name: librsvg -version: 2.57.1 -mtime: 1702655640 -commit: 34cc425b40bb6299868157fe98c945c30bbc3b71 +version: 2.58.0 +mtime: 1710695872 +commit: eb713262e3458b77cfe00d286d7fa0b7968dbb8f diff --git a/librsvg.spec b/librsvg.spec index a204ee2..ada72af 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -20,7 +20,7 @@ %define librsvg_sover 2 Name: librsvg -Version: 2.57.1 +Version: 2.58.0 Release: 0 Summary: A Library for Rendering SVG Data License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT @@ -155,6 +155,7 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}/CO*.md %check export RUSTFLAGS="%{build_rustflags}" +export LANG=C %ifarch x86_64 %{?x86_64} # 2023-01-15: the pdf-related tests are failing (bsc#1207167) # 2023-03-17 cairo-1.17.8 filter_morphology svg test is failing diff --git a/vendor.tar.zst b/vendor.tar.zst index 3f68da0..f1c0299 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d267b37ce5891b0865a6870f475f0b62d7c9e9c8db1825f61fa003a50d5d9ca0 -size 23908218 +oid sha256:4fb22837da8ea8a6e35be3cbef15371f156441ef65546777d1661456d7dc0a0b +size 33113887