Accepting request 1158896 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1158896 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=253
This commit is contained in:
parent
caed79bed9
commit
5e1b6bcec6
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/librsvg.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/2.57.1</param>
|
||||
<param name="revision">2.58.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:284478d93a509c0d3283eab8ee0e2e45dea3cef0adbd1464c53b7c5527b1b28e
|
||||
size 14379021
|
3
librsvg-2.58.0.obscpio
Normal file
3
librsvg-2.58.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e971c4b7c330eee01bad710fc89544b795d2d4d66cf57dc5ddfcde94f7477f5
|
||||
size 14449677
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 08:03:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: librsvg
|
||||
version: 2.57.1
|
||||
mtime: 1702655640
|
||||
commit: 34cc425b40bb6299868157fe98c945c30bbc3b71
|
||||
version: 2.58.0
|
||||
mtime: 1710695872
|
||||
commit: eb713262e3458b77cfe00d286d7fa0b7968dbb8f
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d267b37ce5891b0865a6870f475f0b62d7c9e9c8db1825f61fa003a50d5d9ca0
|
||||
size 23908218
|
||||
oid sha256:4fb22837da8ea8a6e35be3cbef15371f156441ef65546777d1661456d7dc0a0b
|
||||
size 33113887
|
||||
|
Loading…
x
Reference in New Issue
Block a user