Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2018-06-02 11:54:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vte (Old)
 and      /work/SRC/openSUSE:Factory/.vte.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vte"

Sat Jun  2 11:54:34 2018 rev:111 rq:612855 version:0.52.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vte/vte.changes  2018-04-19 15:22:36.891822610 
+0200
+++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes     2018-06-02 
11:54:42.474367056 +0200
@@ -1,0 +2,7 @@
+Mon May 21 22:23:04 UTC 2018 - [email protected]
+
+- Update to version 0.52.2:
+  + all: Fix spelling.
+  + ring: Proper boundary checking for hyperlink position.
+
+-------------------------------------------------------------------

Old:
----
  vte-0.52.1.tar.xz

New:
----
  vte-0.52.2.tar.xz

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

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.21d5ke/_old  2018-06-02 11:54:44.154305435 +0200
+++ /var/tmp/diff_new_pack.21d5ke/_new  2018-06-02 11:54:44.154305435 +0200
@@ -22,7 +22,7 @@
 %define _gtkver 3.0
 %define _name   vte
 Name:           vte
-Version:        0.52.1
+Version:        0.52.2
 Release:        0
 Summary:        Terminal Emulator Library
 License:        LGPL-2.0-only AND GPL-2.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.21d5ke/_old  2018-06-02 11:54:44.182304409 +0200
+++ /var/tmp/diff_new_pack.21d5ke/_new  2018-06-02 11:54:44.186304262 +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.52.1</param>
+    <param name="revision">refs/tags/0.52.2</param>
     <param name="exclude">doc/vttest.*</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.21d5ke/_old  2018-06-02 11:54:44.202303675 +0200
+++ /var/tmp/diff_new_pack.21d5ke/_new  2018-06-02 11:54:44.202303675 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://git.gnome.org/vte</param>
-          <param 
name="changesrevision">d00c15afcd4f50cc57d6bf3bcc87bd6cedf25529</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">7322c27fee05bb6dd10289d05b79f53ac386799f</param></service></servicedata>
\ No newline at end of file

++++++ vte-0.52.1.tar.xz -> vte-0.52.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.52.1/configure.ac new/vte-0.52.2/configure.ac
--- old/vte-0.52.1/configure.ac 2018-04-09 10:56:21.000000000 +0200
+++ new/vte-0.52.2/configure.ac 2018-05-21 20:39:14.000000000 +0200
@@ -1,6 +1,6 @@
 m4_define([version_major],0)
 m4_define([version_minor],52)
-m4_define([version_micro],1)
+m4_define([version_micro],2)
 m4_define([version_triplet],version_major.version_minor.version_micro)
 
 AC_PREREQ([2.63])
@@ -254,9 +254,9 @@
 
 # GNUTLS
 
-AC_MSG_CHECKING([whether gnutls support is requested])
+AC_MSG_CHECKING([whether GnuTLS support is requested])
 AC_ARG_WITH([gnutls],
-  [AS_HELP_STRING([--without-gnutls],[Disable gnutls support])],
+  [AS_HELP_STRING([--without-gnutls],[Disable GnuTLS support])],
   [],[with_gnutls=yes])
 AC_MSG_RESULT([$with_gnutls])
 
@@ -264,7 +264,7 @@
 if test "$with_gnutls" = "yes"; then
   GNUTLS_PKGS="gnutls >= $GNUTLS_REQUIRED"
 
-  AC_DEFINE([WITH_GNUTLS],[1],[Define to 1 to enable gnutls support])
+  AC_DEFINE([WITH_GNUTLS],[1],[Define to 1 to enable GnuTLS support])
 fi
 
 AM_CONDITIONAL([WITH_GNUTLS],[test "$with_gnutls" = "yes"])
@@ -460,7 +460,7 @@
 ## -------------- ##
 
 Configuration for libvte $VERSION for gtk+-$GTK_API_VERSION
-       GNUTLS: $with_gnutls
+       GnuTLS: $with_gnutls
        Installing Glade catalogue: $enable_glade_catalogue
        Debugging: $enable_debug
        Introspection: $enable_introspection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.52.1/src/ring.cc new/vte-0.52.2/src/ring.cc
--- old/vte-0.52.1/src/ring.cc  2018-04-09 10:56:21.000000000 +0200
+++ new/vte-0.52.2/src/ring.cc  2018-05-21 20:39:14.000000000 +0200
@@ -669,7 +669,7 @@
                 ring->cached_row_num = (gulong) -1;
         }
 
-        if (G_UNLIKELY (position == (gulong) -1 || col == -1)) {
+        if (G_UNLIKELY (!_vte_ring_contains(ring, position) || col == -1)) {
                 if (update_hover_idx)
                         ring->hyperlink_hover_idx = 0;
                 return 0;


Reply via email to