Hello community, here is the log from the commit of package qsynth for openSUSE:Factory checked in at 2019-12-23 22:46:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qsynth (Old) and /work/SRC/openSUSE:Factory/.qsynth.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qsynth" Mon Dec 23 22:46:24 2019 rev:9 rq:758970 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qsynth/qsynth.changes 2019-10-18 14:36:28.223764837 +0200 +++ /work/SRC/openSUSE:Factory/.qsynth.new.6675/qsynth.changes 2019-12-23 22:49:00.822102421 +0100 @@ -1,0 +2,17 @@ +Mon Dec 23 10:13:08 UTC 2019 - Luigi Baldoni <[email protected]> + +- Update to version 0.6.1 + * Custom color (palette) theme editor introduced; color + (palette) theme changes are now effective immediately, + except on default. + * Second attempt to fix the yet non-official though + CMake build configuration. + * When using autotools and ./configure --with-qt=..., + it is also necessary to adjust the PKG_CONFIG_PATH + environment variable (after a merge request by plcl + aka. Pedro López-Cabanillas, while on qmidinet, + thanks). + +- Switch build to cmake + +------------------------------------------------------------------- Old: ---- qsynth-0.6.0.tar.gz New: ---- qsynth-0.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qsynth.spec ++++++ --- /var/tmp/diff_new_pack.Uu13Tg/_old 2019-12-23 22:49:02.002102857 +0100 +++ /var/tmp/diff_new_pack.Uu13Tg/_new 2019-12-23 22:49:02.006102858 +0100 @@ -1,7 +1,7 @@ # # spec file for package qsynth # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # Copyright (c) 2014 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: qsynth -Version: 0.6.0 +Version: 0.6.1 Release: 0 Summary: Graphical User Interface for fluidsynth License: GPL-2.0-or-later @@ -26,19 +26,16 @@ URL: https://qsynth.sourceforge.net/qsynth-index.html Source: https://sourceforge.net/projects/qsynth/files/qsynth/%{version}/qsynth-%{version}.tar.gz Patch1: qsynth-fix_desktop_file.patch -BuildRequires: autoconf -BuildRequires: automake +BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme -BuildRequires: libqt5-linguist -BuildRequires: libqt5-linguist-devel -BuildRequires: libtool -BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5X11Extras) +BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5LinguistTools) +BuildRequires: cmake(Qt5Network) +BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(Qt5X11Extras) BuildRequires: pkgconfig(fluidsynth) >= 0.80.0 Recommends: %{name}-lang @@ -53,19 +50,12 @@ %patch1 -p1 %build -export QT_HASH_SEED=0 -autoreconf -fiv -%configure \ - --enable-system-tray \ - --enable-gradient -make %{?_smp_mflags} +%cmake +%cmake_build %install -export QT_HASH_SEED=0 -%make_install - +%cmake_install %suse_update_desktop_file -r "%{name}" AudioVideo Midi - %find_lang %{name} --with-qt %files @@ -78,7 +68,7 @@ %{_datadir}/qsynth %exclude %{_datadir}/qsynth/translations %{_mandir}/man1/qsynth.1%{ext_man} -%{_mandir}/man1/qsynth.fr.1%{ext_man} +%{_mandir}/fr/man1/qsynth.1%{ext_man} %files lang -f %{name}.lang %{_datadir}/qsynth/translations ++++++ qsynth-0.6.0.tar.gz -> qsynth-0.6.1.tar.gz ++++++ ++++ 12190 lines of diff (skipped)
