Accepting request 1148240 from Java:Factory
rpm 4.20 compat OBS-URL: https://build.opensuse.org/request/show/1148240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-atk-wrapper?expand=0&rev=13
This commit is contained in:
commit
dd870d3f6c
BIN
java-atk-wrapper-0.38.0.tar.xz
(Stored with Git LFS)
BIN
java-atk-wrapper-0.38.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
java-atk-wrapper-0.40.0.tar.xz
Normal file
3
java-atk-wrapper-0.40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5159ca1cf50a03b09aaec1ccd427aa3a412ea7aea7845a9f6912832c582f8b2d
|
||||
size 318116
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 15:44:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- 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 <fstrba@suse.com>
|
||||
|
||||
- Update to 0.40.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 19:21:06 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
@ -18,7 +31,7 @@ Fri Dec 11 08:36:20 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 08:08:22 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to 3.38.0
|
||||
- Update to 0.38.0
|
||||
* Build:
|
||||
+ Fix 32bit build
|
||||
+ Distribute manifest.txt
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user