Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librsvg for openSUSE:Factory checked in at 2026-04-10 17:45:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librsvg (Old) and /work/SRC/openSUSE:Factory/.librsvg.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librsvg" Fri Apr 10 17:45:19 2026 rev:155 rq:1345340 version:2.62.0 Changes: -------- --- /work/SRC/openSUSE:Factory/librsvg/librsvg.changes 2025-11-05 16:19:46.893803845 +0100 +++ /work/SRC/openSUSE:Factory/.librsvg.new.21863/librsvg.changes 2026-04-10 17:45:27.695139146 +0200 @@ -1,0 +2,38 @@ +Fri Mar 20 13:15:46 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Migrate to xz compression and manual service run + +------------------------------------------------------------------- +Sat Feb 28 09:49:18 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 2.62.0: + + The minimum supported Rust version (MSRV) is 1.92.0. + + The librsvg and librsvg-rebind crates now use Rust/Cargo + edition=2024. + + Fix rendering of markers at the end of open subpaths. + + Small optimization for userLanguage so regexes only get + compiled if needed. + + Update gtk-rs-core crates to 0.22.0. + +------------------------------------------------------------------- +Tue Feb 24 07:22:28 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 2.61.92: + + librsvg crate version 2.62.0-beta.2 + + librsvg-rebind crate version 0.3.0-beta.0 + + Fix rendering of markers at the end of open subpaths. + + Small optimization for userLanguage so regexes only get + compiled if needed. + + Update the time crate to 0.3.47 for RUSTSEC-2026-0009 + + Switch to Rust/Cargo edition=2024. + +------------------------------------------------------------------- +Sat Feb 14 10:04:01 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 2.61.4: + + librsvg crate version 2.61.4 + + librsvg-rebind crate version 0.2.1 + + Update the time crate to 0.3.47 for RUSTSEC-2026-0009 + + Fix the check for cargo-cbuild in meson.build + +------------------------------------------------------------------- Old: ---- librsvg-2.61.3.obscpio vendor.tar.zst New: ---- _scmsync.obsinfo build.specials.obscpio librsvg-2.62.0.tar.xz vendor.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librsvg.spec ++++++ --- /var/tmp/diff_new_pack.Ukmv28/_old 2026-04-10 17:45:31.163281843 +0200 +++ /var/tmp/diff_new_pack.Ukmv28/_new 2026-04-10 17:45:31.167282008 +0200 @@ -1,7 +1,7 @@ # # spec file for package librsvg # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,14 +20,14 @@ %define librsvg_sover 2 Name: librsvg -Version: 2.61.3 +Version: 2.62.0 Release: 0 Summary: A Library for Rendering SVG Data License: LGPL-2.1-or-later AND MIT Group: Development/Libraries/C and C++ URL: https://wiki.gnome.org/Projects/LibRsvg -Source0: %{name}-%{version}.tar.zst -Source1: vendor.tar.zst +Source0: %{name}-%{version}.tar.xz +Source1: vendor.tar.xz Source99: baselibs.conf BuildRequires: cargo-c >= 0.10.12 ++++++ _scmsync.obsinfo ++++++ mtime: 1774019246 commit: d773f6c1496d2ff059e2b11abf90c2fb128bd95632a20455dd1badacd3d2a464 url: https://src.opensuse.org/GNOME/librsvg revision: d773f6c1496d2ff059e2b11abf90c2fb128bd95632a20455dd1badacd3d2a464 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Ukmv28/_old 2026-04-10 17:45:31.255285629 +0200 +++ /var/tmp/diff_new_pack.Ukmv28/_new 2026-04-10 17:45:31.263285959 +0200 @@ -3,21 +3,22 @@ <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="revision">2.62.0</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> --> + <!-- <param name="changesgenerate">enable</param> --> </service> <service name="set_version" mode="manual"/> - <service name="tar" mode="buildtime"/> - <service name="recompress" mode="buildtime"> + <service name="tar" mode="manual"/> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> - <param name="compression">zst</param> + <param name="compression">xz</param> </service> <service name="cargo_vendor" mode="manual"> - <param name="srcdir">librsvg</param> - <param name="update">true</param> + <param name="srcdir">librsvg</param> + <param name="update">true</param> + <param name="compression">xz</param> </service> </services> ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-24 10:06:46.000000000 +0100 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.* ++++++ librsvg.obsinfo ++++++ --- /var/tmp/diff_new_pack.Ukmv28/_old 2026-04-10 17:45:31.403291719 +0200 +++ /var/tmp/diff_new_pack.Ukmv28/_new 2026-04-10 17:45:31.407291884 +0200 @@ -1,5 +1,5 @@ name: librsvg -version: 2.61.3 -mtime: 1762199367 -commit: 65d2189af6d7bd30529a25dc7f8b3c2490d5db61 +version: 2.62.0 +mtime: 1772239010 +commit: 74f5c7bb538a177f3d36eaa399118c8b09b4aa55
