Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory 
checked in at 2026-01-06 17:42:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at-spi2-core (Old)
 and      /work/SRC/openSUSE:Factory/.at-spi2-core.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at-spi2-core"

Tue Jan  6 17:42:19 2026 rev:121 rq:1325361 version:2.58.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes        
2025-11-25 15:52:48.406379649 +0100
+++ /work/SRC/openSUSE:Factory/.at-spi2-core.new.1928/at-spi2-core.changes      
2026-01-06 17:43:20.770603628 +0100
@@ -1,0 +2,7 @@
+Sun Jan  4 13:12:52 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 2.58.3:
+  + Fix atk_get_major_version etc not linking on C++
+  + python: Speed up __eq__ and __ne__
+
+-------------------------------------------------------------------

Old:
----
  at-spi2-core-2.58.2.obscpio

New:
----
  at-spi2-core-2.58.3.obscpio

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

Other differences:
------------------
++++++ at-spi2-core.spec ++++++
--- /var/tmp/diff_new_pack.A2HJFy/_old  2026-01-06 17:43:22.918692055 +0100
+++ /var/tmp/diff_new_pack.A2HJFy/_new  2026-01-06 17:43:22.930692549 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package at-spi2-core
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}
 
 Name:           at-spi2-core
-Version:        2.58.2
+Version:        2.58.3
 Release:        0
 Summary:        Assistive Technology Service Provider Interface - D-Bus based 
implementation
 License:        LGPL-2.1-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.A2HJFy/_old  2026-01-06 17:43:23.242705394 +0100
+++ /var/tmp/diff_new_pack.A2HJFy/_new  2026-01-06 17:43:23.266706382 +0100
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/at-spi2-core.git</param>
-    <param name="revision">2.58.2</param>
+    <param name="revision">2.58.3</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ at-spi2-core-2.58.2.obscpio -> at-spi2-core-2.58.3.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.58.2/NEWS new/at-spi2-core-2.58.3/NEWS
--- old/at-spi2-core-2.58.2/NEWS        2025-11-22 17:31:20.000000000 +0100
+++ new/at-spi2-core-2.58.3/NEWS        2026-01-03 14:59:10.000000000 +0100
@@ -1,6 +1,10 @@
+What's new in at-spi2-core 2.58.3:
+
+* Fix atk_get_major_version etc not linking on C++.
+
 What's new in at-spi2-core 2.58.2:
 
-    python: Speed up __eq__ and __ne__
+* python: Speed up __eq__ and __ne__
 
 * collection-adaptor: Correct 'child' reference handling (fixes crashes
   with evolution and orca).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.58.2/atk/atkversion.h.in 
new/at-spi2-core-2.58.3/atk/atkversion.h.in
--- old/at-spi2-core-2.58.2/atk/atkversion.h.in 2025-11-22 17:31:20.000000000 
+0100
+++ new/at-spi2-core-2.58.3/atk/atkversion.h.in 2026-01-03 14:59:10.000000000 
+0100
@@ -30,6 +30,8 @@
 
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 /**
  * ATK_MAJOR_VERSION:
  *
@@ -189,7 +191,7 @@
 /**
  * ATK_VERSION_2_32:
  *
- * A macro that evaluates to the 2.30 version of ATK, in a format
+ * A macro that evaluates to the 2.32 version of ATK, in a format
  * that can be used by the C pre-processor.
  *
  * Since: 2.52
@@ -473,4 +475,6 @@
 #define atk_binary_age atk_get_binary_age ()
 #define atk_interface_age atk_get_interface_age ()
 
+G_END_DECLS
+
 #endif /* __ATK_VERSION_H__ */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.58.2/meson.build 
new/at-spi2-core-2.58.3/meson.build
--- old/at-spi2-core-2.58.2/meson.build 2025-11-22 17:31:20.000000000 +0100
+++ new/at-spi2-core-2.58.3/meson.build 2026-01-03 14:59:10.000000000 +0100
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.58.2',
+        version: '2.58.3',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',

++++++ at-spi2-core.obsinfo ++++++
--- /var/tmp/diff_new_pack.A2HJFy/_old  2026-01-06 17:43:25.134783282 +0100
+++ /var/tmp/diff_new_pack.A2HJFy/_new  2026-01-06 17:43:25.170784764 +0100
@@ -1,5 +1,5 @@
 name: at-spi2-core
-version: 2.58.2
-mtime: 1763829080
-commit: aeed81f032c4cf625193bf51e3c8c8e9547eccda
+version: 2.58.3
+mtime: 1767448750
+commit: 06ff5b19f6ec5b504267dbb8f0dad484fe7c8a16
 

Reply via email to