Hello community,

here is the log from the commit of package xfce4-terminal for openSUSE:Factory 
checked in at 2018-03-07 10:33:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-terminal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-terminal"

Wed Mar  7 10:33:53 2018 rev:19 rq:582274 version:0.8.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-terminal/xfce4-terminal.changes    
2017-12-12 21:22:55.170572587 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-terminal.new/xfce4-terminal.changes       
2018-03-07 10:33:55.844095007 +0100
@@ -1,0 +2,53 @@
+Fri Mar  2 12:43:10 UTC 2018 - seife+...@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
+
+-------------------------------------------------------------------

Old:
----
  0001-Revert-Fix-handling-email-addresses.patch
  xfce4-terminal-0.8.6.tar.bz2

New:
----
  xfce4-terminal-0.8.7.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfce4-terminal.spec ++++++
--- /var/tmp/diff_new_pack.YDywlu/_old  2018-03-07 10:33:57.292042779 +0100
+++ /var/tmp/diff_new_pack.YDywlu/_new  2018-03-07 10:33:57.296042634 +0100
@@ -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+...@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 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure
+%configure \
+       --with-utempter
 make %{?_smp_mflags} V=1
 
 %install

++++++ xfce4-terminal-0.8.6.tar.bz2 -> xfce4-terminal-0.8.7.tar.bz2 ++++++
++++ 103104 lines of diff (skipped)


Reply via email to