Hello community, here is the log from the commit of package gtranslator for openSUSE:Factory checked in at 2020-11-11 20:45:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtranslator (Old) and /work/SRC/openSUSE:Factory/.gtranslator.new.26437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtranslator" Wed Nov 11 20:45:59 2020 rev:42 rq:847279 version:3.38.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gtranslator/gtranslator.changes 2020-04-23 18:30:24.480084334 +0200 +++ /work/SRC/openSUSE:Factory/.gtranslator.new.26437/gtranslator.changes 2020-11-11 20:46:01.831624983 +0100 @@ -1,0 +2,18 @@ +Thu Oct 8 02:09:52 UTC 2020 - [email protected] + +- Add gtranslator-remove-statusbar.patch: Remove leftovers of + statusbar, (glgo#GNOME/gtranslator!70). + +------------------------------------------------------------------- +Mon Oct 5 16:31:01 UTC 2020 - [email protected] + +- Update to version 3.38.0: + + Add save file dialog when open from DL. + + Enable wrap-around by default in search bar. + + search-bar: error style when not found. + + Use base language to get the plural form on assistant. + + Download DL files to Download folder. + + Use GtkFileChooserNative for open and save dialogs. + + Editor font configurable on preferences. + +------------------------------------------------------------------- Old: ---- gtranslator-3.36.0.tar.xz New: ---- gtranslator-3.38.0.tar.xz gtranslator-remove-statusbar.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtranslator.spec ++++++ --- /var/tmp/diff_new_pack.MwZyPB/_old 2020-11-11 20:46:02.671625816 +0100 +++ /var/tmp/diff_new_pack.MwZyPB/_new 2020-11-11 20:46:02.675625820 +0100 @@ -17,15 +17,16 @@ Name: gtranslator -Version: 3.36.0 +Version: 3.38.0 Release: 0 Summary: A gettext po file editor for the GNOME desktop License: GPL-3.0-or-later Group: Development/Tools/Other URL: https://wiki.gnome.org/Apps/Gtranslator -Source0: https://download.gnome.org/sources/gtranslator/3.36/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gtranslator/3.38/%{name}-%{version}.tar.xz Source99: gtranslator-rpmlintrc - +#PATCH-FIX-UPSTREAM gtranslator-remove-statusbar.patch glgo#GNOME/gtranslator!70 [email protected] -- Remove leftovers of statusbar. +Patch0: gtranslator-remove-statusbar.patch BuildRequires: fdupes BuildRequires: gettext-tools BuildRequires: intltool ++++++ gtranslator-3.36.0.tar.xz -> gtranslator-3.38.0.tar.xz ++++++ ++++ 31655 lines of diff (skipped) ++++++ gtranslator-remove-statusbar.patch ++++++ diff -Naur a/doc/reference/gtranslator-docs.sgml b/doc/reference/gtranslator-docs.sgml --- a/doc/reference/gtranslator-docs.sgml 2020-09-18 02:20:52.751001000 -0500 +++ b/doc/reference/gtranslator-docs.sgml 2020-10-07 21:06:17.131336942 -0500 @@ -50,7 +50,6 @@ <xi:include href="xml/gtr-notebook.xml"/> <xi:include href="xml/gtr-po.xml"/> <xi:include href="xml/gtr-profile.xml"/> - <xi:include href="xml/gtr-statusbar.xml"/> <xi:include href="xml/gtr-tab.xml"/> <xi:include href="xml/gtr-utils.xml"/> <xi:include href="xml/gtr-view.xml"/> diff -Naur a/doc/reference/gtranslator.types b/doc/reference/gtranslator.types --- a/doc/reference/gtranslator.types 2020-09-18 02:20:52.751001000 -0500 +++ b/doc/reference/gtranslator.types 2020-10-07 21:06:34.699107985 -0500 @@ -10,7 +10,6 @@ #include "gtr-notebook.h" #include "gtr-po.h" #include "gtr-profile.h" -#include "gtr-statusbar.h" #include "gtr-tab.h" #include "gtr-utils.h" #include "gtr-view.h" diff -Naur a/plugins/dictionary/gtr-dict-panel.c b/plugins/dictionary/gtr-dict-panel.c --- a/plugins/dictionary/gtr-dict-panel.c 2020-09-18 02:20:52.775001000 -0500 +++ b/plugins/dictionary/gtr-dict-panel.c 2020-10-07 21:06:57.058816577 -0500 @@ -22,7 +22,6 @@ #include "gtr-dict-panel.h" #include "gtr-gdict-sidebar.h" #include "gtr-window.h" -#include "gtr-statusbar.h" #include "gtr-dirs.h" #include <glib.h> _______________________________________________ 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]
