Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2018-10-17 08:14:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vte (Old)
 and      /work/SRC/openSUSE:Factory/.vte.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vte"

Wed Oct 17 08:14:49 2018 rev:112 rq:638505 version:0.54.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/vte/vte.changes  2018-06-02 11:54:42.474367056 
+0200
+++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes     2018-10-17 
08:14:54.603034786 +0200
@@ -1,0 +2,166 @@
+Wed Sep 26 12:24:57 UTC 2018 - [email protected]
+
+- Update to version 0.54.1:
+  + conv: Fix crash after multiple encoding changes.
+  + widget: Avoid unnecessary invalidations at hyperlinks.
+  + parser:
+    - Remove extraneous sequence.
+    - Fix incorrect sequence.
+  + vte.sh: Revert to C0 controls in OSC sequences.
+  + utf8:
+    - Make decoder conform to recommendation on replacement
+      characters.
+    - Use a symbol for REJECT in the data table.
+  + utf8: Reformat data table
+  + lib: Make debug assertion conditional on VTE_DEBUG.
+  + emulation: Fix upper coordinate limit for legacy mouse events.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Sep 07 19:32:48 UTC 2018 - [email protected]
+
+- Update to version 0.54.0:
+  + utf8: Don't swallow start bytes in the middle of a sequence.
+  + widget: Avoid invalidation from unrealize.
+  + emulation:
+    - Fix off-by-one in TSR.
+    - Be more strict in DECRQSS.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug 28 08:50:47 UTC 2018 - [email protected]
+
+- Update to version 0.53.92:
+  + emulation:
+    - Be more strict in DECRQSS
+    - Clarify a comment
+    - Add sequence and no-op handler for new xterm SGR functions
+    - Add sequence and no-op handler for synchronous update
+  + parser: Fix sort order
+  + doap: Fix email address
+  + widget:
+    - Add nullable annotations
+    - Always return non-null from vte_terminal_get_encoding
+    - Always emit the child-exited signal.
+- Switch to gitlab in _service.
+
+-------------------------------------------------------------------
+Wed Jun 06 05:15:54 UTC 2018 - [email protected]
+
+- Update to version 0.53.0:
+  + all:
+    - Fix spelling
+    - Cleanup some cruft
+  + app: Fix option output in help
+  + build:
+    - Update requirements
+    - Update macros from autoconf-archive
+  + cxx:
+    - ring: Move to C++
+    - Move some headers to .hh
+  + docs: Update list of ignored files
+  + emulation:
+    - Implement DECRQSS
+    - Limit window title length
+    - Implement OSC 5
+    - Implement SUB
+    - Implement DECSR
+    - Update DA1 response
+    - Implement DECRQCRA
+    - Fix DECSTBM parameters
+    - Refactor tabstop handling
+    - Implement the window title stack
+    - Remove icon title support
+    - Implement DECRQM
+    - Use an enum for the XTERM_WM param values
+    - Unify mode handling
+    - Remove LNM mode support
+    - Move sequence handler code directly into the handler
+    - Port DECSTBM to new parameter glue
+    - Port DL, IL to new parameter glue
+    - Port HTS, TBC to new parameter glue
+    - Port CBT, CHT to new parameter glue
+    - Port REP to new parameter glue
+    - Port ICH to new parameter glue
+    - Port DCH, ECH to new parameter glue
+    - Port CPL, CUU to new parameter glue
+    - Port SD, SU to new parameter glue
+    - Port CUB, CUF to new parameter glue
+    - Port CNL, CUD to new parameter glue
+    - Port VPA to new parameter glue
+    - Port CHA, HPA, CUP to new parameter glue
+    - Port XTERM_WM to new parameter glue
+    - Port DECSCUSR to new parameter glue
+    - Port DSR to new parameter glue
+  + lib:
+    - Add RefPtr type for holding a GObject
+    - Store preedit string in a string
+    - Store word char exceptions in a string
+    - Filter out BS and DEL from paste
+    - Use an enum for the SGR codes
+  + parser:
+    - Update copyright notice
+    - glue: StringTokeniser must not be used with a temporary
+    - Fix warning with GCC < 7
+    - Ignore -Wimplicit-fallthrough
+    - Remove excessive clearing of sequence fields
+    - Only clear the intermediates and params when necessary
+    - No need to clear the charset
+    - No need to clear for GRAPHIC sequence
+    - No need to clear for IGNORE sequence
+    - Increase maximum number of parameters
+    - Clear only used parameters
+    - Remove redundant assignment
+    - Ignore sequence with too many parameters
+    - Ignore sequence with too many parameters
+    - test: Check parameter clearing
+    - Annotate unlikely conditionals
+    - Add more functions
+    - Reject mixed-control OSC and DCS sequences
+    - test: Use SequenceBuilder
+    - test: Test DCS sequences without intermediates
+    - Ignore overflowing OSC and DCS sequences
+    - glue: Add wrapper class for struct vte_parser
+    - Remove leftover from initial import
+    - Distinguish between state changes and actions
+    - Simplify parameter parsing
+    - Record intermediates in order
+    - Don't collect invalid characters in escape sequences
+    - Fix typo
+    - Ignore most C0 controls in OSC string
+    - Speed up no-op strings
+    - Ignore DEL in all states
+    - Accept C0 ST to terminate OSC, DCS
+    - Implement SCI parsing
+    - glue: Add sequence builder
+    - Implement DCS parsing
+    - Remove leftovers from old parser
+    - Implement OSC parsing
+    - glue: Add some convenience function to collect parameters
+    - Improve glue for subparameters
+    - cat: Add benchmark mode
+    - Improve test programme
+    - Parse subparameters in CSI sequences
+    - Use 0 as the default arg value
+    - Fix charset detection
+    - Define a type for CSI parameters
+    - Don't clear state when executing a control character
+    - Import new parser
+  + Revert "emulation: Implement DECRQCRA"
+  + ring: Proper boundary checking for hyperlink position
+    - Replace some assertions with static_assert
+    - Split cell and rowdata headers
+    - Add some static assertions
+    - Move some types to ring.cc
+    - Silence -Wunsafe-loop-optimizations
+  + vte.sh: Use C1 controls in OSC sequences
+  + widget:
+    - Remove GdkVisibilityState handling
+    - Use RefPtr for the cursors
+    - Remove extraneous refresh-window emissions
+    - Deprecate vte_terminal_match_set_cursor_type
+    - Remove faux bold support
+    - Do not extend the background under faux bold characters
+- Update License tag following upstream changes.
+
+-------------------------------------------------------------------
@@ -414 +580 @@
-  * Updated translations.
+  + Updated translations.

