Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mt32emu for openSUSE:Factory checked in at 2021-03-03 18:34:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mt32emu (Old) and /work/SRC/openSUSE:Factory/.mt32emu.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mt32emu" Wed Mar 3 18:34:45 2021 rev:3 rq:876339 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mt32emu/mt32emu.changes 2020-11-30 09:53:58.117785193 +0100 +++ /work/SRC/openSUSE:Factory/.mt32emu.new.2378/mt32emu.changes 2021-03-03 18:34:45.915372882 +0100 @@ -1,0 +2,8 @@ +Wed Mar 3 02:42:55 UTC 2021 - ???????? ???????????? <[email protected]> + +- Updated to 2.4.2. + * Added mode "Hide to tray on close". + * Added support for integration with the JACK audio kit. + * Improved the MIDI recording function. + +------------------------------------------------------------------- Old: ---- libmt32emu_2_4_1.tar.gz New: ---- munt-libmt32emu_2_4_2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mt32emu.spec ++++++ --- /var/tmp/diff_new_pack.gcFEgO/_old 2021-03-03 18:34:46.847373559 +0100 +++ /var/tmp/diff_new_pack.gcFEgO/_new 2021-03-03 18:34:46.851373562 +0100 @@ -1,7 +1,7 @@ # # spec file for package mt32emu # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,16 @@ # +%define s_name munt-lib%{name}_%{s_ver} +%define s_ver 2_4_2 %define sover 2 -%define _version 2_4_1 Name: mt32emu -Version: 2.4.1 +Version: 2.4.2 Release: 0 Summary: An emulator of the Roland MT-32, CM-32L and LAPC-I synthesiser modules License: GPL-3.0-or-later AND LGPL-2.1-or-later URL: https://github.com/munt/munt -Source0: https://github.com/munt/munt/archive/lib%{name}_%{_version}.tar.gz +Source0: https://github.com/munt/munt/archive/lib%{name}_%{s_ver}.tar.gz#/%{s_name}.tar.gz Source1: %{name}.desktop Source2: %{name}.png BuildRequires: cmake @@ -36,6 +37,7 @@ BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(portaudio-2.0) Requires: lib%{name}%{sover} = %{version} @@ -58,6 +60,7 @@ Requires: pkgconfig(Qt5Widgets) Requires: pkgconfig(alsa) Requires: pkgconfig(glib-2.0) +Requires: pkgconfig(jack) Requires: pkgconfig(libpulse) Requires: pkgconfig(portaudio-2.0) @@ -66,7 +69,7 @@ Development files for lib%{name}. %prep -%autosetup -p1 -n munt-lib%{name}_%{_version} +%autosetup -p1 -n %{s_name} %build %cmake -LA \ @@ -84,7 +87,7 @@ %files %license %{name}_qt/COPYING.txt -%doc %{name}_qt/AUTHORS.txt %{name}_qt/NEWS.txt %{name}_qt/README.txt %{name}_qt/TODO.txt +%doc %{name}_qt/AUTHORS.txt %{name}_qt/NEWS.txt %{name}_qt/README.md %{name}_qt/TODO.txt %{_bindir}/%{name}-qt %{_bindir}/%{name}-smf2wav %{_datadir}/applications/%{name}.desktop @@ -92,7 +95,7 @@ %files -n lib%{name}%{sover} %license %{name}/COPYING.LESSER.txt -%doc %{name}/AUTHORS.txt %{name}/NEWS.txt %{name}/README.txt %{name}/TODO.txt +%doc %{name}/AUTHORS.txt %{name}/NEWS.txt %{name}/README.md %{name}/TODO.txt %{_libdir}/lib%{name}*.so.%{sover}* %files -n lib%{name}-devel
