SHA256
1
0
forked from pool/qgit

6 Commits

Author SHA256 Message Date
0c6cd4dc3b Accepting request 1318301 from devel:tools:scm
- update to 2.13:
  * Bug fixing release to address annoying issues with search
    input and external diff, caused by the whole regular
    expression "windstorm" due to migration to Qt6.
  * Fix issue #162: match partial strings as well as wildcards in
    listview search
  * Fix issue #164. listview: always wipe clean the branch tags
    before painting them
  * listview: FIX truncated tag width with Qt5
  * some cautionary comments

  * Update project URLs to GitHub repo
  * mainly a manteinance release with added a new and
  * Qt4 port, less security vulnerabilities
- update to 1.5.7
- update to 1.5.6

OBS-URL: https://build.opensuse.org/request/show/1318301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qgit?expand=0&rev=29
2025-11-18 14:37:18 +00:00
f9152e79a3 - update to 2.13:
* Bug fixing release to address annoying issues with search
    input and external diff, caused by the whole regular
    expression "windstorm" due to migration to Qt6.
  * Fix issue #162: match partial strings as well as wildcards in
    listview search
  * Fix issue #164. listview: always wipe clean the branch tags
    before painting them
  * listview: FIX truncated tag width with Qt5
  * some cautionary comments
  * Update project URLs to GitHub repo
  * mainly a manteinance release with added a new and
  * Qt4 port, less security vulnerabilities
- update to 1.5.7
- update to 1.5.6

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/qgit?expand=0&rev=32
2025-11-17 17:40:55 +00:00
0fbb3c374b Accepting request 1300414 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1300414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qgit?expand=0&rev=28
2025-08-20 11:26:54 +00:00
e004751951 qgit 2.12: Qt6
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/qgit?expand=0&rev=30
2025-08-20 07:05:48 +00:00
80accb5382 Accepting request 1293107 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1293107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qgit?expand=0&rev=27
2025-07-15 14:43:53 +00:00
766b6916b9 qgit 2.11
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/qgit?expand=0&rev=28
2025-07-14 10:30:46 +00:00
4 changed files with 52 additions and 13 deletions

Binary file not shown.

3
qgit-2.13.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fa64b011963b7b876b8634b140ec5339a81a422317df71b619fcee5740a364a
size 1106606

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Nov 17 17:39:38 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.13:
* Bug fixing release to address annoying issues with search
input and external diff, caused by the whole regular
expression "windstorm" due to migration to Qt6.
* Fix issue #162: match partial strings as well as wildcards in
listview search
* Fix issue #164. listview: always wipe clean the branch tags
before painting them
* listview: FIX truncated tag width with Qt5
* some cautionary comments
-------------------------------------------------------------------
Mon Jul 14 19:32:41 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.12:
* port to Qt6
-------------------------------------------------------------------
Sat Jul 5 08:55:41 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.11:
* Fix annotate when working on the Linux kernel git tree
-------------------------------------------------------------------
Fri Feb 4 22:13:14 UTC 2022 - Dirk Müller <dmueller@suse.com>
@@ -19,7 +45,7 @@ Fri Feb 4 22:13:14 UTC 2022 - Dirk Müller <dmueller@suse.com>
* Don't rely on STDERR for determining whether command failed
* Compilation cleanup
* Support for fractional device pixel ratio
* Update project URLs to GitHub repo
* Update project URLs to GitHub repo
-------------------------------------------------------------------
Mon May 10 13:53:53 UTC 2021 - Dirk Müller <dmueller@suse.com>
@@ -79,7 +105,7 @@ Thu Dec 1 09:34:18 CET 2011 - dmueller@suse.de
Wed Sep 9 18:16:33 CEST 2009 - dmueller@suse.de
- update to 2.3:
* mainly a manteinance release with added a new and
* mainly a manteinance release with added a new and
better graph look
-------------------------------------------------------------------
@@ -111,17 +137,17 @@ Mon Mar 10 13:02:31 CET 2008 - dmueller@suse.de
Mon Oct 8 23:13:05 CEST 2007 - dmueller@suse.de
- update to 2.0:
* Qt4 port, less security vulnerabilities
* Qt4 port, less security vulnerabilities
-------------------------------------------------------------------
Mon Oct 8 22:48:50 CEST 2007 - dmueller@suse.de
- update to 1.5.7
- update to 1.5.7
-------------------------------------------------------------------
Sun Aug 12 10:20:10 CEST 2007 - dmueller@suse.de
- update to 1.5.6
- update to 1.5.6
-------------------------------------------------------------------
Thu May 17 07:04:18 CEST 2007 - dmueller@suse.de

View File

@@ -1,7 +1,8 @@
#
# spec file for package qgit
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +18,24 @@
Name: qgit
Version: 2.10
Version: 2.13
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++.
@@ -56,15 +63,21 @@ current top one using the same semantics of git commit, i.e. cherry
picking single modified files.
%prep
%setup -q -n qgit-qgit-%{version}
%autosetup -p1 -n qgit-qgit-%{version}
%build
%if 0%{?suse_version} < 1600
export CXX=g++-12
%endif
%cmake
%cmake_build
%install
%cmake_install
%check
%ctest
%files
%license COPYING.rtf
%doc README.adoc