diff --git a/gpsbabel.spec b/gpsbabel.spec index 8be6bde..8a6c128 100644 --- a/gpsbabel.spec +++ b/gpsbabel.spec @@ -1,6 +1,6 @@ %define tagver %(echo %version | tr . _) Name: gpsbabel -Version: 1.9.0 +Version: 1.10.0 Release: 1mamba Summary: GPSBabel converts waypoints, tracks, and routes between popular GPS receivers and mapping programs Group: Applications/Scientific @@ -12,15 +12,23 @@ Source: https://github.com/gpsbabel/gpsbabel.git/gpsbabel_%{tagver}/gpsba License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libQt5Positioning-devel -BuildRequires: libQt5SerialPort-devel -BuildRequires: libQt5WebChannel-devel -BuildRequires: libQt5WebEngine-devel +BuildRequires: libQt6Core +BuildRequires: libQt6Gui +BuildRequires: libQt6Network +BuildRequires: libQt6OpenGL +BuildRequires: libQt6PrintSupport +BuildRequires: libQt6SerialPort-devel +BuildRequires: libQt6Widgets +BuildRequires: libQt6Xml BuildRequires: libgcc +BuildRequires: libglvnd-devel BuildRequires: libstdc++6-devel BuildRequires: libusb-devel -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qtdeclarative-devel +BuildRequires: qt6-qt5compat-devel +BuildRequires: qt6-qtdeclarative-devel +BuildRequires: qt6-qtpositioning-devel +BuildRequires: qt6-qtwebchannel-devel +BuildRequires: qt6-qtwebengine-devel ## AUTOBUILDREQ-END %description @@ -56,6 +64,9 @@ install -D -m0644 gui/images/appicon.png %{buildroot}%{_datadir}/pixmaps/gpsbabe %doc AUTHORS COPYING %changelog +* Tue Dec 24 2024 Automatic Build System 1.10.0-1mamba +- automatic version update by autodist + * Fri Oct 20 2023 Automatic Build System 1.9.0-1mamba - automatic version update by autodist