Files
librsvg/_service
Bjørn Lie 6b24bbd330 Accepting request 1315424 from GNOME:Next
- Update to version 2.61.3:
  + librsvg crate version 2.61.3
  + librsvg-rebind crate version 0.2.1
  + Reject file: URIs or UNC paths with hostnames in href
    references, to avoid NTLM hash leaks on Windows.
  + Make loading limits work with libxml2 2.15.0 and later.
  + Make the rsvg-convert test suite not depend on having fonts
    installed in the system. This helps build systems which
    otherwise had to disable some of the PDF tests.
  + rsvg-convert: Fix build when PDF support is disabled in Cairo.
- Drop adwaita-fonts BuildRequires: Fixed upstream, workaround for
  tests no longer needed.

OBS-URL: https://build.opensuse.org/request/show/1315424
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=282
2025-11-04 08:11:40 +00:00

23 lines
843 B
XML

<?xml version="1.0"?>
<services>
<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">2.61.3</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">librsvg</param>
<param name="update">true</param>
</service>
</services>