Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qsynth for openSUSE:Factory checked 
in at 2022-01-10 23:52:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qsynth (Old)
 and      /work/SRC/openSUSE:Factory/.qsynth.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qsynth"

Mon Jan 10 23:52:57 2022 rev:16 rq:945155 version:0.9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/qsynth/qsynth.changes    2021-07-04 
22:10:58.245123304 +0200
+++ /work/SRC/openSUSE:Factory/.qsynth.new.1892/qsynth.changes  2022-01-10 
23:53:00.728773246 +0100
@@ -1,0 +2,9 @@
+Sun Jan  9 20:26:06 UTC 2022 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 0.9.5
+  * Dropped autotools (autoconf, automake, etc.) build system.
+  * Fixed for Qt6 plugins path eg. widget theme or styles.
+- Switch build to Qt6
+- Refresh qsynth-fix_desktop_file.patch
+
+-------------------------------------------------------------------

Old:
----
  qsynth-0.9.4.tar.gz

New:
----
  qsynth-0.9.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qsynth.spec ++++++
--- /var/tmp/diff_new_pack.iFu5u8/_old  2022-01-10 23:53:02.376774691 +0100
+++ /var/tmp/diff_new_pack.iFu5u8/_new  2022-01-10 23:53:02.380774694 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qsynth
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2014 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           qsynth
-Version:        0.9.4
+Version:        0.9.5
 Release:        0
 Summary:        Graphical User Interface for fluidsynth
 License:        GPL-2.0-or-later
@@ -27,15 +27,18 @@
 Source:         
https://sourceforge.net/projects/qsynth/files/qsynth/%{version}/qsynth-%{version}.tar.gz
 Patch1:         qsynth-fix_desktop_file.patch
 BuildRequires:  cmake
+%if 0%{?sle_version} >= 150400
+BuildRequires:  gcc11-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5LinguistTools)
-BuildRequires:  cmake(Qt5Network)
-BuildRequires:  cmake(Qt5Widgets)
-BuildRequires:  cmake(Qt5X11Extras)
+BuildRequires:  cmake(Qt6Core)
+BuildRequires:  cmake(Qt6Gui)
+BuildRequires:  cmake(Qt6LinguistTools)
+BuildRequires:  cmake(Qt6Network)
+BuildRequires:  cmake(Qt6Widgets)
 BuildRequires:  pkgconfig(fluidsynth) >= 2.0.0
 Recommends:     %{name}-lang
 
@@ -49,19 +52,22 @@
 %autosetup -p1
 
 %build
+%if 0%{?sle_version} >= 150400
+export CXX=g++-11
+%endif
 %cmake
 %cmake_build
 
 %install
 %cmake_install
-%suse_update_desktop_file -r "%{name}" AudioVideo Midi
+%suse_update_desktop_file -r "org.rncbc.%{name}" AudioVideo Midi
 %find_lang %{name} --with-qt
 
 %files
 %doc ChangeLog
-%license COPYING
+%license LICENSE
 %{_bindir}/qsynth
-%{_datadir}/applications/qsynth.desktop
+%{_datadir}/applications/org.rncbc.%{name}.desktop
 %{_datadir}/icons/*/*/apps/qsynth.png
 %{_datadir}/icons/hicolor/scalable/apps/qsynth.svg
 %{_datadir}/metainfo

++++++ qsynth-0.9.4.tar.gz -> qsynth-0.9.5.tar.gz ++++++
++++ 12279 lines of diff (skipped)

++++++ qsynth-fix_desktop_file.patch ++++++
--- /var/tmp/diff_new_pack.iFu5u8/_old  2022-01-10 23:53:02.516774813 +0100
+++ /var/tmp/diff_new_pack.iFu5u8/_new  2022-01-10 23:53:02.520774817 +0100
@@ -1,7 +1,7 @@
-Index: qsynth-0.5.0/src/qsynth.desktop
+Index: qsynth-0.9.5/src/org.rncbc.qsynth.desktop
 ===================================================================
---- qsynth-0.5.0.orig/src/qsynth.desktop
-+++ qsynth-0.5.0/src/qsynth.desktop
+--- qsynth-0.9.5.orig/src/org.rncbc.qsynth.desktop
++++ qsynth-0.9.5/src/org.rncbc.qsynth.desktop
 @@ -15,4 +15,3 @@ Terminal=false
  Type=Application
  StartupWMClass=qsynth

Reply via email to