Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package matthewlib-java for openSUSE:Factory
checked in at 2022-03-21 20:12:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matthewlib-java (Old)
and /work/SRC/openSUSE:Factory/.matthewlib-java.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matthewlib-java"
Mon Mar 21 20:12:56 2022 rev:18 rq:963698 version:0.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/matthewlib-java/matthewlib-java.changes
2017-12-23 12:21:39.261240793 +0100
+++
/work/SRC/openSUSE:Factory/.matthewlib-java.new.25692/matthewlib-java.changes
2022-03-21 20:13:10.088508744 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 12:20:43 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ matthewlib-java.spec ++++++
--- /var/tmp/diff_new_pack.1Lv6Gs/_old 2022-03-21 20:13:10.732509388 +0100
+++ /var/tmp/diff_new_pack.1Lv6Gs/_new 2022-03-21 20:13:10.732509388 +0100
@@ -1,7 +1,7 @@
#
# spec file for package matthewlib-java
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,11 @@
# 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/
#
%define orig_name libmatthew-java
-
Name: matthewlib-java
Version: 0.8
Release: 0
@@ -35,12 +34,11 @@
Patch0: install_doc.patch
Patch1: classpath_fix.patch
Patch2: libmatthew-java-0.8-jdk10.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-tools
+Requires: java >= 1.8
Requires: javapackages-tools
-Requires: jre >= 1.5.0
Provides: %{orig_name}
%description
@@ -90,31 +88,26 @@
CFLAGS='%{optflags} -fpic -std=c99' \
LIBDIR='%{_libdir}' \
LD='gcc' \
- JCFLAGS='-target 1.6 -source 1.6'
+ JCFLAGS='-target 1.8 -source 1.8'
%install
make install \
- DESTDIR=$RPM_BUILD_ROOT \
+ DESTDIR=%{buildroot} \
JARDIR=%{_javadir} \
LIBDIR=%{_libdir}/ \
DOCDIR=%{_javadocdir}/%{name}-%{version}
-%fdupes -s $RPM_BUILD_ROOT/
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%fdupes -s %{buildroot}/
%post -p /sbin/ldconfig
-
%postun -p /sbin/ldconfig
%files
-%defattr(-,root,root,-)
%{_javadir}/*jar
%{_libdir}/lib*.so*
-%doc COPYING README
+%license COPYING
+%doc README
%files javadoc
-%defattr(-,root,root,-)
%{_javadocdir}/%{name}-%{version}
%changelog