Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qsynth for openSUSE:Factory checked in at 2023-04-11 13:51:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qsynth (Old) and /work/SRC/openSUSE:Factory/.qsynth.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qsynth" Tue Apr 11 13:51:28 2023 rev:21 rq:1078365 version:0.9.10 Changes: -------- --- /work/SRC/openSUSE:Factory/qsynth/qsynth.changes 2023-01-03 18:00:46.769256297 +0100 +++ /work/SRC/openSUSE:Factory/.qsynth.new.19717/qsynth.changes 2023-04-11 13:51:44.543563394 +0200 @@ -1,0 +2,7 @@ +Thu Apr 6 09:13:19 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 0.9.10 + * Bumping copyright headers to the brand new year. +- Use the rpm macros provided by the Qt6 packages + +------------------------------------------------------------------- Old: ---- qsynth-0.9.9.tar.gz New: ---- qsynth-0.9.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qsynth.spec ++++++ --- /var/tmp/diff_new_pack.ldYwNv/_old 2023-04-11 13:51:45.075566476 +0200 +++ /var/tmp/diff_new_pack.ldYwNv/_new 2023-04-11 13:51:45.083566523 +0200 @@ -18,7 +18,7 @@ Name: qsynth -Version: 0.9.9 +Version: 0.9.10 Release: 0 Summary: Graphical User Interface for fluidsynth License: GPL-2.0-or-later @@ -27,11 +27,6 @@ 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(Qt6Core) @@ -41,7 +36,6 @@ BuildRequires: cmake(Qt6Svg) BuildRequires: cmake(Qt6Widgets) BuildRequires: pkgconfig(fluidsynth) >= 2.0.0 -Recommends: %{name}-lang %description Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt5 @@ -53,14 +47,11 @@ %autosetup -p1 %build -%if 0%{?sle_version} >= 150400 -export CXX=g++-11 -%endif -%cmake -%cmake_build +%cmake_qt6 +%qt6_build %install -%cmake_install +%qt6_install %suse_update_desktop_file -r "org.rncbc.%{name}" AudioVideo Midi %find_lang %{name} --with-qt ++++++ qsynth-0.9.9.tar.gz -> qsynth-0.9.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/CMakeLists.txt new/qsynth-0.9.10/CMakeLists.txt --- old/qsynth-0.9.9/CMakeLists.txt 2022-12-27 10:17:14.452928293 +0100 +++ new/qsynth-0.9.10/CMakeLists.txt 2023-03-21 19:32:03.604028815 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.15) project (qsynth - VERSION 0.9.9 + VERSION 0.9.10 DESCRIPTION "A fluidsynth Qt GUI Interface" LANGUAGES C CXX) @@ -42,16 +42,13 @@ set (CONFIG_BUILD_VERSION "${PACKAGE_VERSION}") -if (CONFIG_DEBUG) - set (CMAKE_BUILD_TYPE "Debug") -endif () if (CMAKE_BUILD_TYPE MATCHES "Debug") set (CONFIG_DEBUG 1) -endif () -if (CONFIG_DEBUG) set (CONFIG_BUILD_TYPE "debug") else () + set (CONFIG_DEBUG 0) set (CONFIG_BUILD_TYPE "release") + set (CMAKE_BUILD_TYPE "Release") endif () set (CONFIG_PREFIX "${CMAKE_INSTALL_PREFIX}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/ChangeLog new/qsynth-0.9.10/ChangeLog --- old/qsynth-0.9.9/ChangeLog 2022-12-27 10:17:14.452928293 +0100 +++ new/qsynth-0.9.10/ChangeLog 2023-03-21 19:32:03.604028815 +0100 @@ -4,6 +4,11 @@ ChangeLog +0.9.10 2023-03-23 An Early-Spring'23 Release. + +- Bumping copyright headers to the brand new year. + + 0.9.9 2022-12-28 An End-of-Year'22 Release. - Just bumping into the next develop cycle/season. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/src/appdata/org.rncbc.qsynth.metainfo.xml new/qsynth-0.9.10/src/appdata/org.rncbc.qsynth.metainfo.xml --- old/qsynth-0.9.9/src/appdata/org.rncbc.qsynth.metainfo.xml 2022-12-27 10:17:14.453928293 +0100 +++ new/qsynth-0.9.10/src/appdata/org.rncbc.qsynth.metainfo.xml 2023-03-21 19:32:03.605028815 +0100 @@ -39,7 +39,7 @@ <developer_name>rncbc aka. Rui Nuno Capela</developer_name> <update_contact>rn...@rncbc.org</update_contact> <releases> - <release version="0.9.9" date="2022-12-28" urgency="low" /> + <release version="0.9.10" date="2023-03-23" urgency="low" /> </releases> <content_rating type="oars-1.0"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/src/macOS/creadmg.sh new/qsynth-0.9.10/src/macOS/creadmg.sh --- old/qsynth-0.9.9/src/macOS/creadmg.sh 2022-12-27 10:17:14.454928293 +0100 +++ new/qsynth-0.9.10/src/macOS/creadmg.sh 2023-03-21 19:32:03.609028814 +0100 @@ -2,7 +2,7 @@ # create-dmg is available from Homebrew and https://github.com/create-dmg/create-dmg NAME="qsynth" -FULLNAME="${NAME}-0.9.9-53.1.mac-x64" +FULLNAME="${NAME}-0.9.10-54.1.mac-x64" CURDIR=$(pushd `dirname $0`>/dev/null; pwd; popd>/dev/null) BINDIR=`pwd` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/src/qsynthAbout.h new/qsynth-0.9.10/src/qsynthAbout.h --- old/qsynth-0.9.9/src/qsynthAbout.h 2022-12-27 10:17:14.454928293 +0100 +++ new/qsynth-0.9.10/src/qsynthAbout.h 2023-03-21 19:32:03.609028814 +0100 @@ -1,7 +1,7 @@ // qsynthAbout.h // /**************************************************************************** - Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -28,7 +28,7 @@ #define QSYNTH_SUBTITLE "A fluidsynth Qt GUI Interface" #define QSYNTH_WEBSITE "https://qsynth.sourceforge.io" -#define QSYNTH_COPYRIGHT "Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved." +#define QSYNTH_COPYRIGHT "Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved." #define QSYNTH_DOMAIN "rncbc.org" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/src/qsynthAboutForm.cpp new/qsynth-0.9.10/src/qsynthAboutForm.cpp --- old/qsynth-0.9.9/src/qsynthAboutForm.cpp 2022-12-27 10:17:14.455928293 +0100 +++ new/qsynth-0.9.10/src/qsynthAboutForm.cpp 2023-03-21 19:32:03.609028814 +0100 @@ -1,7 +1,7 @@ // qsynthAboutForm.cpp // /**************************************************************************** - Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -59,7 +59,7 @@ // Stuff the about box... QString sText = "<p align=\"center\"><br />\n"; - sText += "<b>" QSYNTH_TITLE " - " + tr(QSYNTH_SUBTITLE) + "</b><br />\n"; + sText += "<b><big>" QSYNTH_TITLE "</big> - " + tr(QSYNTH_SUBTITLE) + "</b><br />\n"; sText += "<br />\n"; sText += tr("Version") + ": <b>" CONFIG_BUILD_VERSION "</b><br />\n"; // sText += "<small>" + tr("Build") + ": " CONFIG_BUILD_DATE "<small><br />\n"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/src/qsynthAboutForm.h new/qsynth-0.9.10/src/qsynthAboutForm.h --- old/qsynth-0.9.9/src/qsynthAboutForm.h 2022-12-27 10:17:14.455928293 +0100 +++ new/qsynth-0.9.10/src/qsynthAboutForm.h 2023-03-21 19:32:03.609028814 +0100 @@ -1,7 +1,7 @@ // qsynthAboutForm.h // /**************************************************************************** - Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/src/qsynthAboutForm.ui new/qsynth-0.9.10/src/qsynthAboutForm.ui --- old/qsynth-0.9.9/src/qsynthAboutForm.ui 2022-12-27 10:17:14.455928293 +0100 +++ new/qsynth-0.9.10/src/qsynthAboutForm.ui 2023-03-21 19:32:03.609028814 +0100 @@ -2,7 +2,7 @@ <author>rncbc aka Rui Nuno Capela</author> <comment>qsynth - A fluidsynth Qt GUI Interface. - Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/src/qsynthMainForm.cpp new/qsynth-0.9.10/src/qsynthMainForm.cpp --- old/qsynth-0.9.9/src/qsynthMainForm.cpp 2022-12-27 10:17:14.456928293 +0100 +++ new/qsynth-0.9.10/src/qsynthMainForm.cpp 2023-03-21 19:32:03.611028814 +0100 @@ -1,7 +1,7 @@ // qsynthMainForm.cpp // /**************************************************************************** - Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/src/qsynthMainForm.h new/qsynth-0.9.10/src/qsynthMainForm.h --- old/qsynth-0.9.9/src/qsynthMainForm.h 2022-12-27 10:17:14.456928293 +0100 +++ new/qsynth-0.9.10/src/qsynthMainForm.h 2023-03-21 19:32:03.611028814 +0100 @@ -1,7 +1,7 @@ // qsynthMainForm.h // /**************************************************************************** - Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/src/qsynthMainForm.ui new/qsynth-0.9.10/src/qsynthMainForm.ui --- old/qsynth-0.9.9/src/qsynthMainForm.ui 2022-12-27 10:17:14.456928293 +0100 +++ new/qsynth-0.9.10/src/qsynthMainForm.ui 2023-03-21 19:32:03.611028814 +0100 @@ -3,7 +3,7 @@ <author>rncbc aka Rui Nuno Capela</author> <comment>qsynth - A fluidsynth Qt GUI Interface. - Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qsynth-0.9.9/src/win32/setup.nsi.in new/qsynth-0.9.10/src/win32/setup.nsi.in --- old/qsynth-0.9.9/src/win32/setup.nsi.in 2022-12-27 10:17:14.461928293 +0100 +++ new/qsynth-0.9.10/src/win32/setup.nsi.in 2023-03-21 19:32:03.616028814 +0100 @@ -63,7 +63,7 @@ !insertmacro MUI_LANGUAGE "Spanish" # Installer attributes -OutFile qsynth-${VERSION}-53.1.win-x64-setup.exe +OutFile qsynth-${VERSION}-54.1.win-x64-setup.exe #InstallDir $PROGRAMFILES\QSynth CRCCheck on XPStyle on @@ -75,7 +75,7 @@ VIAddVersionKey CompanyWebsite "${URL}" VIAddVersionKey FileVersion ${VERSION} VIAddVersionKey FileDescription "@PROJECT_DESCRIPTION@" -VIAddVersionKey LegalCopyright "Copyright (C) 2003-2022, rncbc aka Rui Nuno Capela. All rights reserved." +VIAddVersionKey LegalCopyright "Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved." InstallDirRegKey HKLM "${REGKEY}" Path ShowUninstDetails show Icon ${SOURCE_FILES}\images\qsynth.ico