From a32a5c403c8f07dc9b39205cd1875b349226efdc6ac395aba0b3457b97096815 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Wed, 16 May 2018 09:35:31 +0000 Subject: [PATCH 1/2] Accepting request 607728 from home:bosim:branches:X11:xfce - update to version 0.8.7.1: * Fix Alt+n shortcuts for switching tabs; also, update tabs menu after reordering tabs (bxo#14247, boo#1092655) OBS-URL: https://build.opensuse.org/request/show/607728 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-terminal?expand=0&rev=35 --- xfce4-terminal-0.8.7.1.tar.bz2 | 3 +++ xfce4-terminal-0.8.7.tar.bz2 | 3 --- xfce4-terminal.changes | 7 +++++++ xfce4-terminal.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 xfce4-terminal-0.8.7.1.tar.bz2 delete mode 100644 xfce4-terminal-0.8.7.tar.bz2 diff --git a/xfce4-terminal-0.8.7.1.tar.bz2 b/xfce4-terminal-0.8.7.1.tar.bz2 new file mode 100644 index 0000000..a240947 --- /dev/null +++ b/xfce4-terminal-0.8.7.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff21627e8d2a105e7133efc3e8eeeda376a2071fac737e37cf47a539a7b4351 +size 889692 diff --git a/xfce4-terminal-0.8.7.tar.bz2 b/xfce4-terminal-0.8.7.tar.bz2 deleted file mode 100644 index 26cdefe..0000000 --- a/xfce4-terminal-0.8.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540 -size 889667 diff --git a/xfce4-terminal.changes b/xfce4-terminal.changes index 6a4b174..fc36cd0 100644 --- a/xfce4-terminal.changes +++ b/xfce4-terminal.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 16 05:16:06 UTC 2018 - bosim@opensuse.org + +- update to version 0.8.7.1: + * Fix Alt+n shortcuts for switching tabs; also, update tabs menu after + reordering tabs (bxo#14247, boo#1092655) + ------------------------------------------------------------------- Fri Mar 2 12:43:10 UTC 2018 - seife+obs@b1-systems.com diff --git a/xfce4-terminal.spec b/xfce4-terminal.spec index 210c350..73794c7 100644 --- a/xfce4-terminal.spec +++ b/xfce4-terminal.spec @@ -18,7 +18,7 @@ Name: xfce4-terminal -Version: 0.8.7 +Version: 0.8.7.1 Release: 0 Summary: Terminal Emulator for the Xfce Desktop Environment License: GPL-2.0-or-later From f792aa07d97feda66d19898eb7eb5cf5b384c7e457ebcaa3431442412846d436 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 21 May 2018 11:45:17 +0000 Subject: [PATCH 2/2] Accepting request 610948 from home:seife:xfce update to version 0.8.7.4 OBS-URL: https://build.opensuse.org/request/show/610948 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-terminal?expand=0&rev=36 --- xfce4-terminal-0.8.7.1.tar.bz2 | 3 --- xfce4-terminal-0.8.7.4.tar.bz2 | 3 +++ xfce4-terminal.changes | 41 ++++++++++++++++++++++++++++++++++ xfce4-terminal.spec | 3 ++- 4 files changed, 46 insertions(+), 4 deletions(-) delete mode 100644 xfce4-terminal-0.8.7.1.tar.bz2 create mode 100644 xfce4-terminal-0.8.7.4.tar.bz2 diff --git a/xfce4-terminal-0.8.7.1.tar.bz2 b/xfce4-terminal-0.8.7.1.tar.bz2 deleted file mode 100644 index a240947..0000000 --- a/xfce4-terminal-0.8.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ff21627e8d2a105e7133efc3e8eeeda376a2071fac737e37cf47a539a7b4351 -size 889692 diff --git a/xfce4-terminal-0.8.7.4.tar.bz2 b/xfce4-terminal-0.8.7.4.tar.bz2 new file mode 100644 index 0000000..bc07786 --- /dev/null +++ b/xfce4-terminal-0.8.7.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88f98af4da72394f2cfbd7f14b0f053ec0a3b58a4f6a577836357c60a6c42ab +size 884272 diff --git a/xfce4-terminal.changes b/xfce4-terminal.changes index fc36cd0..fd8f37a 100644 --- a/xfce4-terminal.changes +++ b/xfce4-terminal.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Wed May 16 09:40:26 UTC 2018 - seife+obs@b1-systems.com + +- update to version 0.8.7.4 + - Tab became active if unclosed to the left of the current tab + - Fix new tab being one pixel short under some GTK themes (e.g. + Greybird) which led to changing the window geometry and losing + a row (bxo#13263) + - Resolve deprecation of vte_terminal_match_set_cursor_type() + - Add --preferences command line option and corresponding .desktop + file: this allows to open a standalone Preferences dialog from + Xfce Settings (bxo#13249) + - Add command line options for setting text (foreground) and + background colors: --color-text and --color-bg (bxo#4887) + - Add "Copy Input" action: it shows a popover and allows to copy + the input to all tabs within the current window (bxo#10047) + - Update URLs to use https protocol + - Add info on accels.scm to the man page + - Reduce the Preferences dialog height + - First show the terminal and then update its settings (bxo#14322) + - Add command line option --active-tab which allows to specify + active tab within a window. It also allows to keep the active tab + when restoring a saved Xfce session. + - Convert "Relaunch" dialog to GtkInfoBar to make it less intrusive + - Add tooltips for "Set Title" popover elements + - Resolve the warnings gcc8 has introduced + - Translation updates +- changes in 0.8.7.3 + - Fix drop-down terminal hotkey (bxo#14289) + - Suppress gdk_keyboard_(un)grab deprecation warnings + - Restore "Allow bold text" option (bxo#14292) + - Fix app crash when running a non-existing command (bxo#14295) + - Correct foreground process check for async child spawn + - Add an option to disable "Relaunch" dialog pop-up (bxo#14287) +- changes in 0.8.7.2 + - Fix gdk_keyboard_(un)grab deprecation warnings + - Suppress gtk_status_icon_* deprecation warnings + - Use async spawn method for VTE >= 0.48 (bxo#14249) + - Fix handling of tabs reordering (bxo#14278) + - Update window actions and active tab indication on reordering tabs + ------------------------------------------------------------------- Wed May 16 05:16:06 UTC 2018 - bosim@opensuse.org diff --git a/xfce4-terminal.spec b/xfce4-terminal.spec index 73794c7..b8652a1 100644 --- a/xfce4-terminal.spec +++ b/xfce4-terminal.spec @@ -18,7 +18,7 @@ Name: xfce4-terminal -Version: 0.8.7.1 +Version: 0.8.7.4 Release: 0 Summary: Terminal Emulator for the Xfce Desktop Environment License: GPL-2.0-or-later @@ -85,6 +85,7 @@ make %{?_smp_mflags} V=1 %dir %{_datadir}/xfce4 %{_datadir}/xfce4/terminal %{_datadir}/applications/xfce4-terminal.desktop +%{_datadir}/applications/xfce4-terminal-settings.desktop %dir %{_datadir}/gnome-control-center %{_datadir}/gnome-control-center/default-apps %{_mandir}/man1/xfce4-terminal.1*