Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ksnip for openSUSE:Factory checked in at 2026-02-03 21:28:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksnip (Old) and /work/SRC/openSUSE:Factory/.ksnip.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksnip" Tue Feb 3 21:28:35 2026 rev:16 rq:1330348 version:1.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ksnip/ksnip.changes 2024-03-27 20:43:08.118376106 +0100 +++ /work/SRC/openSUSE:Factory/.ksnip.new.1995/ksnip.changes 2026-02-03 21:29:53.896599548 +0100 @@ -1,0 +2,7 @@ +Sat Jan 31 00:15:31 UTC 2026 - Avindra Goolcharan <[email protected]> + +- compile against Qt6 using latest revision + * 100 files changed across 127 commits +- drop 0001-Fix-build-against-kImageAnnotator-and-kColorPicker-t.patch + +------------------------------------------------------------------- Old: ---- 0001-Fix-build-against-kImageAnnotator-and-kColorPicker-t.patch ----------(Old B)---------- Old: * 100 files changed across 127 commits - drop 0001-Fix-build-against-kImageAnnotator-and-kColorPicker-t.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksnip.spec ++++++ --- /var/tmp/diff_new_pack.dm879f/_old 2026-02-03 21:29:54.592628762 +0100 +++ /var/tmp/diff_new_pack.dm879f/_new 2026-02-03 21:29:54.596628930 +0100 @@ -1,7 +1,7 @@ # # spec file for package ksnip # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,8 @@ # +%define rev ac15aa97ead20ff25ccadfce8981cf8601c2dc4e + Name: ksnip Version: 1.10.1 Release: 0 @@ -23,29 +25,27 @@ License: GPL-2.0-or-later Group: Productivity/Graphics/Other URL: https://github.com/ksnip/ksnip -Source: https://github.com/ksnip/ksnip/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM -Patch0: 0001-Fix-build-against-kImageAnnotator-and-kColorPicker-t.patch +Source: https://github.com/ksnip/ksnip/archive/%{rev}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig +BuildRequires: qt6-gui-private-devel BuildRequires: update-desktop-files BuildRequires: xvfb-run -BuildRequires: cmake(Qt5Concurrent) -BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5DBus) -BuildRequires: cmake(Qt5LinguistTools) -BuildRequires: cmake(Qt5Network) -BuildRequires: cmake(Qt5PrintSupport) -BuildRequires: cmake(Qt5Svg) -BuildRequires: cmake(Qt5Test) -BuildRequires: cmake(Qt5Widgets) -BuildRequires: cmake(Qt5X11Extras) -BuildRequires: cmake(Qt5Xml) -BuildRequires: cmake(kColorPicker-Qt5) >= 0.3.1 -BuildRequires: cmake(kImageAnnotator-Qt5) >= 0.7.1 +BuildRequires: cmake(Qt6Concurrent) +BuildRequires: cmake(Qt6Core) +BuildRequires: cmake(Qt6DBus) +BuildRequires: cmake(Qt6LinguistTools) +BuildRequires: cmake(Qt6Network) +BuildRequires: cmake(Qt6PrintSupport) +BuildRequires: cmake(Qt6Svg) +BuildRequires: cmake(Qt6Test) +BuildRequires: cmake(Qt6Widgets) +BuildRequires: cmake(Qt6Xml) +BuildRequires: cmake(kColorPicker-Qt6) >= 0.3.1 +BuildRequires: cmake(kImageAnnotator-Qt6) >= 0.7.1 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb-xfixes) @@ -56,10 +56,14 @@ %lang_package %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{rev} + +# Qt 6.10.1 fix +sed -E -e '/QT_COMPONENTS/s&(Widgets)&\1 GuiPrivate&' -i CMakeLists.txt %build -%cmake + +%cmake -DBUILD_WITH_QT6=ON %cmake_build %install ++++++ ksnip-1.10.1.tar.gz ++++++ ++++ 16485 lines of diff (skipped)
