Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qgit for openSUSE:Factory checked in at 2025-08-20 13:26:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qgit (Old) and /work/SRC/openSUSE:Factory/.qgit.new.29662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qgit" Wed Aug 20 13:26:54 2025 rev:28 rq:1300414 version:2.12 Changes: -------- --- /work/SRC/openSUSE:Factory/qgit/qgit.changes 2025-07-15 16:45:04.110676881 +0200 +++ /work/SRC/openSUSE:Factory/.qgit.new.29662/qgit.changes 2025-08-20 13:28:01.935201408 +0200 @@ -1,0 +2,6 @@ +Mon Jul 14 19:32:41 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 2.12: + * port to Qt6 + +------------------------------------------------------------------- Old: ---- qgit-2.11.tar.gz New: ---- qgit-2.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qgit.spec ++++++ --- /var/tmp/diff_new_pack.kQV8Va/_old 2025-08-20 13:28:02.743235002 +0200 +++ /var/tmp/diff_new_pack.kQV8Va/_new 2025-08-20 13:28:02.751235335 +0200 @@ -18,18 +18,24 @@ Name: qgit -Version: 2.11 +Version: 2.12 Release: 0 Summary: Graphical Git Repository Viewer License: GPL-2.0-or-later Group: Development/Tools/Version Control URL: https://github.com/tibirna/qgit Source: https://github.com/tibirna/qgit/archive/%{name}-%{version}.tar.gz +BuildRequires: c++_compiler BuildRequires: cmake >= 2.8.11 BuildRequires: hicolor-icon-theme -BuildRequires: cmake(Qt5Core) >= 5.14.0 -BuildRequires: cmake(Qt5Widgets) >= 5.14.0 +BuildRequires: cmake(Qt6Core) >= 6.2.4 +BuildRequires: cmake(Qt6Core5Compat) >= 6.2.4 +BuildRequires: cmake(Qt6Gui) >= 6.2.4 +BuildRequires: cmake(Qt6Widgets) >= 6.2.4 Requires: git-core >= 1.5.5 +%if 0%{?suse_version} < 1600 +BuildRequires: gcc12-c++ +%endif %description QGit is a git GUI viewer built on Qt/C++. @@ -60,6 +66,9 @@ %autosetup -p1 -n qgit-qgit-%{version} %build +%if 0%{?suse_version} < 1600 +export CXX=g++-12 +%endif %cmake %cmake_build ++++++ qgit-2.11.tar.gz -> qgit-2.12.tar.gz ++++++ ++++ 3533 lines of diff (skipped)