Accepting request 1111417 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1111417 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librsvg?expand=0&rev=136
This commit is contained in:
commit
476a165ace
7
_service
7
_service
@ -3,10 +3,11 @@
|
||||
<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.56.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="revision">refs/tags/2.57.0</param>
|
||||
<param name="versionformat">2.57.0</param>
|
||||
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="versionrewrite-replacement">\1</param> -->
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
|
BIN
librsvg-2.56.3.obscpio
(Stored with Git LFS)
BIN
librsvg-2.56.3.obscpio
(Stored with Git LFS)
Binary file not shown.
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,37 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Skip bugs_bug668_small_caps_svg test, started failing with
|
||||
harfbuzz-8.2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 11:45:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.56.92:
|
||||
+ Fix the build for aarch64.
|
||||
+ More extensive logging for filter primitives.
|
||||
+ Update gtk-rs-core to 0.18.
|
||||
+ Update dependencies.
|
||||
+ Include license text in packaged crates.
|
||||
+ The minimum supported Rust version (MSRV) is 1.70.0, due to the
|
||||
gtk-rs-core update.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 21 10:17:36 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: librsvg
|
||||
version: 2.56.3
|
||||
mtime: 1689887914
|
||||
commit: 312c4b8c28c99b9051ee6de6fa966cf977b0f7b4
|
||||
version: 2.57.0
|
||||
mtime: 1694628281
|
||||
commit: cd2e29d85df4e09f2af7d24e4254220a051f090d
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define librsvg_sover 2
|
||||
|
||||
Name: librsvg
|
||||
Version: 2.56.3
|
||||
Version: 2.57.0
|
||||
Release: 0
|
||||
Summary: A Library for Rendering SVG Data
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
|
||||
@ -161,7 +161,9 @@ export RUSTFLAGS="%{build_rustflags}"
|
||||
%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
|
||||
%{cargo_test} -- --skip pdf_has_text --skip pdf_has_link --skip filter_morphology_from_reference_page_svg
|
||||
%{cargo_test} -- \
|
||||
--skip pdf_has_text --skip pdf_has_link \
|
||||
--skip filter_morphology_from_reference_page_svg --skip bugs_bug668_small_caps_svg
|
||||
%endif
|
||||
|
||||
%post -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig
|
||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user