Hello community,

here is the log from the commit of package java-atk-wrapper for 
openSUSE:Factory checked in at 2020-12-18 19:59:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-atk-wrapper (Old)
 and      /work/SRC/openSUSE:Factory/.java-atk-wrapper.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-atk-wrapper"

Fri Dec 18 19:59:43 2020 rev:11 rq:856839 version:0.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-atk-wrapper/java-atk-wrapper.changes        
2020-12-08 13:26:03.902774065 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-atk-wrapper.new.5145/java-atk-wrapper.changes  
    2020-12-18 20:00:11.526114016 +0100
@@ -1,0 +2,7 @@
+Fri Dec 11 08:36:20 UTC 2020 - Fridrich Strba <fst...@suse.com>
+
+- Do not build as modular jar, since it is only used by Java 8
+- Force building with Java 8 in order to avoid incompatible classes
+  merged into our different modular Javas.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ java-atk-wrapper.spec ++++++
--- /var/tmp/diff_new_pack.UBurqh/_old  2020-12-18 20:00:12.298114841 +0100
+++ /var/tmp/diff_new_pack.UBurqh/_new  2020-12-18 20:00:12.302114845 +0100
@@ -29,7 +29,7 @@
 Source2:        
https://gitlab.gnome.org/GNOME/%{name}/-/raw/%{version}/autogen.sh
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  java-devel >= 1.7
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xprop
@@ -43,7 +43,8 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
-Requires:       java >= 1.7
+BuildConflicts: java-devel >= 9
+Requires:       java >= 1.8
 Requires:       xprop
 
 %description
@@ -64,8 +65,8 @@
 %build
 chmod +x autogen.sh
 ./autogen.sh
-%configure --libdir=%{_libdir}/%{name}
-make %{?_smp_mflags}
+%configure --libdir=%{_libdir}/%{name} --disable-modular-jar 
JAVACFLAGS="-source 8 -target 8"
+make %{?_smp_mflags} -j1
 
 %install
 make -C jni install DESTDIR=%{buildroot}
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to