Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aseqview for openSUSE:Factory checked in at 2026-08-18 16:36:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aseqview (Old) and /work/SRC/openSUSE:Factory/.aseqview.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aseqview" Tue Aug 18 16:36:18 2026 rev:28 rq:1371716 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/aseqview/aseqview.changes 2024-08-22 18:13:50.907101798 +0200 +++ /work/SRC/openSUSE:Factory/.aseqview.new.1258/aseqview.changes 2026-08-18 16:36:55.434874971 +0200 @@ -1,0 +2,19 @@ +Tue Aug 18 08:26:22 UTC 2026 - Takashi Iwai <[email protected]> + +- Update to v0.3.1: + * Support of Gtk-4 + +------------------------------------------------------------------- +Mon Aug 17 16:12:45 UTC 2026 - Takashi Iwai <[email protected]> + +- Update to v0.3.0: + * Migrate to Gtk3 + * including previous fixes +- Drop obsoleted patches: + aseqview-gcc14-fixes.patch + aseqview-piano-segfault-fix.patch + aseqview-quote-macros.patch + aseqview-0.2.2.dif +- Drop obsoleted update-desktop-files + +------------------------------------------------------------------- Old: ---- aseqview-0.2.2.dif aseqview-0.2.8.tar.xz aseqview-gcc14-fixes.patch aseqview-piano-segfault-fix.patch aseqview-quote-macros.patch New: ---- aseqview-0.3.1.tar.gz ----------(Old B)---------- Old:- Drop obsoleted patches: aseqview-gcc14-fixes.patch aseqview-piano-segfault-fix.patch Old: aseqview-gcc14-fixes.patch aseqview-piano-segfault-fix.patch aseqview-quote-macros.patch Old: aseqview-piano-segfault-fix.patch aseqview-quote-macros.patch aseqview-0.2.2.dif ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aseqview.spec ++++++ --- /var/tmp/diff_new_pack.zxeagO/_old 2026-08-18 16:36:56.266904781 +0200 +++ /var/tmp/diff_new_pack.zxeagO/_new 2026-08-18 16:36:56.268904853 +0200 @@ -1,7 +1,7 @@ # # spec file for package aseqview # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -17,22 +17,17 @@ Name: aseqview -Version: 0.2.8 +Version: 0.3.1 Release: 0 Summary: ALSA Sequencer Event Viewer License: GPL-2.0-only URL: https://github.com/tiwai/aseqview -Source: %{name}-%{version}.tar.xz +Source: https://github.com/tiwai/aseqview/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: aseqview.desktop Source2: aseqview.png -Patch0: aseqview-0.2.2.dif -Patch1: aseqview-quote-macros.patch -Patch2: aseqview-piano-segfault-fix.patch -Patch3: aseqview-gcc14-fixes.patch BuildRequires: alsa-devel BuildRequires: automake -BuildRequires: gtk2-devel -BuildRequires: update-desktop-files +BuildRequires: gtk4-devel %description ASeqView is an ALSA sequencer user client that works as an event viewer @@ -45,14 +40,15 @@ %build autoreconf --force --install -%configure --enable-gtk2 +%configure %make_build %install %make_install -%suse_update_desktop_file -i aseqview AudioVideo Music GTK +mkdir -p %{buildroot}%{_datadir}/applications +install -c -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications mkdir -p %{buildroot}%{_datadir}/pixmaps -cp %{SOURCE2} %{buildroot}%{_datadir}/pixmaps +install -c -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps %files %{_bindir}/*
