Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2023-10-24 20:07:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vte (Old)
 and      /work/SRC/openSUSE:Factory/.vte.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vte"

Tue Oct 24 20:07:12 2023 rev:150 rq:1119668 version:0.74.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/vte/vte.changes  2023-10-08 12:16:09.257488904 
+0200
+++ /work/SRC/openSUSE:Factory/.vte.new.24901/vte.changes       2023-10-24 
20:07:17.950216588 +0200
@@ -1,0 +2,10 @@
+Sat Oct 21 19:21:59 UTC 2023 - bjorn....@gmail.com
+
+- Update to version 0.74.1:
+  * ci: Only upload docs for tags
+  * widget: VteTerminalSpawnAsyncCallback's error is nullable
+  * Updated translations.
+- Drop f1a547f1dfebd8860021b6b727fa5d5717e9f143.patch: fixed
+  upstream.
+
+-------------------------------------------------------------------

Old:
----
  f1a547f1dfebd8860021b6b727fa5d5717e9f143.patch
  vte-0.74.0.obscpio

New:
----
  vte-0.74.1.obscpio

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

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.3ncsCx/_old  2023-10-24 20:07:18.526237529 +0200
+++ /var/tmp/diff_new_pack.3ncsCx/_new  2023-10-24 20:07:18.526237529 +0200
@@ -27,7 +27,7 @@
 %bcond_with     glade_support
 
 Name:           vte
-Version:        0.74.0
+Version:        0.74.1
 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
@@ -36,8 +36,6 @@
 Source:         %{_name}-%{version}.tar.zst
 # PATCH-FIX-OPENSUSE vte-enable-build-flag-pie.patch yfji...@suse.com -- 
enable PIE flag to be compatible with gcc default linking option
 Patch0:         vte-enable-build-flag-pie.patch
-# PATCH-FIX-UPSTREAM f1a547f1dfebd8860021b6b727fa5d5717e9f143.patch -- widget: 
VteTerminalSpawnAsyncCallback's error is nullable
-Patch1:         
https://gitlab.gnome.org/GNOME/vte/-/commit/f1a547f1dfebd8860021b6b727fa5d5717e9f143.patch
 
 # PATCH-FIX-SLE vte-revert-back-to-c++17.patch yu.da...@suse.com -- revert 
c++20 features back to c++17
 Patch100:       vte-revert-back-to-c++17.patch
@@ -179,7 +177,6 @@
 %prep
 %autosetup -n %{_name}-%{version} -N
 %patch0 -p1
-%patch1 -p1
 %if 0%{?sle_version}
 %patch100 -p1
 %endif

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3ncsCx/_old  2023-10-24 20:07:18.550238402 +0200
+++ /var/tmp/diff_new_pack.3ncsCx/_new  2023-10-24 20:07:18.554238547 +0200
@@ -5,7 +5,7 @@
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/0.74.0</param>
+    <param name="revision">refs/tags/0.74.1</param>
     <param name="exclude">doc/vttest.*</param>
   </service>
   <service name="tar" mode="buildtime" />

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.3ncsCx/_old  2023-10-24 20:07:18.574239275 +0200
+++ /var/tmp/diff_new_pack.3ncsCx/_new  2023-10-24 20:07:18.578239420 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://gitlab.gnome.org/GNOME/vte.git</param>
-              <param 
name="changesrevision">7fb5b2395c9e9c786c2277bc98d7e2661485fb10</param></service></servicedata>
+              <param 
name="changesrevision">eee37c871173d04387cd0004dde7f8676f390f62</param></service></servicedata>
 (No newline at EOF)
 

++++++ vte-0.74.0.obscpio -> vte-0.74.1.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.74.0/.gitlab-ci.yml 
new/vte-0.74.1/.gitlab-ci.yml
--- old/vte-0.74.0/.gitlab-ci.yml       2023-09-12 23:06:50.000000000 +0200
+++ new/vte-0.74.1/.gitlab-ci.yml       2023-10-16 20:09:04.000000000 +0200
@@ -16,6 +16,9 @@
 image: fedora:latest
 
 doc:
+  only:
+    refs:
+      - tags
   variables:
     MESON_ARGS: >-
       -Ddocs=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.74.0/meson.build new/vte-0.74.1/meson.build
