Hello community,

here is the log from the commit of package git-cola for openSUSE:Factory 
checked in at 2020-05-26 17:22:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-cola (Old)
 and      /work/SRC/openSUSE:Factory/.git-cola.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-cola"

Tue May 26 17:22:03 2020 rev:27 rq:808525 version:3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/git-cola/git-cola.changes        2019-12-24 
14:30:23.890588379 +0100
+++ /work/SRC/openSUSE:Factory/.git-cola.new.2738/git-cola.changes      
2020-05-26 17:22:19.464362300 +0200
@@ -1,0 +2,46 @@
+Sun May 24 09:34:07 UTC 2020 - Marcin Bajor <[email protected]>
+
+- Update to 3.7
+- Usability, bells and whistles
+* The `git-xbase` rebase editor now includes a file list for filtering
+  the changes displayed in the diff view.
+  https://github.com/git-cola/git-cola/pull/1051
+* The fallback `ssh-askpass` script, which provides the Username/Password
+  login dialog when performing remote operations, previously presented both
+  the username and password input fields with `***` asterisks.
+  The dialog now uses asterisks for the password field only.
+  https://github.com/git-cola/git-cola/pull/1026
+* Stashes can now be applied using the `Ctrl + Enter` hotkey, popped with the
+  `Ctrl + Backspace` hotkey, and dropped with the `Ctrl + Shift + Backspace`
+  hotkey when inside the stash dialog.  This enables a keyboard-centric
+  mouse-free workflow when using the stash dialog.
+* When amending a commit, `git cola` will check whether the commit has been
+  published to a remote branch using `git branch -r --contains HEAD`.
+  This command can be slow when operating on a repository with many
+  remote branches.  The new `cola.checkpublishedcommits` configuration
+  variable allows you to opt-out of this check, which improves performance
+  when amending a commit.  The settings widget exposes this variable as,
+  "Check Published Commits when Amending".
+  https://github.com/git-cola/git-cola/issues/1021
+  https://github.com/git-cola/git-cola/pull/1027
+- Translations
+* Updated Polish translation.
+  https://github.com/git-cola/git-cola/pull/1033
+- Fixes
+* `git-dag.appdata.xml` was updated to allow network access for author icons.
+  https://github.com/git-cola/git-cola/pull/1050
+* The inotify filesystem monitor now handles
+  `OSError: [Errno 24] Too many open files` errors by disabling inotify.
+  https://github.com/git-cola/git-cola/issues/1015
+* Typos in various documentation files have been fixed.
+  https://github.com/git-cola/git-cola/pull/1025
+* The "Recent Repositories" limit was off by one, and now correctly
+  remembers the configured number of repositories in the menu.
+  https://github.com/git-cola/git-cola/pull/1024
+* The "revert" action in the DAG and other tools now uses
+  `git revert --no-edit`, which avoids launching an editor
+  when reverting the commit.  Use `Ctrl+m` in the commit message
+  editor after reverting a commit to rewrite its commit message.
+  https://github.com/git-cola/git-cola/issues/1020
+
+-------------------------------------------------------------------

Old:
----
  inotify.patch
  v3.6.tar.gz

New:
----
  v3.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git-cola.spec ++++++
--- /var/tmp/diff_new_pack.1Hej5o/_old  2020-05-26 17:22:21.092365800 +0200
+++ /var/tmp/diff_new_pack.1Hej5o/_new  2020-05-26 17:22:21.096365809 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package git-cola
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2019 Marcin Bajor
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,8 +18,8 @@
 
 
 Name:           git-cola
-Version:        3.6
-Release:        2
+Version:        3.7
+Release:        0
 Summary:        A GUI for Git
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Version Control
@@ -28,7 +28,6 @@
 %{!?python_sitelib: %global python_sitelib %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Source:         https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
-Patch1:         inotify.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dos2unix
 BuildRequires:  git-core
@@ -54,7 +53,6 @@
 
 %prep
 %setup -q
-%patch1
 
 %build
 dos2unix qtpy/py3compat.py

++++++ v3.6.tar.gz -> v3.7.tar.gz ++++++
++++ 26204 lines of diff (skipped)


Reply via email to