commit qgit for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package qgit for openSUSE:Factory checked in 
at 2020-02-07 15:53:04

Comparing /work/SRC/openSUSE:Factory/qgit (Old)
 and  /work/SRC/openSUSE:Factory/.qgit.new.26092 (New)


Package is "qgit"

Fri Feb  7 15:53:04 2020 rev:24 rq:770542 version:2.9

Changes:

--- /work/SRC/openSUSE:Factory/qgit/qgit.changes2018-07-28 
12:40:44.276464461 +0200
+++ /work/SRC/openSUSE:Factory/.qgit.new.26092/qgit.changes 2020-02-07 
15:53:50.315491983 +0100
@@ -1,0 +2,8 @@
+Thu Feb  6 11:04:28 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 2.9 (boo#1162940):
+  * Improved branch display in context menus
+  * Improved general display
+  * Improved navigation
+
+---

Old:

  qgit-2.8.tar.gz

New:

  qgit-2.9.tar.gz



Other differences:
--
++ qgit.spec ++
--- /var/tmp/diff_new_pack.DK0UhB/_old  2020-02-07 15:53:50.947492329 +0100
+++ /var/tmp/diff_new_pack.DK0UhB/_new  2020-02-07 15:53:50.947492329 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qgit
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   qgit
-Version:2.8
+Version:2.9
 Release:0
 Summary:Graphical Git Repository Viewer
 License:GPL-2.0-or-later
 Group:  Development/Tools/Version Control
-Url:https://github.com/tibirna/qgit
+URL:https://github.com/tibirna/qgit
 Source: 
https://github.com/tibirna/qgit/archive/%{name}-%{version}.tar.gz
 BuildRequires:  cmake >= 2.8.11
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Core) >= 5.5.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.5.0
-Requires:   git-core >= 1.4.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
+Requires:   git-core >= 1.5.5
 
 %description
 QGit is a git GUI viewer built on Qt/C++.
@@ -61,14 +60,14 @@
 
 %build
 %cmake
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install
 
 %files
 %license COPYING.rtf
-%doc README
+%doc README.adoc
 %{_bindir}/qgit
 %{_datadir}/applications/qgit.desktop
 %{_datadir}/icons/hicolor/48x48/apps/qgit.png

++ qgit-2.8.tar.gz -> qgit-2.9.tar.gz ++
 8195 lines of diff (skipped)




commit qgit for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package qgit for openSUSE:Factory checked in 
at 2018-07-28 12:40:42

Comparing /work/SRC/openSUSE:Factory/qgit (Old)
 and  /work/SRC/openSUSE:Factory/.qgit.new (New)


Package is "qgit"

Sat Jul 28 12:40:42 2018 rev:23 rq:624403 version:2.8

Changes:

--- /work/SRC/openSUSE:Factory/qgit/qgit.changes2017-01-09 
11:54:53.345346691 +0100
+++ /work/SRC/openSUSE:Factory/.qgit.new/qgit.changes   2018-07-28 
12:40:44.276464461 +0200
@@ -1,0 +2,13 @@
+Fri Jul 13 19:04:15 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to 2.8:
+  * Fix file browsing.
+  * Fix compilation issues on Windows.
+  * Fix breakage of keybindings and menu item accelerators.
+- Update to 2.7:
+  * No changelog provided.
+- Use cmake for build.
+- Remove qgit4.desktop from rpm sources (now present in upstream
+  sources).
+
+---

Old:

  qgit-2.6.tar.gz
  qgit4.desktop

New:

  qgit-2.8.tar.gz



Other differences:
--
++ qgit.spec ++
--- /var/tmp/diff_new_pack.2kSrNs/_old  2018-07-28 12:40:44.840465545 +0200
+++ /var/tmp/diff_new_pack.2kSrNs/_new  2018-07-28 12:40:44.840465545 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qgit
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,20 @@
 #
 
 
-%define tar_version %{version}
 Name:   qgit
-Version:2.6
+Version:2.8
 Release:0
 Summary:Graphical Git Repository Viewer
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Tools/Version Control
-Url:http://sourceforge.net/projects/qgit
-Source: 
http://libre.tibirna.org/attachments/download/14/qgit-2.6.tar.gz
-Source1:qgit4.desktop
+Url:https://github.com/tibirna/qgit
+Source: 
https://github.com/tibirna/qgit/archive/%{name}-%{version}.tar.gz
+BuildRequires:  cmake >= 2.8.11
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core) >= 5.5.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.5.0
 Requires:   git-core >= 1.4.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 QGit is a git GUI viewer built on Qt/C++.
