17
0

2 Commits

Author SHA256 Message Date
56fa956619 Accepting request 1312232 from Java:Factory
0.44

OBS-URL: https://build.opensuse.org/request/show/1312232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-atk-wrapper?expand=0&rev=15
2025-10-20 11:35:46 +00:00
de174b795c - 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

OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-atk-wrapper?expand=0&rev=44
2025-10-19 14:19:20 +00:00
4 changed files with 31 additions and 7 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93d304831660972d5f5b8081c361be80283defe248924ef6c90db90e972ebb44
size 521623

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Oct 19 10:44:51 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- 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
-------------------------------------------------------------------
Thu Dec 12 15:59:47 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@@ -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 @@ Summary: Java ATK Wrapper
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: automake
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(glib-2.0) >= 2.32.0
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