Hello community,

here is the log from the commit of package git-cola for openSUSE:Factory 
checked in at 2017-01-17 14:36:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-cola (Old)
 and      /work/SRC/openSUSE:Factory/.git-cola.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-cola"

Changes:
--------
--- /work/SRC/openSUSE:Factory/git-cola/git-cola.changes        2016-12-01 
10:28:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.git-cola.new/git-cola.changes   2017-01-17 
14:36:40.326815030 +0100
@@ -1,0 +2,28 @@
+Sat Jan 14 16:11:17 UTC 2017 - [email protected]
+
+- Removed appdata.patch 
+
+-------------------------------------------------------------------
+Sat Jan 14 16:07:24 UTC 2017 - [email protected]
+
+- Update to 2.10
+- Usability, bells and whistles
+* git cola can now invoke the .git/hooks/cola-prepare-commit-msg hook to 
update the commit message. This hook takes the same parameters as Git’s 
prepare-commit-message hook. The default path to this hook can be overridden by 
setting the cola.prepareCommitMessageHook configuration variable.
+http://git-cola.readthedocs.io/en/latest/git-cola.html#prepare-commit-message
+* git cola diff (and the corresponding Diff menu actions) can now launch 
difftool with the standard Ctrl+D hotkey. The Ctrl+E hotkey was also added for 
launching an editor.
+* Traditional Chinese (Taiwan) translation updates.
+- Fixes
+* git cola now works when installed in non-ascii, utf8-encoded paths.
+https://github.com/git-cola/git-cola/issues/629
+* Styling issues that caused black backgrounds in various widgets when using 
PyQ5 on Mac OS X have been fixed.
+https://github.com/git-cola/git-cola/issues/624
+* The “Open Recent” menu action was broken and has been fixed.
+https://github.com/git-cola/git-cola/issues/634
+* Exiting git cola with a maximized main window would hang when reopened on 
Linux.
+https://github.com/git-cola/git-cola/issues/641
+- Packaging
+* appdata.xml files are now provided at share/appdata/git-cola.xml and 
share/appdata/git-dag.xml for use by the Linux software gallery.
+https://people.freedesktop.org/~hughsient/appdata/
+https://github.com/git-cola/git-cola/pull/627
+
+-------------------------------------------------------------------

Old:
----
  appdata.patch
  v2.9.1.tar.gz

New:
----
  v2.10.tar.gz

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

Other differences:
------------------
++++++ git-cola.spec ++++++
--- /var/tmp/diff_new_pack.aM9lHe/_old  2017-01-17 14:36:41.018716944 +0100
+++ /var/tmp/diff_new_pack.aM9lHe/_new  2017-01-17 14:36:41.018716944 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package git-cola
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Marcin Bajor
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           git-cola
-Version:        2.9.1
+Version:        2.10
 Release:        0
 Summary:        Sleek and powerful Git GUI
 License:        GPL-2.0+
@@ -28,8 +28,6 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Source:         https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
-# PATCH-FEATURE-UPSTREAM https://github.com/git-cola/git-cola/pull/627
-Patch1:         appdata.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dos2unix
 BuildRequires:  git-core
@@ -56,10 +54,9 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
-dos2unix extras/qtpy/qtpy/py3compat.py
+dos2unix qtpy/py3compat.py
 
 %install
 %makeinstall prefix=%{_prefix} DESTDIR=%{buildroot}

++++++ v2.9.1.tar.gz -> v2.10.tar.gz ++++++
++++ 9751 lines of diff (skipped)


Reply via email to