Hello community,

here is the log from the commit of package git-cola for openSUSE:Factory 
checked in at 2020-11-11 20:47:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-cola (Old)
 and      /work/SRC/openSUSE:Factory/.git-cola.new.26437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-cola"

Wed Nov 11 20:47:19 2020 rev:28 rq:847628 version:3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/git-cola/git-cola.changes        2020-05-26 
17:22:19.464362300 +0200
+++ /work/SRC/openSUSE:Factory/.git-cola.new.26437/git-cola.changes     
2020-11-11 20:47:22.967702811 +0100
@@ -1,0 +2,45 @@
+Tue Nov 10 21:14:54 UTC 2020 - Marcin Bajor <[email protected]>
+
+- Update to 3.8
+- Usability, bells and whistles
+* The submodules widget can now be used to add submodules.
+  Submodules are now updated recursively.
+  https://github.com/git-cola/git-cola/issues/534
+* The image diff viewer can now be toggled between text and image modes.
+  This is helpful when, for example, diffing .svg files where it can be useful
+  to see diffs in both an image and text representation.
+  https://github.com/git-cola/git-cola/issues/859
+  https://github.com/git-cola/git-cola/pull/1035
+* The default `ssh-askpass` username + password dialog included with Git Cola
+  can now toggle between showing and masking the password input field.
+  https://github.com/git-cola/git-cola/pull/1069
+- Translations
+* Updated Polish translation.
+  https://github.com/git-cola/git-cola/pull/1076
+* Updated Hungarian translation.
+  https://github.com/git-cola/git-cola/pull/1067
+- Packaging
+* The `share/appdata` AppStream data was renamed to `share/metainfo`
+  in accordance with `AppStream standard changes from 2016
+  https://github.com/ximion/appstream/blob/master/NEWS#L1363
+  https://github.com/git-cola/git-cola/pull/1079
+* The "cola" modules are now installed into the Python "site-packages"
+  directory by default.  This allows distributions to package "git-cola" for
+  multiple versions of Python.  See the PACKAGING NOTES section in the README
+  for details about suppressing the installation of the private
+  "share/git-cola/lib/cola" modules when building cola.
+  https://github.com/git-cola/git-cola/issues/181
+* Git Cola's rebase / sequence editor, formerly known as "git-xbase" and
+  installed as "share/git-cola/bin/git-xbase", has been renamed to
+  "git-cola-sequence-editor" and is now installed into the default
+  "bin/git-cola-sequence-editor" executable location to enable external
+  reuse of this general-purpose tool.
+* A workaround used by the pynsist installer preamble script was obsoleted by
+  https://github.com/takluyver/pynsist/pull/149
+  and has now been removed.
+  https://github.com/git-cola/git-cola/pull/1073
+- Fixes
+* `git dag` now uses integer widths when initializing its brushes.
+  https://github.com/git-cola/git-cola/pull/1080
+
+-------------------------------------------------------------------

Old:
----
  v3.7.tar.gz

New:
----
  v3.8.tar.gz

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

Other differences:
------------------
++++++ git-cola.spec ++++++
--- /var/tmp/diff_new_pack.V4p1y0/_old  2020-11-11 20:47:24.347704107 +0100
+++ /var/tmp/diff_new_pack.V4p1y0/_new  2020-11-11 20:47:24.351704110 +0100
@@ -2,7 +2,7 @@
 # spec file for package git-cola
 #
 # Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2019 Marcin Bajor
+# Copyright (c) 2020 Marcin Bajor
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,16 @@
 
 
 Name:           git-cola
-Version:        3.7
+Version:        3.8
 Release:        0
 Summary:        A GUI for Git
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Version Control
 URL:            https://git-cola.github.io/
-
-%{!?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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dos2unix
 BuildRequires:  git-core
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
@@ -39,10 +36,9 @@
 BuildRequires:  update-desktop-files
 Requires:       git-core
 Requires:       python3-qt5
-Recommends:     python3-pyinotify
 Recommends:     gitk
 Recommends:     python3-Send2Trash
-
+Recommends:     python3-pyinotify
 %if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
@@ -58,7 +54,7 @@
 dos2unix qtpy/py3compat.py
 
 %install
-%makeinstall prefix=%{_prefix} DESTDIR=%{buildroot} PYLINT=pylint3 
PYTHON=python3 PIP=pip3
+%make_install prefix=%{_prefix} DESTDIR=%{buildroot} PYLINT=pylint3 
PYTHON=python3 PIP=pip3
 
 make install-man prefix=%{_prefix} DESTDIR=%{buildroot}  PYLINT=pylint3 
PYTHON=python3 PIP=pip3
 
@@ -69,10 +65,10 @@
 %find_lang %{name}
 
 %files -f %{name}.lang
-%defattr(-,root,root)
 %{_bindir}/cola
 %{_bindir}/git-cola
 %{_bindir}/git-dag
+%{_bindir}/git-cola-sequence-editor
 %dir %{_datadir}/git-cola
 %{_datadir}/git-cola/*
 %{_datadir}/applications/git-cola.desktop
@@ -87,9 +83,11 @@
 %if 0%{?sles_version} > 9
 %{_datadir}/locale/zh_cn
 %endif
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/git-cola.appdata.xml
-%{_datadir}/appdata/git-dag.appdata.xml
 %{_mandir}/man1/*.*
+%{_datadir}/metainfo/git-cola.appdata.xml
+%{_datadir}/metainfo/git-dag.appdata.xml
+%dir %{python3_sitelib}/cola
+%{python3_sitelib}/cola/*
+%{python3_sitelib}/git_cola*
 
 %changelog

++++++ v3.7.tar.gz -> v3.8.tar.gz ++++++
++++ 12269 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to