Accepting request 1111051 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1111051 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=243
This commit is contained in:
parent
353e56e54e
commit
ca142304db
4
_service
4
_service
@ -3,8 +3,8 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/librsvg.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/librsvg.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">refs/tags/2.56.93</param>
|
<param name="revision">refs/tags/2.57.0</param>
|
||||||
<param name="versionformat">2.56.93</param>
|
<param name="versionformat">2.57.0</param>
|
||||||
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param> -->
|
<param name="versionrewrite-replacement">\1</param> -->
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1cfddcfd846d3d547c455a2e4ec4fbd447c737c24c03ca2ecdb5e4216b525d2a
|
|
||||||
size 14319629
|
|
3
librsvg-2.57.0.obscpio
Normal file
3
librsvg-2.57.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41e03384bd8d26d4ce08085010a62cbdd2fd4b6b82c6c321c465bf048ba8c2a4
|
||||||
|
size 14362125
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 14 08:45:45 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.57.0:
|
||||||
|
+ rsvg-convert can now output PDF versions 1.4, 1.5, 1.6, in
|
||||||
|
addition to the default 1.7, especially for LaTeX users. See
|
||||||
|
the rsvg-convert(1) man page for options like --format=pdf1.4
|
||||||
|
+ Support the image-rendering property.
|
||||||
|
+ For consistency with other command-line tools, rsvg-convert now
|
||||||
|
supports an argument "-" to specify the standard input. This is
|
||||||
|
in addition to the already-supported syntax of not specifying
|
||||||
|
an input file at all.
|
||||||
|
+ Partial support for the edgeMode attribute in feGaussianBlur,
|
||||||
|
only for small blurs right now.
|
||||||
|
+ The minimum supported Rust version (MSRV) is 1.70.0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 12 11:38:48 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Sep 12 11:38:48 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: librsvg
|
name: librsvg
|
||||||
version: 2.56.93
|
version: 2.57.0
|
||||||
mtime: 1692936841
|
mtime: 1694628281
|
||||||
commit: 320a9bef518bbf1cd8602ccac2b032d5660f483f
|
commit: cd2e29d85df4e09f2af7d24e4254220a051f090d
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define librsvg_sover 2
|
%define librsvg_sover 2
|
||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
Version: 2.56.93
|
Version: 2.57.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Library for Rendering SVG Data
|
Summary: A Library for Rendering SVG Data
|
||||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9511f9b516104ac1dca22b058914fac1cde6ba6be35b83bf41ef789ea32321b2
|
oid sha256:ef17971259845bec4d8917e4150c22c5371b5636178f6b9c03351ebeebad49ef
|
||||||
size 28565922
|
size 28618530
|
||||||
|
Loading…
x
Reference in New Issue
Block a user