@@ -42,42 +40,39 @@
 
 Features
 
-View revisions, diffs, files history, files annotation, archive tree.
+- View revisions, diffs, files history, files annotation, archive tree.
 
-Commit changes visually cherry picking modified files.
+- Commit changes visually cherry picking modified files.
 
-Apply or format patch series from selected commits, drag and drop
+- Apply or format patch series from selected commits, drag and drop
 commits between two instances of qgit.
 
-Associate commands sequences, scripts and anything else executable to a
-custom action. Actions can be run from menu and corresponding output is
-grabbed by a terminal window.
+- Associate commands sequences, scripts and anything else executable to
+a custom action. Actions can be run from menu and corresponding output
+is grabbed by a terminal window.
 
-qgit implements a GUI for the most common StGIT commands like push/pop
+- qgit implements a GUI for the most common StGIT commands like push/pop
 and apply/format patches. You can also create new patches or refresh
 current top one using the same semantics of git commit,  i.e. cherry
 picking single modified files.
 
 %prep
-%setup -q -n redivivus-2d0c3b0
+%setup -q -n qgit-qgit-%{version}
 
 %build
-%qmake5 QMAKE_STRIP=:
+%cmake
 %make_jobs
 
 %install
-%qmake5_install
-install -d -m 755 %{buildroot}%{_bindir}
-mv %{buildroot}%{_libdir}/qt5/bin/qgit %{buildroot}%{_bindir}
-install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/qgit.desktop
-
-%suse_update_desktop_file %{buildroot}%{_datadir}/applications/qgit.desktop
+%cmake_install
 
 %files
-%defattr(-,root,root)
 %license COPYING.rtf
 %doc README
 %{_bindir}/qgit
