Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-cola for openSUSE:Factory checked in at 2022-09-30 17:58:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-cola (Old) and /work/SRC/openSUSE:Factory/.git-cola.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-cola" Fri Sep 30 17:58:48 2022 rev:35 rq:1007243 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/git-cola/git-cola.changes 2022-06-12 17:43:17.958498478 +0200 +++ /work/SRC/openSUSE:Factory/.git-cola.new.2275/git-cola.changes 2022-09-30 17:59:08.149420656 +0200 @@ -1,0 +2,43 @@ +Thu Sep 29 10:27:15 UTC 2022 - Marcin Bajor <marcin.ba...@gmail.com> + +- Update to 4.0.2 +- Usability, bells and whistles +* The Rebase editor (`git-cola-sequence-editor`) now supports multi-select. + Use `Shift-{Up,Down}` to select multiple lines and the keyboard hotkeys + listed in the `?` dialog to drive the UI. + https://github.com/git-cola/git-cola/pull/1257 +* The `$GIT_VISUAL` and `$VISUAL` environment variable are now consulted in addition + to `$GIT_EDITOR` and `$EDITOR` when the `gui.editor` configuration is unset. + https://github.com/git-cola/git-cola/pull/1237 +* The application window icon is now enabled when running on Wayland. + https://github.com/git-cola/git-cola/pull/1240 +* The Status widget now has an "Open Worktree" action. + https://github.com/git-cola/git-cola/pull/1245 +* The "Open Using Default Application", "Open Directory", + "Open Parent Directory" and "Open Worktree" actions are now available on Windows. +* The dialog for opening repositories is now a read-only dialog that omits the + ability to create folders and modify the filesystem. + https://github.com/git-cola/git-cola/issues/1168 +* A few more `git` calls have been eliminated from the startup sequence. + This further improved the startup time for Git Cola. + https://github.com/git-cola/git-cola/pull/1259 +- Fixes +* Documentation rendering errors have been fixed. + https://github.com/git-cola/git-cola/pull/1256 +* Use of a `~/.config/git-cola/language` file to override the language has been fixed. + https://github.com/git-cola/git-cola/issues/1246 +* We no longer write the `cola.spellcheck` configuration value on launch. + https://github.com/git-cola/git-cola/pull/1238 +- Translations +* Updated Spanish translation. + https://github.com/git-cola/git-cola/pull/1244 +* Updated Japanese translation. + https://github.com/git-cola/git-cola/pull/1249 +- Packaging +* Building documentation offline is supported again. + https://github.com/git-cola/git-cola/issues/1250 +* The Appstream Metadata files were missing in the v4.0.0 release are included again. + https://github.com/git-cola/git-cola/pull/1254 + https://github.com/git-cola/git-cola/issues/1253 + +------------------------------------------------------------------- Old: ---- v4.0.1.tar.gz New: ---- v4.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-cola.spec ++++++ --- /var/tmp/diff_new_pack.iYYmpG/_old 2022-09-30 17:59:08.905422272 +0200 +++ /var/tmp/diff_new_pack.iYYmpG/_new 2022-09-30 17:59:08.913422289 +0200 @@ -18,7 +18,7 @@ Name: git-cola -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: A GUI for Git License: GPL-2.0-or-later @@ -44,9 +44,8 @@ Recommends: python3-Send2Trash Recommends: python3-pyinotify Recommends: python3-qt5 -%if 0%{?suse_version} > 1110 + BuildArch: noarch -%endif %description git-cola is a graphical user interface for Git that provides a way to @@ -63,6 +62,7 @@ %make_build man prefix=%{_prefix} DESTDIR=%{buildroot} PYLINT=pylint3 PYTHON=python3 PIP=pip %install + pip install --no-deps --force-reinstall --root=%{buildroot} --prefix="%{_prefix}" dist/*.whl make install-man prefix=%{_prefix} DESTDIR=%{buildroot} PYLINT=pylint3 PYTHON=python3 PIP=pip @@ -79,6 +79,8 @@ %{_datadir}/applications/git-cola.desktop %{_datadir}/applications/git-dag.desktop %{_datadir}/applications/git-cola-folder-handler.desktop +%{_datadir}/metainfo/git-cola.appdata.xml +%{_datadir}/metainfo/git-dag.appdata.xml %dir %{_datadir}/icons/hicolor %dir %{_datadir}/icons/hicolor/scalable %dir %{_datadir}/icons/hicolor/scalable/apps ++++++ v4.0.1.tar.gz -> v4.0.2.tar.gz ++++++ ++++ 4608 lines of diff (skipped)