Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2024-09-23 15:18:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vte (Old)
 and      /work/SRC/openSUSE:Factory/.vte.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vte"

Mon Sep 23 15:18:54 2024 rev:161 rq:1202418 version:0.76.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/vte/vte.changes  2024-08-22 18:13:09.773390978 
+0200
+++ /work/SRC/openSUSE:Factory/.vte.new.29891/vte.changes       2024-09-23 
15:19:08.433775057 +0200
@@ -1,0 +2,7 @@
+Fri Sep 20 12:56:58 UTC 2024 - bjorn....@gmail.com
+
+- Update to version 0.76.4:
+  * fonts: ensure ref of font from glyph item analysis
+  * build: Post release version bump
+
+-------------------------------------------------------------------

Old:
----
  vte-0.76.3.obscpio

New:
----
  vte-0.76.4.obscpio

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

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.VPxnIx/_old  2024-09-23 15:19:09.405815352 +0200
+++ /var/tmp/diff_new_pack.VPxnIx/_new  2024-09-23 15:19:09.405815352 +0200
@@ -27,7 +27,7 @@
 %bcond_with     glade_support
 
 Name:           vte
-Version:        0.76.3
+Version:        0.76.4
 Release:        0
 Summary:        Terminal Emulator Library
 License:        CC-BY-4.0 AND LGPL-3.0-or-later AND GPL-3.0-or-later AND MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.VPxnIx/_old  2024-09-23 15:19:09.437816679 +0200
+++ /var/tmp/diff_new_pack.VPxnIx/_new  2024-09-23 15:19:09.441816845 +0200
@@ -5,7 +5,7 @@
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">0.76.3</param>
+    <param name="revision">0.76.4</param>
     <param name="exclude">doc/vttest.*</param>
   </service>
   <service name="tar" mode="buildtime" />

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.VPxnIx/_old  2024-09-23 15:19:09.465817839 +0200
+++ /var/tmp/diff_new_pack.VPxnIx/_new  2024-09-23 15:19:09.473818171 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://gitlab.gnome.org/GNOME/vte.git</param>
-              <param 
name="changesrevision">036bc3ddcbb56f05c6ca76712a53b89dee1369e2</param></service></servicedata>
+              <param 
name="changesrevision">41b19080b5594300afc010e1ef7d838ab120603a</param></service></servicedata>
 (No newline at EOF)
 

++++++ vte-0.76.3.obscpio -> vte-0.76.4.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.76.3/meson.build new/vte-0.76.4/meson.build
--- old/vte-0.76.3/meson.build  2024-06-02 19:19:35.000000000 +0200
+++ new/vte-0.76.4/meson.build  2024-06-10 21:42:45.000000000 +0200
@@ -17,7 +17,7 @@
 project(
   'vte',
   ['c', 'cpp'],
-  version: '0.76.3',
+  version: '0.76.4',
   license: ['LGPL-3.0-or-later', 'GPL-3.0-or-later'],
   default_options: [
     'buildtype=release',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.76.3/src/fonts-pangocairo.cc 
new/vte-0.76.4/src/fonts-pangocairo.cc
--- old/vte-0.76.3/src/fonts-pangocairo.cc      2024-06-02 19:19:35.000000000 
+0200
+++ new/vte-0.76.4/src/fonts-pangocairo.cc      2024-06-10 21:42:45.000000000 
+0200
@@ -560,7 +560,7 @@
 
                 
uinfo->set_coverage(UnistrInfo::Coverage::USE_PANGO_GLYPH_STRING);
 
-                ufi->using_pango_glyph_string.font = 
glyph_item->item->analysis.font;
+               ufi->using_pango_glyph_string.font = 
glyph_item->item->analysis.font ? g_object_ref 
(glyph_item->item->analysis.font) : nullptr;
                 ufi->using_pango_glyph_string.glyph_string = 
pango_glyph_string_copy (glyph_string);
         }
 #endif

++++++ vte.obsinfo ++++++
--- /var/tmp/diff_new_pack.VPxnIx/_old  2024-09-23 15:19:09.757829945 +0200
+++ /var/tmp/diff_new_pack.VPxnIx/_new  2024-09-23 15:19:09.761830110 +0200
@@ -1,5 +1,5 @@
 name: vte
-version: 0.76.3
-mtime: 1717348775
-commit: 036bc3ddcbb56f05c6ca76712a53b89dee1369e2
+version: 0.76.4
+mtime: 1718048565
+commit: 41b19080b5594300afc010e1ef7d838ab120603a
 

Reply via email to