Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 56fa956619 | |||
| de174b795c |
BIN
java-atk-wrapper-0.40.0.tar.xz
LFS
BIN
java-atk-wrapper-0.40.0.tar.xz
LFS
Binary file not shown.
3
java-atk-wrapper-0.44.0.tar.gz
Normal file
3
java-atk-wrapper-0.44.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:93d304831660972d5f5b8081c361be80283defe248924ef6c90db90e972ebb44
|
||||||
|
size 521623
|
||||||
@@ -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>
|
Thu Dec 12 15:59:47 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package java-atk-wrapper
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: java-atk-wrapper
|
||||||
Version: %{major_version}.0
|
Version: %{major_version}.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -24,7 +24,7 @@ Summary: Java ATK Wrapper
|
|||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: https://gitlab.gnome.org/GNOME/java-atk-wrapper/
|
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
|
Source1: HOWTO
|
||||||
Source2: https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/autogen.sh
|
Source2: https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/autogen.sh
|
||||||
Patch0: jaw-dependencies.patch
|
Patch0: jaw-dependencies.patch
|
||||||
@@ -34,6 +34,7 @@ BuildRequires: automake
|
|||||||
BuildRequires: java-devel >= 9
|
BuildRequires: java-devel >= 9
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: strip-nondeterminism
|
||||||
BuildRequires: xprop
|
BuildRequires: xprop
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(atk) >= 2.14.0
|
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-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: strip-nondeterminism
|
|
||||||
Requires: java >= 1.8
|
Requires: java >= 1.8
|
||||||
Requires: xprop
|
Requires: xprop
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user