diff --git a/java-atk-wrapper-0.38.0.tar.xz b/java-atk-wrapper-0.38.0.tar.xz deleted file mode 100644 index 8e9ff82..0000000 --- a/java-atk-wrapper-0.38.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb5ba13d5bc3a1acbbedcf5522548338cb42a232fcbf3e8f3d5cfe011e17e668 -size 311024 diff --git a/java-atk-wrapper-0.40.0.tar.xz b/java-atk-wrapper-0.40.0.tar.xz new file mode 100644 index 0000000..210f2c4 --- /dev/null +++ b/java-atk-wrapper-0.40.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5159ca1cf50a03b09aaec1ccd427aa3a412ea7aea7845a9f6912832c582f8b2d +size 318116 diff --git a/java-atk-wrapper.changes b/java-atk-wrapper.changes index 2821b26..0f998cf 100644 --- a/java-atk-wrapper.changes +++ b/java-atk-wrapper.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 20 15:44:04 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + * Wrapper: + + Make collapsed java state mapped to ATK_STATE_COLLAPSED + + Also use dbus to detect accessibility being enabled + +------------------------------------------------------------------- +Fri Feb 17 21:59:08 UTC 2023 - Fridrich Strba + +- Update to 0.40.0 + ------------------------------------------------------------------- Mon Mar 7 19:21:06 UTC 2022 - Fridrich Strba @@ -18,7 +31,7 @@ Fri Dec 11 08:36:20 UTC 2020 - Fridrich Strba ------------------------------------------------------------------- Mon Nov 9 08:08:22 UTC 2020 - Fridrich Strba -- Update to 3.38.0 +- Update to 0.38.0 * Build: + Fix 32bit build + Distribute manifest.txt diff --git a/java-atk-wrapper.spec b/java-atk-wrapper.spec index f9bd408..ca129d8 100644 --- a/java-atk-wrapper.spec +++ b/java-atk-wrapper.spec @@ -1,7 +1,7 @@ # # spec file for package java-atk-wrapper # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # 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.38 +%global major_version 0.40 Name: java-atk-wrapper Version: %{major_version}.0 Release: 0 @@ -29,8 +29,9 @@ Source1: HOWTO Source2: https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/autogen.sh Patch0: jaw-dependencies.patch BuildRequires: autoconf +BuildRequires: autoconf-archive BuildRequires: automake -BuildRequires: java-devel >= 1.8 +BuildRequires: java-devel >= 9 BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: xprop @@ -59,13 +60,13 @@ change of underlying communication mechanism. %prep %setup -q -%patch0 -p1 +%patch -P 0 -p1 cp %{SOURCE1} %{SOURCE2} . %build chmod +x autogen.sh ./autogen.sh -%configure --libdir=%{_libdir}/%{name} --disable-modular-jar +%configure --libdir=%{_libdir}/%{name} --enable-modular-jar make %{?_smp_mflags} %install