Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fmit for openSUSE:Factory checked in at 2025-12-02 13:20:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fmit (Old) and /work/SRC/openSUSE:Factory/.fmit.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fmit" Tue Dec 2 13:20:31 2025 rev:3 rq:1320800 version:1.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/fmit/fmit.changes 2021-04-01 14:18:29.452090152 +0200 +++ /work/SRC/openSUSE:Factory/.fmit.new.14147/fmit.changes 2025-12-02 13:21:47.862986333 +0100 @@ -1,0 +2,11 @@ +Tue Dec 2 05:50:42 UTC 2025 - Андрей Алыпов <[email protected]> + +- Update to version 1.3.3: + * Move to Qt6 (6.4.2) + * Disable Qt Audio: + * because need solid refacto for Qt6 + * might be re-enabled later on + * ALSA (acs_alsa) and PosrtAudio (acs_portaudio) options work just fine + * Added Tamil language (now 10 languages supported!) + +------------------------------------------------------------------- Old: ---- fmit-1.2.14.tar.gz New: ---- fmit-1.3.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fmit.spec ++++++ --- /var/tmp/diff_new_pack.6Sk9kA/_old 2025-12-02 13:21:48.603017391 +0100 +++ /var/tmp/diff_new_pack.6Sk9kA/_new 2025-12-02 13:21:48.607017559 +0100 @@ -1,7 +1,7 @@ # # spec file for package fmit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fmit -Version: 1.2.14 +Version: 1.3.3 Release: 0 Summary: A free musical instrument tuner License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -26,25 +26,25 @@ Source: https://github.com/gillesdegottex/fmit/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM fmit-correct-appdata-dir.patch [email protected] -- install appdata file to the correct dir (/usr/share/metainfo instead of /usr/share/appdata) Patch0: fmit-correct-appdata-dir.patch +BuildRequires: appstream-glib BuildRequires: cmake -BuildRequires: desktop-file-utils -BuildRequires: freeglut-devel +BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: itstool -BuildRequires: libqt5-linguist BuildRequires: pkgconfig -BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Multimedia) -BuildRequires: pkgconfig(Qt5OpenGL) -BuildRequires: pkgconfig(Qt5Quick) -BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: cmake(Qt6Core) +BuildRequires: cmake(Qt6Gui) +BuildRequires: cmake(Qt6LinguistTools) +BuildRequires: cmake(Qt6Multimedia) +BuildRequires: cmake(Qt6OpenGL) +BuildRequires: cmake(Qt6OpenGLWidgets) +BuildRequires: cmake(Qt6Svg) +BuildRequires: cmake(Qt6Widgets) BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(jack) -BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(portaudio-2.0) +Recommends: %{name}-lang ExclusiveArch: i586 x86_64 %description @@ -61,20 +61,24 @@ * Wave shape * Discrete Fourier Transform view +%lang_package + %prep %autosetup -p1 %build -%qmake5 PREFIX=%{_prefix} \ - "CONFIG+=acs_qt acs_alsa acs_jack acs_portaudio" \ - ./fmit.pro - -%make_jobs -%make_jobs lrelease +lrelease6 %{name}.pro +%qmake6 PREFIX=%{_prefix} \ + CONFIG+="acs_alsa acs_jack acs_portaudio" +%qmake6_build %install -%qmake5_install -%suse_update_desktop_file %{name} +%qmake6_install + +%find_lang %{name} --with-qt + +%check +appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml %files %license COPYING_GPL.txt COPYING_LGPL.txt @@ -83,5 +87,9 @@ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/%{name}/ +%exclude %{_datadir}/%{name}/translations %{_datadir}/metainfo/*.appdata.xml +%files lang -f %{name}.lang +%dir %{_datadir}/%{name}/translations + ++++++ fmit-1.2.14.tar.gz -> fmit-1.3.3.tar.gz ++++++ ++++ 3612 lines of diff (skipped) ++++++ fmit-correct-appdata-dir.patch ++++++ --- /var/tmp/diff_new_pack.6Sk9kA/_old 2025-12-02 13:21:49.147040223 +0100 +++ /var/tmp/diff_new_pack.6Sk9kA/_new 2025-12-02 13:21:49.167041062 +0100 @@ -1,8 +1,8 @@ -Index: fmit-1.2.13/fmit.pro +Index: fmit-1.3.3/fmit.pro =================================================================== ---- fmit-1.2.13.orig/fmit.pro -+++ fmit-1.2.13/fmit.pro -@@ -279,7 +279,7 @@ iconsym.path = $$PREFIX/share/icons/hico +--- fmit-1.3.3.orig/fmit.pro ++++ fmit-1.3.3/fmit.pro +@@ -283,7 +283,7 @@ iconsym.files = ui/images/fmit-symbolic.svg iconpng.path = $$PREFIX/share/icons/hicolor/128x128/apps iconpng.files = ui/images/fmit.png
