Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2019-05-03 22:19:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vte (Old)
 and      /work/SRC/openSUSE:Factory/.vte.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vte"

Fri May  3 22:19:47 2019 rev:115 rq:699592 version:0.56.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vte/vte.changes  2018-12-19 13:25:21.885239466 
+0100
+++ /work/SRC/openSUSE:Factory/.vte.new.5148/vte.changes        2019-05-03 
22:19:49.284392783 +0200
@@ -1,0 +2,131 @@
+Wed Apr 24 16:44:05 UTC 2019 - [email protected]
+
+- Update to version 0.56.2:
+  + parser: glue: Correct parameter collection.
+  + Revert "parser: glue: Use std::clamp".
+
+-------------------------------------------------------------------
+Tue Apr 09 07:17:49 UTC 2019 - [email protected]
+
+- Update to version 0.56.1:
+  + widget: Cancel autoscroll on ending selecting.
+
+-------------------------------------------------------------------
+Tue Mar 12 06:19:26 UTC 2019 - [email protected]
+
+- Update to version 0.56.0:
+  + Stable release version bump.
+
+-------------------------------------------------------------------
+Mon Mar 04 15:59:42 UTC 2019 - [email protected]
+
+- Update to version 0.55.92:
+  + app: Add fullscreen mode.
+  + attr: Typo fix.
+  + widget: Prevent clipboard callbacks during destruction.
+  + emulation: Do not encode keyboard modifiers in X10 mouse mode.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 08 21:11:06 UTC 2019 - [email protected]
+
+- Update to version 0.55.90:
+  + build:
+    - Add -Wvla.
+    - Use input file as parameter in box drawing script.
+  + devanagari.txt: New test file.
+  + parser:
+    - charset: Mention some more charsets.
+    - Document some known deviations from VT100.
+    - Assert that the parser is not in an unknown state.
+    - Code style fixes.
+    - cat: Fix clang build error.
+  + perf: Add files to EXTRA_DIST.
+  + regex: Add vte_regex_substitute.
+  + Replace Bugzilla by Gitlab URL in DOAP file.
+  + spawn: Fix g_spawn deadlock in a multi-threaded program on
+    linux.
+  + vala: Fix build with vala 0.43+ git master due to empty struct
+    definition.
+  + vteunistr: Add method to concatenate two unistrs.
+  + widget:
+    - Handle spacing combining marks.
+    - Don't show the cursor occasionally over the scrollback data.
+    - Disconnect GtkSettings signals in destructor.
+    - Fix mouse selection to skip trailing unused cells.
+    - Strip off trailing unused cells in get_text().
+    - Fix URL recognition after dragging the scrollbar.
+- Drop vte-Fix-build-vala-043.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Sat Jan 05 11:24:57 UTC 2019 - [email protected]
+
+- Update to version 0.55.0:
+  + all: Fix implicit-fallthrough warnings
+  + app: Add new terminal to main menu
+  + build: Require C++17
+  + cell: Silence an incorrect warning
+  + chunk: Remove erroneous std::move calls
+  + conv: Fix crash after multiple encoding changes
+  + emulation:
+    - Treat rapid blink like blink
+    - Make OSC replies with same terminator as request
+    - Document two more DECSGR values
+    - Document two DEC private ACS value
+    - Make dispatch of SCORC symmetrical to SCOSC
+    - Implement SCOSC/SCORC
+    - Fix upper coordinate limit for legacy mouse events
+  + hyperlink-demo.txt: Prefer ST to BEL
+  + lib:
+    - Fix clang build error
+    - Make debug assertion conditional on VTE_DEBUG
+  + mev: Add noreturn attribute
+  + modes: Use parentheses in macro
+  + parser:
+    - glue: Use std::clamp
+    - charset: Add a DEC private OCS
+    - Complete SCI infrastructure
+    - Define SGR enum from include files
+    - Fix licence template sed job mistake
+    - Add another sequence
+    - Improve documentation of XTERM_CHECKSUM_MODE
+    - Recognise new xterm sequence
+    - Remove extraneous sequence
+    - Fix incorrect sequence
+    - cat:
+      . Add linter for SGR sequences
+      . Use the parser glue
+      . Restructure options parsing
+      . Code style fixes
+      . Refactor and implement lint mode
+  + regex:
+    - Check whether PCRE2 was compiled with JIT support
+    - Only silence warning on GCC
+    - Silence compiler warning
+  + ring: Fix thawing combining accents over a double-wide
+    character
+  + spawn: Add noreturn attribute
+  + stream: test: Silence warning
+  + tabstops: Cleanup includes
+  + tests: Silence unused variable warning
+  + utf8:
+    - Make decoder conform to recommendation on replacement
+      characters
+    - Use a symbol for REJECT in the data table
+    - Reformat data table
+  + vte.sh: Revert to C0 controls in OSC sequences
+  + widget:
+    - Rewrite the tracking of selection endpoints
+    - Convert vte::grid::span to end-exclusive
+    - Always invalidate entire rows
+    - Always draw entire rows
+    - Simplify draw_rows()
+    - Deprecate vte_terminal_get_text_include_trailing_spaces()
+    - Disable "bold is bright" by default
+    - Avoid unnecessary invalidations at hyperlinks
+    - Clean up overly complex vte_cell_is_between()
+    - Add missing exception specification
+  + Updated translations.
+- Add vte-Fix-build-vala-043.patch: Fix build with new vala
+
+-------------------------------------------------------------------

Old:
----
  vte-0.54.3.tar.xz

New:
----
  vte-0.56.2.tar.xz

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

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.OjCfac/_old  2019-05-03 22:19:49.804393826 +0200
+++ /var/tmp/diff_new_pack.OjCfac/_new  2019-05-03 22:19:49.808393833 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vte
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -22,7 +22,7 @@
 %define _gtkver 3.0
 %define _name   vte
 Name:           vte
-Version:        0.54.3
+Version:        0.56.2
 Release:        0
 Summary:        Terminal Emulator Library
 License:        LGPL-2.0-only AND LGPL-3.0-only AND GPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.OjCfac/_old  2019-05-03 22:19:49.824393865 +0200
+++ /var/tmp/diff_new_pack.OjCfac/_new  2019-05-03 22:19:49.828393874 +0200
@@ -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.54.3</param>
+    <param name="revision">refs/tags/0.56.2</param>
     <param name="exclude">doc/vttest.*</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.OjCfac/_old  2019-05-03 22:19:49.844393905 +0200
+++ /var/tmp/diff_new_pack.OjCfac/_new  2019-05-03 22:19:49.848393914 +0200
@@ -3,4 +3,4 @@
             <param name="url">git://git.gnome.org/vte</param>
           <param 
name="changesrevision">961927a8115c82f35deafe09c1d68689ff069905</param></service><service
 name="tar_scm">
                 <param 
name="url">https://gitlab.gnome.org/GNOME/vte.git</param>
-              <param 
name="changesrevision">7487c22f231b38295fc0ea008a83e42f0c0c0244</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">9a079492ea698f573dfc7129f1c79e4a865803b4</param></service></servicedata>
\ No newline at end of file

++++++ vte-0.54.3.tar.xz -> vte-0.56.2.tar.xz ++++++
++++ 7412 lines of diff (skipped)


Reply via email to