Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package check-a11y for openSUSE:Factory 
checked in at 2024-06-20 16:48:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/check-a11y (Old)
 and      /work/SRC/openSUSE:Factory/.check-a11y.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "check-a11y"

Thu Jun 20 16:48:36 2024 rev:2 rq:1181889 version:0+1695734895.5fd723d

Changes:
--------
--- /work/SRC/openSUSE:Factory/check-a11y/check-a11y.changes    2024-04-30 
17:28:08.203866184 +0200
+++ /work/SRC/openSUSE:Factory/.check-a11y.new.18349/check-a11y.changes 
2024-06-20 16:49:13.597907250 +0200
@@ -1,0 +2,8 @@
+Thu Jun 20 08:42:02 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * check-a11y-java8.patch
+    + build with source/target 1.8 to allow building with any java
+      version from 8 to 21 
+
+-------------------------------------------------------------------

New:
----
  check-a11y-java8.patch

BETA DEBUG BEGIN:
  New:- Added patch:
  * check-a11y-java8.patch
    + build with source/target 1.8 to allow building with any java
BETA DEBUG END:

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

Other differences:
------------------
++++++ check-a11y.spec ++++++
--- /var/tmp/diff_new_pack.d931qe/_old  2024-06-20 16:49:14.253930323 +0200
+++ /var/tmp/diff_new_pack.d931qe/_new  2024-06-20 16:49:14.257930464 +0200
@@ -30,6 +30,7 @@
 Source:         %{name}-%{version}.tar.gz
 Patch0:         Fix-qt6.patch
 Patch1:         Intall-target.patch
+Patch2:         %{name}-java8.patch
 BuildRequires:  at-spi2-atk-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  gtk-sharp2
@@ -37,7 +38,7 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  gtk4-devel
-BuildRequires:  java-17-openjdk-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  pkgconfig
 BuildRequires:  qt6-base-devel
@@ -55,7 +56,6 @@
 %build
 CXX=g++%{?gcc_suffix} %make_build
 
-
 %install
 CXX=g++%{?gcc_suffix} %make_install
 mkdir -p %{buildroot}%{_bindir}

++++++ check-a11y-java8.patch ++++++
--- a/Makefile  2024-06-20 10:37:39.833503714 +0200
+++ b/Makefile  2024-06-20 10:38:20.093786533 +0200
@@ -225,7 +225,7 @@
 endif
 
 %.class: %.java
-       javac -source 1.7 -target 1.7 $<
+       javac -source 1.8 -target 1.8 $<
 
 ifneq (,$(wildcard /usr/lib/jvm/java-7-openjdk-amd64/bin/java))
 JAVA7=Y

Reply via email to