Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fontweak for openSUSE:Factory 
checked in at 2023-11-01 22:10:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fontweak (Old)
 and      /work/SRC/openSUSE:Factory/.fontweak.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fontweak"

Wed Nov  1 22:10:08 2023 rev:3 rq:1121520 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/fontweak/fontweak.changes        2016-10-23 
12:53:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fontweak.new.17445/fontweak.changes     
2023-11-01 22:10:52.625660300 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 23:11:27 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Fix build with JDK21: use source/target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fontweak.spec ++++++
--- /var/tmp/diff_new_pack.VlxgSV/_old  2023-11-01 22:10:53.105678082 +0100
+++ /var/tmp/diff_new_pack.VlxgSV/_new  2023-11-01 22:10:53.109678231 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fontweak
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,13 +20,13 @@
 Version:        1.3.1
 Release:        0
 Summary:        GUI front-end of fontconfig
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/X11/Utilities
-Url:            https://github.com/guoyunhe/fontweak
+URL:            https://github.com/guoyunhe/fontweak
 Source:         %{name}-%{version}.tar.gz
 BuildRequires:  ant
-BuildRequires:  java-devel >= 1.7.0
-Requires:       java >= 1.7.0
+BuildRequires:  java-devel >= 1.8
+Requires:       java >= 1.8
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -43,7 +43,7 @@
 %setup -q
 
 %build
-%{ant} jar
+%{ant} -Djavac.source=1.8 -Djavac.target=1.8 jar
 
 %install
 # jars

Reply via email to