Hello community, here is the log from the commit of package tilix for openSUSE:Factory checked in at 2018-08-29 12:27:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tilix (Old) and /work/SRC/openSUSE:Factory/.tilix.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tilix" Wed Aug 29 12:27:04 2018 rev:10 rq:632040 version:1.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/tilix/tilix.changes 2018-08-22 14:22:32.838663453 +0200 +++ /work/SRC/openSUSE:Factory/.tilix.new/tilix.changes 2018-08-29 12:27:05.375644831 +0200 @@ -1,0 +2,7 @@ +Tue Aug 28 21:01:37 UTC 2018 - Matthias Eliasson <[email protected]> + +- Update to 1.8.5 + * This release is just to fix a bug that prevents the tilix preferences from + working on GTK releases earlier then 3.22, no other changes have been made. + +------------------------------------------------------------------- Old: ---- tilix-1.8.3.tar.gz New: ---- tilix-1.8.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tilix.spec ++++++ --- /var/tmp/diff_new_pack.vgN6bF/_old 2018-08-29 12:27:05.971646141 +0200 +++ /var/tmp/diff_new_pack.vgN6bF/_new 2018-08-29 12:27:05.975646150 +0200 @@ -18,7 +18,7 @@ %define gtkd_version 3.8.3 Name: tilix -Version: 1.8.3 +Version: 1.8.5 Release: 0 Summary: A tiling terminal emulator based on GTK+ 3 License: MPL-2.0 AND LGPL-3.0-only ++++++ tilix-1.8.3.tar.gz -> tilix-1.8.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tilix-1.8.3/po/he.po new/tilix-1.8.5/po/he.po --- old/tilix-1.8.3/po/he.po 2018-08-19 03:21:43.000000000 +0200 +++ new/tilix-1.8.5/po/he.po 2018-08-27 15:27:51.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: terminix\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-05-21 19:31-0400\n" -"PO-Revision-Date: 2018-08-15 12:37+0000\n" +"PO-Revision-Date: 2018-08-22 14:38+0000\n" "Last-Translator: Yaron Shahrabani <[email protected]>\n" "Language-Team: Hebrew <https://hosted.weblate.org/projects/tilix/" "translations/he/>\n" @@ -366,7 +366,7 @@ #: source/gx/tilix/terminal/terminal.d:851 msgid "Show File Browser..." -msgstr "הצגת סייר קבצים…" +msgstr "הצגת דפדפן קבצים…" #: source/gx/tilix/terminal/terminal.d:855 msgid "Save Output…" @@ -621,7 +621,7 @@ #: source/gx/tilix/terminal/password.d:235 msgid "Include return character with password" -msgstr "לכלול תו חזרה עם ססמה" +msgstr "לכלול תו אישור עם ססמה" #: source/gx/tilix/terminal/password.d:371 msgid "Insert Password" @@ -1630,7 +1630,9 @@ #. TRANSLATORS: Please add your name to the list of translators if you want to be credited for the translations you have done. #: source/gx/tilix/application.d:300 msgid "translator-credits" -msgstr "Niv Baehr" +msgstr "" +"Niv Baehr\n" +"Yaron Shahrabani" #: source/gx/tilix/application.d:309 msgid "Credits" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tilix-1.8.3/source/gx/tilix/constants.d new/tilix-1.8.5/source/gx/tilix/constants.d --- old/tilix-1.8.3/source/gx/tilix/constants.d 2018-08-19 03:21:43.000000000 +0200 +++ new/tilix-1.8.5/source/gx/tilix/constants.d 2018-08-27 15:27:51.000000000 +0200 @@ -71,7 +71,7 @@ // Application values used in About Dialog enum APPLICATION_NAME = "Tilix"; -enum APPLICATION_VERSION = "1.8.3"; +enum APPLICATION_VERSION = "1.8.5"; enum APPLICATION_AUTHOR = "Gerald Nunn"; enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2017 " ~ APPLICATION_AUTHOR; enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tilix-1.8.3/source/gx/tilix/prefeditor/prefdialog.d new/tilix-1.8.5/source/gx/tilix/prefeditor/prefdialog.d --- old/tilix-1.8.3/source/gx/tilix/prefeditor/prefdialog.d 2018-08-19 03:21:43.000000000 +0200 +++ new/tilix-1.8.5/source/gx/tilix/prefeditor/prefdialog.d 2018-08-27 15:27:51.000000000 +0200 @@ -14,8 +14,8 @@ import std.typecons : No; import std.variant; -import gdk.Display; import gdk.Event; +import gdk.Screen; import gio.Menu: GMenu = Menu; import gio.Settings: GSettings = Settings; @@ -1366,7 +1366,7 @@ bSpecific.add(lblSpecific); string[] names = [_("Primary Monitor")]; int[] values = [-1]; - for(int monitor; monitor < Display.getDefault().getNMonitors(); monitor++) { + for(int monitor; monitor < Screen.getDefault().getNMonitors(); monitor++) { names ~= _("Monitor ") ~ to!string(monitor); values ~= monitor; }
