Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jvyamlb for openSUSE:Factory checked 
in at 2022-03-23 20:18:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jvyamlb (Old)
 and      /work/SRC/openSUSE:Factory/.jvyamlb.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jvyamlb"

Wed Mar 23 20:18:04 2022 rev:13 rq:964125 version:0.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/jvyamlb/jvyamlb.changes  2017-09-20 
17:11:48.648989033 +0200
+++ /work/SRC/openSUSE:Factory/.jvyamlb.new.25692/jvyamlb.changes       
2022-03-23 20:20:06.626521555 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 04:34:59 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build with java source and target levels 1.8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jvyamlb.spec ++++++
--- /var/tmp/diff_new_pack.2xFecG/_old  2022-03-23 20:20:07.254521910 +0100
+++ /var/tmp/diff_new_pack.2xFecG/_new  2022-03-23 20:20:07.262521915 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jvyamlb
 #
-# 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,48 +12,40 @@
 # 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/
 #
 
 
 %global git_commit e0fdedc
 %global cluster olabini
-
 # Prevent brp-java-repack-jars from being run.
 %define __jar_repack %{nil}
-
 Name:           jvyamlb
 Version:        0.2.5
 Release:        0
 Summary:        YAML processor for JRuby
 License:        MIT
 Group:          Development/Libraries/Java
-
-Url:            http://github.com/%{cluster}/%{name}
+URL:            http://github.com/%{cluster}/%{name}
 Source0:        
%{url}/tarball/%{version}/%{cluster}-%{name}-%{git_commit}.tar.gz
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
-
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  bytelist
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  jcodings
 BuildRequires:  joda-time
 BuildRequires:  junit
-
 Requires:       bytelist
-Requires:       java
+Requires:       java >= 1.8
 Requires:       javapackages-tools
 Requires:       jcodings
 Requires:       joda-time
+BuildArch:      noarch
 
 %description
 YAML processor extracted from JRuby.
 
-
 %prep
 %setup -q -n %{cluster}-%{name}-%{git_commit}
 
@@ -63,26 +55,23 @@
 build-jar-repository -s -p lib joda-time bytelist jcodings
 
 %build
-%ant -Djavac.version=1.6
+%{ant} -Djavac.version=1.8
 
 %install
-%__rm -rf %{buildroot}
-%__mkdir_p %{buildroot}%{_javadir}
+mkdir -p %{buildroot}%{_javadir}
 
-%__cp -p lib/%{name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
+cp -p lib/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
 pushd %{buildroot}%{_javadir}/
-  %__ln_s %{name}-%{version}.jar %{name}.jar
+  ln -s %{name}-%{version}.jar %{name}.jar
 popd
 
 %check
-%ant test
-
-%clean
-%__rm -rf %{buildroot}
+%{ant} test
 
 %files
 %defattr(644,root,root,755)
 %{_javadir}/*
-%doc LICENSE README CREDITS
+%license LICENSE
+%doc README CREDITS
 
 %changelog

Reply via email to