Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cutecom for openSUSE:Factory checked in at 2024-06-12 15:39:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cutecom (Old) and /work/SRC/openSUSE:Factory/.cutecom.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cutecom" Wed Jun 12 15:39:56 2024 rev:18 rq:1180213 version:0.60.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cutecom/cutecom.changes 2020-06-05 20:27:25.173021329 +0200 +++ /work/SRC/openSUSE:Factory/.cutecom.new.19518/cutecom.changes 2024-06-12 15:40:41.527339966 +0200 @@ -1,0 +2,6 @@ +Wed Jun 12 12:33:14 UTC 2024 - Dirk Stoecker <opens...@dstoecker.de> + +- update to 0.60. (RC1) - support Qt6 +- Drop 0001-Fix-build-with-Qt-5.15.patch (included upstream) + +------------------------------------------------------------------- Old: ---- 0001-Fix-build-with-Qt-5.15.patch cutecom-0.51.0.tgz New: ---- cutecom-v0.60.0-RC1.tar.bz2 BETA DEBUG BEGIN: Old:- update to 0.60. (RC1) - support Qt6 - Drop 0001-Fix-build-with-Qt-5.15.patch (included upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cutecom.spec ++++++ --- /var/tmp/diff_new_pack.hfmc9g/_old 2024-06-12 15:40:41.995357113 +0200 +++ /var/tmp/diff_new_pack.hfmc9g/_new 2024-06-12 15:40:41.999357259 +0200 @@ -1,7 +1,7 @@ # # spec file for package cutecom # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,21 @@ Name: cutecom -Version: 0.51.0 +Version: 0.60.0 Release: 0 Summary: A graphical serial terminal License: GPL-3.0-or-later Group: System/X11/Terminals URL: https://gitlab.com/cutecom/cutecom -Source: %{name}-%{version}.tgz -# PATCH-FIX-UPSTREAM -Patch0: 0001-Fix-build-with-Qt-5.15.patch +Source: https://gitlab.com/%{name}/%{name}/-/archive/v%{version}-RC1/%{name}-v%{version}-RC1.tar.bz2 BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5Gui) -BuildRequires: cmake(Qt5Network) -BuildRequires: cmake(Qt5SerialPort) -BuildRequires: cmake(Qt5Widgets) +BuildRequires: hicolor-icon-theme +BuildRequires: cmake(Qt6Core) +BuildRequires: cmake(Qt6Gui) +BuildRequires: cmake(Qt6Network) +BuildRequires: cmake(Qt6SerialPort) +BuildRequires: cmake(Qt6Widgets) %description CuteCom is a graphical serial terminal, similar to minicom. It is @@ -42,7 +41,7 @@ terminal to talk to their devices. %prep -%autosetup -p1 +%autosetup -n %{name}-v%{version}-RC1 %build %cmake @@ -51,18 +50,13 @@ %install %cmake_install -install -Dpm 644 %{name}.1 \ - %{buildroot}/%{_mandir}/man1/%{name}.1 -install -Dpm 644 distribution/openSUSE/cutecom.desktop \ - %{buildroot}%{_datadir}/applications/cutecom.desktop -install -Dpm 644 images/cutecom.svg \ - %{buildroot}%{_datadir}/pixmaps/cutecom.svg - %files %license LICENSE %doc Changelog TODO CREDITS README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man} %{_datadir}/applications/%{name}.desktop -%{_datadir}/pixmaps/cutecom.svg +%{_datadir}/icons/hicolor/32x32/apps/%{name}.png +%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg +%{_datadir}/metainfo/com.gitlab.%{name}.%{name}.appdata.xml