From 678dc8922d4a203345e80f2dc3a49c919dde12be545da5f2126c6ee0821c42f5 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 3 Mar 2018 21:37:52 +0000 Subject: [PATCH] Accepting request 582273 from home:seife:xfce update to version 0.8.7 OBS-URL: https://build.opensuse.org/request/show/582273 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-terminal?expand=0&rev=33 --- ...-Revert-Fix-handling-email-addresses.patch | 28 ---------- xfce4-terminal-0.8.6.tar.bz2 | 3 -- xfce4-terminal-0.8.7.tar.bz2 | 3 ++ xfce4-terminal.changes | 53 +++++++++++++++++++ xfce4-terminal.spec | 15 +++--- 5 files changed, 63 insertions(+), 39 deletions(-) delete mode 100644 0001-Revert-Fix-handling-email-addresses.patch delete mode 100644 xfce4-terminal-0.8.6.tar.bz2 create mode 100644 xfce4-terminal-0.8.7.tar.bz2 diff --git a/0001-Revert-Fix-handling-email-addresses.patch b/0001-Revert-Fix-handling-email-addresses.patch deleted file mode 100644 index ca831ef..0000000 --- a/0001-Revert-Fix-handling-email-addresses.patch +++ /dev/null @@ -1,28 +0,0 @@ -From fa4aaa19a107c404b0dc5d707d9c299472e0884f Mon Sep 17 00:00:00 2001 -From: Stefan Seyfried -Date: Sat, 9 Dec 2017 13:51:35 +0100 -Subject: [PATCH] Revert "Fix handling email addresses" - -This reverts commit 5175d5ef5e6c9e92f4d296948528ac4bef35fe9d. ---- - terminal/terminal-widget.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/terminal/terminal-widget.c b/terminal/terminal-widget.c -index d65ebfd7..5494cff5 100644 ---- a/terminal/terminal-widget.c -+++ b/terminal/terminal-widget.c -@@ -678,8 +678,8 @@ terminal_widget_open_uri (TerminalWidget *widget, - break; - - case PATTERN_TYPE_EMAIL: -- uri = g_str_has_prefix (wlink, MAILTO "//") -- ? g_strdup (wlink) : g_strconcat (MAILTO "//", wlink, NULL); -+ uri = strncmp (wlink, MAILTO, strlen (MAILTO)) == 0 -+ ? g_strdup (wlink) : g_strconcat (MAILTO, wlink, NULL); - break; - - default: --- -2.15.1 - diff --git a/xfce4-terminal-0.8.6.tar.bz2 b/xfce4-terminal-0.8.6.tar.bz2 deleted file mode 100644 index 3411cd0..0000000 --- a/xfce4-terminal-0.8.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc2a560409a0f0b666d1c557e991748b986ec27572a45ae88b0ee5a480d881d7 -size 952859 diff --git a/xfce4-terminal-0.8.7.tar.bz2 b/xfce4-terminal-0.8.7.tar.bz2 new file mode 100644 index 0000000..26cdefe --- /dev/null +++ b/xfce4-terminal-0.8.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540 +size 889667 diff --git a/xfce4-terminal.changes b/xfce4-terminal.changes index d95e012..6a4b174 100644 --- a/xfce4-terminal.changes +++ b/xfce4-terminal.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Fri Mar 2 12:43:10 UTC 2018 - seife+obs@b1-systems.com + +- update to version 0.8.7: + * Update man page: add a note about config file changes being + picked up + * Update 'Read-Only' checkbox state when switching between tabs + * Use Ctrl+click to directly open color editor in Preferences (bxo#13715) + * Add a setting to control drop-down window vertical position (bxo#13722) + * Allow per-terminal configuration of 'scroll on output' mode + * Add "Copy as HTML" to Edit and context menus (VTE 0.50 required) + * Add support for utmp file updates (build using --with-utempter + parameter) (bxo#13710) + * Fix negative geometry offsets handling (bxo#13753) + * Focus the terminal after closing Set Title popover (bxo#13754) + * Request confirmation when closing window or tab which has a + running process (bxo#13781) + * Add an option to open new tab to the right of the current tab (bxo#13821) + * Fix VTE critical message when a terminal has no pty + * Allow to restart a process after it exited or was killed + (for -H/--hold) (bxo#13820) + * Expose default terminal directory setting to Preferences: if + set, will be used by new terminals; current directory will be + used otherwise. MiscDefaultWorkingDir renamed to DefaultWorkingDir. + * Make use of VTE 0.52 new vte_terminal_get_scroll_on_output() API + * Add new tab to the currently active window, not to the last open (bxo#13891) + * Move slim tabs setting to the Appearance tab + * Add Audible and Visual bells configuration to Preferences (bxo#13874) + * Disable move tab actions when MiscCycleTabs is false and the tab + is in the leftmost or rightmost position (bxo#13892) + * Try to retrieve current working directory from VTE (bxo#13902) + * Fix BSD build by adding missing include + * Bump required GTK+ version to 3.20.8 to resolve the problem with + Set Title dialog that is using GtkPopover (bxo#13996) + * Do not escape URL as libxfce4ui now does it (bxo#12715) + * Expose "middle mouse click to open URLs" setting to Preferences + * Fix handling empty $DISPLAY env var which may happen under + Wayland (bxo#14092) + * Update regex definitions from gnome-terminal: Disallow terminating + semicolon in URLs, Allow balanced pairs of square brackets in URLs + * Remove man page translation files as Transifex doesn't take care + of them (bxo#12938) + * Add option to control text blinking (VTE 0.51.3) (bxo#14127) + * Add "Bold is bright" option; remove "Allow bold text" option + (VTE 0.51.3) + * Add cell spacing options (VTE 0.51.3) (bxo#14127) + * Allow underscores that are part of tab titles to be shown in the + tabs menu + * Don't copy working directory to $PWD for vte >= 0.51.90 + * Resolve deprecations of GDK functions + * Translation updates +- remove obsoleted 0001-Revert-Fix-handling-email-addresses.patch + ------------------------------------------------------------------- Mon Dec 11 17:31:21 UTC 2017 - seife+obs@b1-systems.com diff --git a/xfce4-terminal.spec b/xfce4-terminal.spec index 3142c41..210c350 100644 --- a/xfce4-terminal.spec +++ b/xfce4-terminal.spec @@ -1,7 +1,7 @@ # # spec file for package xfce4-terminal # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -18,20 +18,19 @@ Name: xfce4-terminal -Version: 0.8.6 +Version: 0.8.7 Release: 0 Summary: Terminal Emulator for the Xfce Desktop Environment -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/X11/Terminals Url: http://docs.xfce.org/apps/terminal/start Source0: http://archive.xfce.org/src/apps/xfce4-terminal/0.8/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM - revert wrong email address handling (boo#1071961, bxo#14076) - seife+dev@b1-systems.com -Patch0: 0001-Revert-Fix-handling-email-addresses.patch BuildRequires: intltool BuildRequires: pkgconfig +BuildRequires: utempter-devel BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(exo-1) -BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.8 BuildRequires: pkgconfig(libxfce4ui-2) BuildRequires: pkgconfig(vte-2.91) Recommends: %{name}-lang @@ -48,10 +47,10 @@ helps to save space on the desktop. %prep %setup -q -%patch0 -p1 %build -%configure +%configure \ + --with-utempter make %{?_smp_mflags} V=1 %install