Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jnr-ffi for openSUSE:Factory checked in at 2022-03-21 20:12:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jnr-ffi (Old) and /work/SRC/openSUSE:Factory/.jnr-ffi.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jnr-ffi" Mon Mar 21 20:12:45 2022 rev:4 rq:963668 version:2.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/jnr-ffi/jnr-ffi.changes 2021-07-28 19:21:04.767553705 +0200 +++ /work/SRC/openSUSE:Factory/.jnr-ffi.new.25692/jnr-ffi.changes 2022-03-21 20:13:02.608501272 +0100 @@ -1,0 +2,5 @@ +Mon Mar 21 11:43:04 UTC 2022 - Fridrich Strba <[email protected]> + +- Fix build with maven-antrun-pluging >= 3.0.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jnr-ffi.spec ++++++ --- /var/tmp/diff_new_pack.nUiXue/_old 2022-03-21 20:13:03.152501816 +0100 +++ /var/tmp/diff_new_pack.nUiXue/_new 2022-03-21 20:13:03.160501823 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -55,6 +55,11 @@ %prep %setup -q -n %{name}-%{name}-%{version} + +%if %{?pkg_vcmp:%pkg_vcmp maven-antrun-plugin >= 3}%{!?pkg_vcmp:0} +sed -i -e 's#tasks\>#target\>#g' pom.xml +%endif + %{mvn_file} : %{cluster}/%{name} # remove all builtin jars
