Hello community,

here is the log from the commit of package git-cola for openSUSE:Factory 
checked in at 2016-08-03 11:44:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-03 
10:16:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.git-cola.new/git-cola.changes   2016-08-03 
11:45:12.000000000 +0200
@@ -1,0 +2,20 @@
+Sun Jul 31 20:21:46 UTC 2016 - [email protected]
+
+- Update to 2.7
+- Fixes
+* When repositories stored in non-ASCII, UTF-8-encoded filesystem paths were 
operated upon with LC_ALL=C set in the environment, unicode errors would occur 
when using python2. git cola was made more robust and will now operate 
correctly within this environment.
+https://github.com/git-cola/git-cola/issues/581
+* Support for the GIT_WORK_TREE environment variable was fixed.
+https://github.com/git-cola/git-cola/pull/582
+- Development
+* The unittest.mock module is now used instead of the original mock module 
when running the git cola test suite using Python3.
+https://github.com/git-cola/git-cola/issues/569
+- Packaging
+* git cola is now compatible with PyQt5, PyQt4, and Pyside. git cola 
previously supported PyQt4 only, but will now use whichever library is 
available. Users are not required to upgrade at this time, but PyQt5 support 
can be enabled anytime by making its python modules available.
+https://github.com/git-cola/git-cola/issues/232
+NOTE: We do not yet recommend using PyQt5 because there are known 
exit-on-segfault bugs in Qt5 that have not yet been addressed. git cola is 
sensitive to this bug and is known to crash on exit when using git dag or the 
interactive rebase feature on PyQt5.
+https://bugreports.qt.io/browse/QTBUG-52988
+* PyQt4 is stable and there are no known issues when using it so we recommend 
using it until the Qt5 bugs have been resolved.
+git cola now depends on QtPy and includes a bundled copy of the qtpy library. 
If you are packaging git cola and would prefer to use qtpy from your 
distribution instead of the built-in version then use make NO_VENDOR_LIBS=1 
when building git cola. This will prevent vendored libraries from being 
installed. 
+
+-------------------------------------------------------------------

Old:
----
  v2.6.tar.gz

New:
----
  v2.7.tar.gz

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

Other differences:
------------------
++++++ git-cola.spec ++++++
--- /var/tmp/diff_new_pack.u3wdYm/_old  2016-08-03 11:45:13.000000000 +0200
+++ /var/tmp/diff_new_pack.u3wdYm/_new  2016-08-03 11:45:13.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           git-cola
-Version:        2.6
+Version:        2.7
 Release:        0
 Summary:        Sleek and powerful git GUI
 License:        GPL-2.0+
@@ -56,7 +56,7 @@
 %build
 
 %install
-%makeinstall prefix=%{_prefix} DESTDIR=%{buildroot}
+%makeinstall prefix=%{_prefix} DESTDIR=%{buildroot} NO_VENDOR_LIBS=1
 %suse_update_desktop_file %{buildroot}%{_datadir}/applications/git-cola.desktop
 %suse_update_desktop_file %{buildroot}%{_datadir}/applications/git-dag.desktop
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/applications/git-cola-folder-handler.desktop

++++++ v2.6.tar.gz -> v2.7.tar.gz ++++++
++++ 13806 lines of diff (skipped)


Reply via email to