Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package java-atk-wrapper for
openSUSE:Factory checked in at 2025-10-20 13:35:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-atk-wrapper (Old)
and /work/SRC/openSUSE:Factory/.java-atk-wrapper.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-atk-wrapper"
Mon Oct 20 13:35:46 2025 rev:15 rq:1312232 version:0.44.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-atk-wrapper/java-atk-wrapper.changes
2024-12-19 21:40:48.697131643 +0100
+++
/work/SRC/openSUSE:Factory/.java-atk-wrapper.new.18484/java-atk-wrapper.changes
2025-10-20 13:36:09.253344640 +0200
@@ -1,0 +2,24 @@
+Sun Oct 19 10:44:51 UTC 2025 - Bjørn Lie <[email protected]>
+
+- Update to version 0.44:
+ * Wrapper:
+ + Remove gobjects from GC rather than from jaw_impl_finalize,
+ fixes #33
+ + Keep a ref on para->child_impl while sending signal
+ + Do not add/remove references for children
+ + Call g_object_unref from jaw thread
+ + Simplify code
+ + Document the global references
+ + Also ship HACKING
+- Changes from version 0.42.1:
+ * Wrapper: Fix announcing shortcuts in JMenuItem, fixes #30
+- Changes from version 0.42.0:
+ * Wrapper:
+ + Fix returning ATK_STATE_COLLAPSED, fixes #25
+ + Fix crash in jni_CallStaticBooleanMethod, fixes #26
+ + Fix focus_notify_handler, fixes #27
+ + Fix mapping of AccessibleRole.HYPERLINK to LINK, fixes #28
+ + Fix announcing root in JTree, fixes #29
+ * Document the OpenJDK load situation
+
+-------------------------------------------------------------------
Old:
----
java-atk-wrapper-0.40.0.tar.xz
New:
----
java-atk-wrapper-0.44.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-atk-wrapper.spec ++++++
--- /var/tmp/diff_new_pack.tqkdtU/_old 2025-10-20 13:36:09.777366818 +0200
+++ /var/tmp/diff_new_pack.tqkdtU/_new 2025-10-20 13:36:09.781366988 +0200
@@ -1,7 +1,7 @@
#
# spec file for package java-atk-wrapper
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 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
@@ -16,7 +16,7 @@
#
-%global major_version 0.40
+%global major_version 0.44
Name: java-atk-wrapper
Version: %{major_version}.0
Release: 0
@@ -24,7 +24,7 @@
License: LGPL-2.0-or-later
Group: Development/Libraries/Java
URL: https://gitlab.gnome.org/GNOME/java-atk-wrapper/
-Source0:
https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{version}.tar.gz
Source1: HOWTO
Source2:
https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/autogen.sh
Patch0: jaw-dependencies.patch
@@ -34,6 +34,7 @@
BuildRequires: java-devel >= 9
BuildRequires: libtool
BuildRequires: pkgconfig
+BuildRequires: strip-nondeterminism
BuildRequires: xprop
BuildRequires: xz
BuildRequires: pkgconfig(atk) >= 2.14.0
@@ -45,7 +46,6 @@
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gthread-2.0)
-BuildRequires: strip-nondeterminism
Requires: java >= 1.8
Requires: xprop