Old:
----
  vte-0.52.2.tar.xz

New:
----
  vte-0.54.1.tar.xz

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

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.tS9YBd/_old  2018-10-17 08:14:55.651034319 +0200
+++ /var/tmp/diff_new_pack.tS9YBd/_new  2018-10-17 08:14:55.659034315 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,15 +22,16 @@
 %define _gtkver 3.0
 %define _name   vte
 Name:           vte
-Version:        0.52.2
+Version:        0.54.1
 Release:        0
 Summary:        Terminal Emulator Library
-License:        LGPL-2.0-only AND GPL-2.0-or-later
+License:        LGPL-2.0-only AND LGPL-3.0-only AND GPL-3.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
+
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 #
@@ -160,7 +161,7 @@
 %postun -n libvte%{_sover} -p /sbin/ldconfig
 
 %files -n libvte%{_sover}
-%license COPYING
+%license COPYING.GPL3 COPYING.LGPL2 COPYING.LGPL3
 
 %{_libdir}/*.so.*
 %config %{_sysconfdir}/profile.d/vte.sh
@@ -176,7 +177,7 @@
 %{_datadir}/glade/pixmaps/hicolor/*/*/widget-vte-terminal.png
 
 %files devel
-%doc AUTHORS README NEWS
+%doc AUTHORS NEWS
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 %{_includedir}/vte-%{_apiver}/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.tS9YBd/_old  2018-10-17 08:14:55.703034295 +0200
+++ /var/tmp/diff_new_pack.tS9YBd/_new  2018-10-17 08:14:55.703034295 +0200
@@ -1,10 +1,10 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">git://git.gnome.org/vte</param>
+    <param name="url">https://gitlab.gnome.org/GNOME/vte.git</param>
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/0.52.2</param>
+    <param name="revision">refs/tags/0.54.1</param>
     <param name="exclude">doc/vttest.*</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.tS9YBd/_old  2018-10-17 08:14:55.723034286 +0200
+++ /var/tmp/diff_new_pack.tS9YBd/_new  2018-10-17 08:14:55.723034286 +0200
@@ -1,4 +1,6 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://git.gnome.org/vte</param>
-          <param 
name="changesrevision">7322c27fee05bb6dd10289d05b79f53ac386799f</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">961927a8115c82f35deafe09c1d68689ff069905</param></service><service
 name="tar_scm">
+                <param 
name="url">https://gitlab.gnome.org/GNOME/vte.git</param>
+              <param 
name="changesrevision">e3ed022308860a6c90935d4c663e9e90be3883c0</param></service></servicedata>
\ No newline at end of file

++++++ vte-0.52.2.tar.xz -> vte-0.54.1.tar.xz ++++++
++++ 38401 lines of diff (skipped)


Reply via email to