Accepting request 582274 from X11:xfce
update to version 0.8.7 (forwarded request 582273 from seife) OBS-URL: https://build.opensuse.org/request/show/582274 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-terminal?expand=0&rev=19
This commit is contained in:
commit
ee2c630c7e
@ -1,28 +0,0 @@
|
||||
From fa4aaa19a107c404b0dc5d707d9c299472e0884f Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
|
||||
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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc2a560409a0f0b666d1c557e991748b986ec27572a45ae88b0ee5a480d881d7
|
||||
size 952859
|
3
xfce4-terminal-0.8.7.tar.bz2
Normal file
3
xfce4-terminal-0.8.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540
|
||||
size 889667
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user