-%{_datadir}/applications/*.desktop
+%{_datadir}/applications/qgit.desktop
+%{_datadir}/icons/hicolor/48x48/apps/qgit.png
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/qgit.appdata.xml
 
 %changelog

++ qgit-2.6.tar.gz -> qgit-2.8.tar.gz ++
 3206 lines of diff (skipped)




commit qgit for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package qgit for openSUSE:Factory checked in 
at 2013-06-05 13:09:06

Comparing /work/SRC/openSUSE:Factory/qgit (Old)
 and  /work/SRC/openSUSE:Factory/.qgit.new (New)


Package is qgit

Changes:

--- /work/SRC/openSUSE:Factory/qgit/qgit.changes2012-09-20 
15:46:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.qgit.new/qgit.changes   2013-06-05 
13:09:07.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun  4 20:53:57 UTC 2013 - dmuel...@suse.com
+
+- update to 2.5:
+  * fixed sorting of tree-view
+  * better support for dark GUI color schemes
+  * fixed off-sync line numbers in the annotation file view
+
+---

Old:

  qgit-2.4.tar.bz2

New:

  qgit-2.5.tar.gz



Other differences:
--
++ qgit.spec ++
--- /var/tmp/diff_new_pack.ixV78x/_old  2013-06-05 13:09:08.0 +0200
+++ /var/tmp/diff_new_pack.ixV78x/_new  2013-06-05 13:09:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qgit
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   qgit
-Version:2.4
+Version:2.5
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Graphical Git Repository Viewer
@@ -25,7 +25,7 @@
 Group:  Development/Tools/Version Control
 Url:http://sourceforge.net/projects/qgit
 %define tar_version %version
-Source: qgit-%tar_version.tar.bz2
+Source: 
http://libre.tibirna.org/attachments/download/9/qgit-%{tar_version}.tar.gz
 Source1:qgit4.desktop
 BuildRequires:  libqt4-devel
 BuildRequires:  update-desktop-files

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qgit for openSUSE:Factory

2012-09-20 Thread h_root
Hello community,

here is the log from the commit of package qgit for openSUSE:Factory checked in 
at 2012-09-20 15:46:14

Comparing /work/SRC/openSUSE:Factory/qgit (Old)
 and  /work/SRC/openSUSE:Factory/.qgit.new (New)


Package is qgit, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/qgit/qgit.changes2011-12-02 
13:22:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.qgit.new/qgit.changes   2012-09-20 
15:46:35.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 16 12:29:56 UTC 2012 - sch...@linux-m68k.org
+
+- Don't strip binaries
+
+---



Other differences:
--
++ qgit.spec ++
--- /var/tmp/diff_new_pack.mE2Uuj/_old  2012-09-20 15:46:36.0 +0200
+++ /var/tmp/diff_new_pack.mE2Uuj/_new  2012-09-20 15:46:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qgit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:   qgit
 Version:2.4
-Release:1
-License:GPL-2.0+
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Graphical Git Repository Viewer
+License:GPL-2.0+
 Group:  Development/Tools/Version Control
 Url:http://sourceforge.net/projects/qgit
 %define tar_version %version
 Source: qgit-%tar_version.tar.bz2
 Source1:qgit4.desktop
-AutoReqProv:on
-BuildRequires:  libqt4-devel update-desktop-files
+BuildRequires:  libqt4-devel
+BuildRequires:  update-desktop-files
 Requires:   git-core = 1.4.0
 
 %description
@@ -63,11 +62,10 @@
 %setup -q -n redivivus
 
 %build
-qmake
-make %{?jobs:-j %jobs} CXXFLAGS=$RPM_OPT_FLAGS
+qmake QMAKE_CXXFLAGS=$RPM_OPT_FLAGS QMAKE_STRIP=:
+make %{?jobs:-j %jobs}
 
 %install
-sed -i -e '/-strip/d' src/Makefile.Release
 make INSTALL_ROOT=$RPM_BUILD_ROOT install
 install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%_datadir/applications/qgit.desktop
 %suse_update_desktop_file $RPM_BUILD_ROOT%_datadir/applications/qgit.desktop

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qgit for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package qgit for openSUSE:Factory checked in 
at 2011-12-06 18:58:32

Comparing /work/SRC/openSUSE:Factory/qgit (Old)
 and  /work/SRC/openSUSE:Factory/.qgit.new (New)


Package is qgit, Maintainer is dmuel...@suse.com

Changes:




Other differences:
--
++ qgit.spec ++
--- /var/tmp/diff_new_pack.WRzeJ3/_old  2011-12-06 19:30:42.0 +0100
+++ /var/tmp/diff_new_pack.WRzeJ3/_new  2011-12-06 19:30:42.0 +0100
@@ -20,7 +20,7 @@
 Name:   qgit
 Version:2.4
 Release:1
-License:GPL v2 or later
+License:GPL-2.0+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Graphical Git Repository Viewer
 Group:  Development/Tools/Version Control

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qgit for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package qgit for openSUSE:Factory checked in 
at 2011-12-02 13:22:20

Comparing /work/SRC/openSUSE:Factory/qgit (Old)
 and  /work/SRC/openSUSE:Factory/.qgit.new (New)


Package is qgit, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/qgit/qgit.changes2011-12-01 
12:25:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.qgit.new/qgit.changes   2011-12-02 
13:22:32.0 +0100
@@ -4 +4 @@
-- update to 2.4:
+- update to 2.4 (bnc#734180):



Other differences:
--
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit qgit for openSUSE:Factory

2011-12-01 Thread h_root
Hello community,

here is the log from the commit of package qgit for openSUSE:Factory checked in 
at 2011-12-01 12:25:47

Comparing /work/SRC/openSUSE:Factory/qgit (Old)
 and  /work/SRC/openSUSE:Factory/.qgit.new (New)


Package is qgit, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/qgit/qgit.changes2011-09-23 
12:43:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.qgit.new/qgit.changes   2011-12-01 
12:25:49.0 +0100
@@ -1,0 +2,8 @@
+Thu Dec  1 09:34:18 CET 2011 - dmuel...@suse.de
+
+- update to 2.4:
+  * fix functionality losses with newer git releases
+  * shortlog parsing fixes
+  * display cleanups
+
+---

Old:

  qgit-2.3.tar.bz2
  qgit.diff

New:

  qgit-2.4.tar.bz2



Other differences:
--
++ qgit.spec ++
--- /var/tmp/diff_new_pack.mqsmGv/_old  2011-12-01 12:25:50.0 +0100
+++ /var/tmp/diff_new_pack.mqsmGv/_new  2011-12-01 12:25:50.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package qgit (Version 2.3)
+# spec file for package qgit
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   qgit
-Version:2.3
+Version:2.4
 Release:1
 License:GPL v2 or later
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -31,7 +31,6 @@
 AutoReqProv:on
 BuildRequires:  libqt4-devel update-desktop-files
 Requires:   git-core = 1.4.0
-Patch:  %name.diff
 
 %description
 QGit is a git GUI viewer built on Qt/C++.
@@ -60,13 +59,8 @@
 
 
 
-Authors:
-
-Marco Costalba
-
 %prep
-%setup -q -n qgit
-%patch
+%setup -q -n redivivus
 
 %build
 qmake

++ qgit-2.3.tar.bz2 - qgit-2.4.tar.bz2 ++
 23758 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org