Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package amberol for openSUSE:Factory checked in at 2026-03-27 16:49:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amberol (Old) and /work/SRC/openSUSE:Factory/.amberol.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amberol" Fri Mar 27 16:49:24 2026 rev:2 rq:1343021 version:2025.1 Changes: -------- --- /work/SRC/openSUSE:Factory/amberol/amberol.changes 2025-07-16 15:52:43.827156248 +0200 +++ /work/SRC/openSUSE:Factory/.amberol.new.8177/amberol.changes 2026-03-27 16:50:19.953512333 +0100 @@ -1,0 +2,11 @@ +Mon Mar 23 08:21:46 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Migrate to xz compression and manual service run + +------------------------------------------------------------------- +Sun Nov 23 12:26:21 UTC 2025 - Stanislav Brabec <[email protected]> + +- Remove unused BuildRequires: update-desktop-files. +- Explicitly add desktop-file-utils to BuildRequires. + +------------------------------------------------------------------- Old: ---- amberol-2025.1.obscpio vendor.tar.zst New: ---- _scmsync.obsinfo amberol-2025.1.tar.xz build.specials.obscpio vendor.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amberol.spec ++++++ --- /var/tmp/diff_new_pack.oKXsjp/_old 2026-03-27 16:50:23.125644806 +0100 +++ /var/tmp/diff_new_pack.oKXsjp/_new 2026-03-27 16:50:23.137645308 +0100 @@ -1,7 +1,7 @@ # # spec file for package amberol # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 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 @@ -23,22 +23,23 @@ Summary: A small and simple sound and music player that is well integrated with GNOME License: CC-BY-SA-3.0 AND CC0-1.0 AND GPL-3.0-or-later URL: https://gitlab.gnome.org/World/amberol -Source0: %{name}-%{version}.tar.zst -Source1: vendor.tar.zst -BuildRequires: m4 +Source0: %{name}-%{version}.tar.xz +Source1: vendor.tar.xz +BuildRequires: cargo-c +BuildRequires: cargo-packaging >= 1.2.0+3 +BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: itstool BuildRequires: libxml2-tools +BuildRequires: m4 BuildRequires: meson +BuildRequires: mpfrcx-devel BuildRequires: pkgconfig BuildRequires: reuse -BuildRequires: mpfrcx-devel -BuildRequires: cargo-c -BuildRequires: cargo-packaging >= 1.2.0+3 -BuildRequires: update-desktop-files BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(fmt) BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gmp) BuildRequires: pkgconfig(gstreamer-1.0) >= 1.16 BuildRequires: pkgconfig(gstreamer-audio-1.0) >= 1.16 BuildRequires: pkgconfig(gstreamer-bad-audio-1.0) >= 1.16 @@ -49,7 +50,6 @@ BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(mpfr) -BuildRequires: pkgconfig(gmp) ExclusiveArch: %{rust_tier1_arches} %description ++++++ _scmsync.obsinfo ++++++ mtime: 1774254106 commit: 504861578bb8d62ce0661b3e048ab4a2fc10c721f65b3e664dd51805a3b69ab7 url: https://src.opensuse.org/GNOME/amberol revision: factory ++++++ _service ++++++ --- /var/tmp/diff_new_pack.oKXsjp/_old 2026-03-27 16:50:23.537662013 +0100 +++ /var/tmp/diff_new_pack.oKXsjp/_new 2026-03-27 16:50:23.581663851 +0100 @@ -10,14 +10,15 @@ <param name="versionrewrite-replacement">\1</param> </service> <service mode="manual" name="set_version"/> - <service name="tar" mode="buildtime"/> - <service name="recompress" mode="buildtime"> - <param name="compression">zst</param> + <service name="tar" mode="manual"/> + <service name="recompress" mode="manual"> + <param name="compression">xz</param> <param name="file">*.tar</param> </service> <service name="cargo_vendor" mode="manual"> <param name="srcdir">amberol</param> - <param name="update">true</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-25 14:32:28.000000000 +0100 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.*
