Hello community, here is the log from the commit of package vte for openSUSE:Factory checked in at 2018-03-14 19:30:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vte (Old) and /work/SRC/openSUSE:Factory/.vte.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vte" Wed Mar 14 19:30:22 2018 rev:108 rq:586235 version:0.52.0 Changes: -------- --- /work/SRC/openSUSE:Factory/vte/vte.changes 2017-12-19 10:43:06.035383642 +0100 +++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes 2018-03-14 19:30:24.239600718 +0100 @@ -1,0 +2,107 @@ +Mon Mar 12 22:14:17 UTC 2018 - [email protected] + +- Update to version 0.52.0: + + build: Post release version bump + +------------------------------------------------------------------- +Tue Mar 06 08:34:07 UTC 2018 - [email protected] + +- Update to version 0.51.92: + + app: Add option to disable bold. + + app: Unset env var when not in test mode. + + draw: Do not cache ligatured glyphs. + + emulation: Implement DECRQCRA. + + introspection: Fix annotation for vte_terminal_feed_child. + + widget: + - Cleanup integer vs. boolean around faux bold. + - Do not scroll to the bottom on soft reset. + - Fix bell timestamp update. + - Fix disabling bold effect. + - Fix the initial belief whether the mouse is over the widget. + - Improve regex and hyperlink highlight tracking. + - Initialize the last mouse coordinates to the padding. + - Limit bell rate. + - No longer generate bold color automatically. + - Preserve the selection on reset. + - Protect fudge_pango_colors() against all-inclusive + PangoAttributes. + - Unset hyperlink URI when moving the mouse to a non-hyperlink + cell. + - Update adjustment page size and increments asynchronously. + - Update the last mouse coordinates on enter and leave events. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 28 16:40:48 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Tue Feb 06 18:21:13 UTC 2018 - [email protected] + +- Update to version 0.51.90: + + all: Rearrange VteCellAttr to store all colours together in one + uint64_t. + + app: Uppercase initial for menu entry. + + emulation: Use deco colour also for default colour and fill + attributes. + + pty: spawn: Set PWD to the working directory to preserve + symlinks. + + ring: Store cell attributes together in an uint32_t. + + widget: Add API to not clear the background. + + widget: Allow regexes to match spaces. + + widget: Fix mem leak in search_rows(). + + widget: Fix scrollbar drawing not to be delayed. + + widget: Respect "bold color" even when "bold is bright" is + disabled. + + widget: Return correct underline value in VteCharAttributes. + + widget: Translate more pango attributes in the IM string. + +------------------------------------------------------------------- +Tue Jan 09 21:46:26 UTC 2018 - [email protected] + +- Update to version 0.51.3: + + build: Fix distcheck. + + doc: Fix vte_terminal_get_allow_bold's description. + + emulation: Revise the extended color escape sequences. + + widget,emulation: Add support for overline. + + widget: + - Add support for blinking text. + - Fix display glitches around hidden underline. + - Speed up the drawing of curly underline by caching its look. + +------------------------------------------------------------------- +Sat Dec 16 13:08:59 UTC 2017 - [email protected] + +- Update to version 0.51.2: + + sgr-test.sh: New script for testing SGR escape sequences. + + widget, emulation: + - Add support for colored underlines. + - Add support for double and curly underlines. + + widget: + - Add support for not automatically brightening bold colors. + - Remove margin bell support- + - Add support for increased line and character spacing. + - Reset might need to start blinking the cursor. + + interpret: + - Add statistics output. + - Fix for non-ASCII characters decoding. + - Also print value arrays. + + build: + - Rename header file. + - Manually generate the C source from the vala source. + + interpret: Bring back the matcher test. + + emulation: + - Simplify sequence matching. + - Simplify sequence handlers and parameter handling. + + table: + - Remove unnecessary null checks. + - Move header to table.hh. + + app: Fix a mem leak. + + pty: Fix mem leak. + + matcher: Fix memory leak. +- Drop upstream fixed patches: + + vte-fix-memory-leaks.patch. + + vte-widget-reset-might-need-to-start-blinking-the-cursor.patch. + +------------------------------------------------------------------- @@ -21,0 +129,39 @@ + +------------------------------------------------------------------- +Thu Nov 16 09:36:35 UTC 2017 - [email protected] + +- Update to version 0.51.1: + + App: + - Add new test application. + - Add opacity test mode. + - Default to the right operator when showing a background + image. + - Try to make geometry work also for no-geometry-hints case. + + Debug: + - Fix printing the sequence string. + - debug: Pass the known string length. + + emulation: Add support for REP (repeat preceding graphic + character). + + table: Improve debug message. + + vala: add metadata to make Terminal.spawn_async () appear in + the VAPI. + + widget: + - Add API to set the operator used to draw the terminal + background. + - widget: Add accessor function to get scrollback lines number. + - Add accessor functions for properties. + - Deprecate geometry helpers. + - Emit title-changed and uri-changed only if the value really + changed. + - Factor out underline and strikethrough position and + thickness. + - Fix a crash with hyperlinks if the mouse is over the padding. + - Fix initial size in presence of non-default padding. + - Queue a redraw if the background operator changes. + - Rename char_width and char_height to cell_width and + cell_height. + - Show padding in size request debug output. + - Show the mouse pointer when a popover is presented from + outside VTE. + + Updated documentations. + + Updated translations. Old: ---- vte-0.50.2.tar.xz vte-fix-memory-leaks.patch vte-widget-reset-might-need-to-start-blinking-the-cursor.patch New: ---- vte-0.52.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vte.spec ++++++ --- /var/tmp/diff_new_pack.KwRn3N/_old 2018-03-14 19:30:25.155568191 +0100 +++ /var/tmp/diff_new_pack.KwRn3N/_new 2018-03-14 19:30:25.159568049 +0100 @@ -1,7 +1,7 @@ # # spec file for package vte # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,24 +20,17 @@ %define _apiver 2.91 %define _binver 2.91 %define _gtkver 3.0 - -Name: vte %define _name vte -Url: http://www.gnome.org -Version: 0.50.2 +Name: vte +Version: 0.52.0 Release: 0 Summary: Terminal Emulator Library -License: LGPL-2.0 AND GPL-2.0+ +License: LGPL-2.0-only AND GPL-2.0-or-later Group: Development/Libraries/GNOME - +URL: http://www.gnome.org # Switched to sourceservice, as upstream have a tendency to not release tarballs on time. #Source: http://download.gnome.org/sources/vte/0.45/%%{_name}-%%{version}.tar.xz Source: %{_name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM vte-fix-memory-leaks.patch bgo#790539 [email protected] -- Fix memory leaks -Patch0: vte-fix-memory-leaks.patch -# PATCH-FIX-UPSTREAM vte-widget-reset-might-need-to-start-blinking-the-cursor.patch bgo#790536 [email protected] -- widget: Reset might need to start blinking the cursor -Patch1: vte-widget-reset-might-need-to-start-blinking-the-cursor.patch - BuildRequires: fdupes BuildRequires: gcc-c++ # @@ -71,7 +64,7 @@ %package -n libvte%{_sover} Summary: Terminal Emulator Library -License: LGPL-2.0 +License: LGPL-2.0-only Group: System/Libraries Recommends: %{name}-lang # Needed to make lang package installable (and because we used to @@ -86,7 +79,7 @@ %package -n typelib-1_0-Vte-%{?_binver} Summary: Introspection bindings for the VTE terminal emulator library -License: LGPL-2.0 +License: LGPL-2.0-only Group: System/Libraries %description -n typelib-1_0-Vte-%{?_binver} @@ -98,7 +91,7 @@ %package tools Summary: Tools from the VTE terminal emulator package -License: LGPL-2.0 +License: LGPL-2.0-only Group: System/Libraries %description tools @@ -110,7 +103,7 @@ %package -n glade-catalog-vte Summary: Glade catalog for the VTE terminal emulator library -License: LGPL-2.0 AND GPL-2.0 +License: LGPL-2.0-only AND GPL-2.0-only Group: Development/Tools/GUI Builders Requires: glade Requires: libvte%{_sover} = %{version} @@ -126,7 +119,7 @@ %package devel Summary: Development files for the VTE terminal emulator library -License: LGPL-2.0 +License: LGPL-2.0-only Group: Development/Libraries/GNOME Requires: libvte%{_sover} = %{version} Requires: typelib-1_0-Vte-%{?_binver} = %{version} @@ -164,14 +157,15 @@ %make_install %find_lang vte-%{_apiver} -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %fdupes %{buildroot}/%{_prefix} %post -n libvte%{_sover} -p /sbin/ldconfig %postun -n libvte%{_sover} -p /sbin/ldconfig %files -n libvte%{_sover} -%doc COPYING +%license COPYING + %{_libdir}/*.so.* %config %{_sysconfdir}/profile.d/vte.sh ++++++ _service ++++++ --- /var/tmp/diff_new_pack.KwRn3N/_old 2018-03-14 19:30:25.207566344 +0100 +++ /var/tmp/diff_new_pack.KwRn3N/_new 2018-03-14 19:30:25.207566344 +0100 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> - <param name="revision">refs/tags/0.50.2</param> + <param name="revision">refs/tags/0.52.0</param> <param name="exclude">doc/vttest.*</param> </service> <service name="recompress" mode="disabled"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.KwRn3N/_old 2018-03-14 19:30:25.227565634 +0100 +++ /var/tmp/diff_new_pack.KwRn3N/_new 2018-03-14 19:30:25.231565492 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://git.gnome.org/vte</param> - <param name="changesrevision">8de154e7114de86389b826d7ee60bc93a9d7ba5b</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">b4b2eb2ceeeb1625fd1f689dc2b4cceff68e4bd6</param></service></servicedata> \ No newline at end of file ++++++ vte-0.50.2.tar.xz -> vte-0.52.0.tar.xz ++++++ ++++ 17576 lines of diff (skipped)