--- old/vte-0.74.0/meson.build  2023-09-12 23:06:50.000000000 +0200
+++ new/vte-0.74.1/meson.build  2023-10-16 20:09:04.000000000 +0200
@@ -17,7 +17,7 @@
 project(
   'vte',
   ['c', 'cpp'],
-  version: '0.74.0',
+  version: '0.74.1',
   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.74.0/po/el.po new/vte-0.74.1/po/el.po
--- old/vte-0.74.0/po/el.po     2023-09-12 23:06:50.000000000 +0200
+++ new/vte-0.74.1/po/el.po     2023-10-16 20:09:04.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: el\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/vte/issues\n";
-"POT-Creation-Date: 2018-06-20 20:20+0000\n"
+"POT-Creation-Date: 2023-08-06 13:23+0000\n"
 "PO-Revision-Date: 2018-08-15 14:13+0300\n"
 "Last-Translator: Efstathios Iosifidis <iosifi...@opensuse.org>\n"
 "Language-Team: t...@gnome.gr\n"
@@ -23,32 +23,57 @@
 "X-Generator: Poedit 2.0.9\n"
 "X-Project-Style: gnome\n"
 
-#. Translators: %s is replaced with error message returned by strerror().
-#: ../src/vte.cc:3966
-#, c-format
-msgid "Error reading from child: %s."
-msgstr "Σφάλμα ανάγνωσης από θυγατρική 
διεργασία: %s."
-
-#: ../src/vte.cc:4122
-#, c-format
-msgid "Error (%s) converting data for child, dropping."
-msgstr ""
-"Σφάλμα (%s) μετατροπής δεδομένων από θυ
γατρική διεργασία, απορρίπτεται."
-
-#: ../src/vte.cc:8179
+#: src/vte.cc:7699
 msgid "WARNING"
 msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ"
 
-#: ../src/vte.cc:8180
+#: src/vte.cc:7701
 msgid "GnuTLS not enabled; data will be written to disk unencrypted!"
 msgstr ""
-"Δεν είναι ενεργοποιημένο το GNUTLS, τα 
δεδομένα που θα εγγραφούν στο "
-"δίσκο δεν θα είναι κρυπτογραφημένα!"
+"Δεν είναι ενεργοποιημένο το GNUTLS, τα 
δεδομένα που θα εγγραφούν στο δίσκο "
+"δεν θα είναι κρυπτογραφημένα!"
+
+#: src/spawn.cc:124
+#, c-format
+msgid "Failed to set pipe nonblocking: %s"
+msgstr "Αποτυχία ορισμού μη αποκλειστικού 
αγωγού: %s"
+
+#: src/spawn.cc:169
+#, c-format
+msgid "poll error: %s"
+msgstr "Σφάλμα poll: %s"
+
+#: src/spawn.cc:176
+msgid "Operation timed out"
+msgstr "Η λειτουργία έληξε λόγω χρονικού ορίου
"
+
+#: src/spawn.cc:186
+msgid "Operation was cancelled"
+msgstr "Η λειτουργία ακυρώθηκε"
+
+#: src/spawn.cc:204
+#| msgid "Error reading from child: %s."
+msgid "Failed to read from child pipe (%s)"
+msgstr "Αποτυχία ανάγνωσης από από θυγατρική 
διεργασία (%s)"
+
+#: src/spawn.cc:639
+#, c-format
+msgid "Failed to change to directory “%s”: %s"
+msgstr "Αποτυχία αλλαγής καταλόγου σε “%s”: %s"
+
+#: src/spawn.cc:708
+#, c-format
+msgid "Failed to execute child process “%s”: "
+msgstr "Αποτυχία εκτέλεσης θυγατρικής 
διεργασίας «%s»: "
+
+#, c-format
+#~ msgid "Error (%s) converting data for child, dropping."
+#~ msgstr ""
+#~ "Σφάλμα (%s) μετατροπής δεδομένων από θυ
γατρική διεργασία, απορρίπτεται."
 
-#: ../src/vtegtk.cc:3618
 #, c-format
-msgid "Unable to convert characters from %s to %s."
-msgstr "Αδύνατη η μετατροπή χαρακτήρων από %s 
σε %s."
+#~ msgid "Unable to convert characters from %s to %s."
+#~ msgstr "Αδύνατη η μετατροπή χαρακτήρων από %s 
σε %s."
 
 #~ msgid "Copy"
 #~ msgstr "Αντιγραφή"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.74.0/src/vtegtk.cc new/vte-0.74.1/src/vtegtk.cc
--- old/vte-0.74.0/src/vtegtk.cc        2023-09-12 23:06:50.000000000 +0200
+++ new/vte-0.74.1/src/vtegtk.cc        2023-10-16 20:09:04.000000000 +0200
@@ -3929,7 +3929,7 @@
  * VteTerminalSpawnAsyncCallback:
  * @terminal: the #VteTerminal
  * @pid: a #GPid
- * @error: a #GError, or %NULL
+ * @error: (nullable): a #GError, or %NULL
  * @user_data: user data that was passed to vte_terminal_spawn_async
  *
  * Callback for vte_terminal_spawn_async().

++++++ vte.obsinfo ++++++
--- /var/tmp/diff_new_pack.3ncsCx/_old  2023-10-24 20:07:18.822248291 +0200
+++ /var/tmp/diff_new_pack.3ncsCx/_new  2023-10-24 20:07:18.826248437 +0200
@@ -1,5 +1,5 @@
 name: vte
-version: 0.74.0
-mtime: 1694552810
-commit: 7fb5b2395c9e9c786c2277bc98d7e2661485fb10
+version: 0.74.1
+mtime: 1697479744
+commit: eee37c871173d04387cd0004dde7f8676f390f62
 

Reply via email to