Accepting request 1058616 from GNOME:Factory
- update vendor tarball - actually run the testsuite for x86_64 (bsc#1207167) (forwarded request 1058610 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/1058616 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librsvg?expand=0&rev=128
This commit is contained in:
commit
af04cdbb94
1
_service
1
_service
@ -17,6 +17,7 @@
|
||||
</service>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">librsvg</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">librsvg</param>
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 16:13:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update vendor tarball
|
||||
- actually run the testsuite for x86_64 (bsc#1207167)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 06:18:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package librsvg
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -159,8 +159,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
rm -rf %{buildroot}%{_datadir}/doc/%{name}/CO*.md
|
||||
|
||||
%check
|
||||
%ifarch %x86_64
|
||||
%make_build check
|
||||
%ifarch x86_64 %{?x86_64}
|
||||
# 2023-01-15: the pdf-related tests are failing (bsc#1207167)
|
||||
%{cargo_test} -- --skip pdf_has_text --skip pdf_has_link
|
||||
%endif
|
||||
|
||||
%post -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c1b62aea464855f12b8e769135f54caec4f6f385eec0d29130f2667a7c2c12c
|
||||
size 17612952
|
||||
oid sha256:839d80d284f0fdbdd84858898caffee9396ccc4feb529afda8179594ae60c63a
|
||||
size 18514980
|
||||
|
Loading…
Reference in New Issue
Block a user