Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package joda-convert for openSUSE:Factory checked in at 2021-05-12 19:32:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/joda-convert (Old) and /work/SRC/openSUSE:Factory/.joda-convert.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "joda-convert" Wed May 12 19:32:11 2021 rev:2 rq:892407 version:1.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/joda-convert/joda-convert.changes 2019-02-08 12:13:53.825458171 +0100 +++ /work/SRC/openSUSE:Factory/.joda-convert.new.2988/joda-convert.changes 2021-05-12 19:32:45.106913075 +0200 @@ -1,0 +2,5 @@ +Tue May 11 12:57:20 UTC 2021 - Fridrich Strba <fst...@suse.com> + +- Do not use the legacy guava20 any more + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ joda-convert.spec ++++++ --- /var/tmp/diff_new_pack.s38Xh4/_old 2021-05-12 19:32:45.630910981 +0200 +++ /var/tmp/diff_new_pack.s38Xh4/_new 2021-05-12 19:32:45.630910981 +0200 @@ -1,7 +1,7 @@ # # spec file for package joda-convert # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ BuildRequires: ant BuildRequires: dos2unix BuildRequires: fdupes -BuildRequires: guava20 +BuildRequires: guava BuildRequires: javapackages-local BuildArch: noarch @@ -53,7 +53,7 @@ %build %{ant} \ - -Dguava20.jar=%{_javadir}/guava20/guava-20.0.jar \ + -Dguava.jar=%{_javadir}/guava/guava.jar \ clean jar javadoc %install ++++++ joda-convert-build.xml ++++++ --- /var/tmp/diff_new_pack.s38Xh4/_old 2021-05-12 19:32:45.662910853 +0200 +++ /var/tmp/diff_new_pack.s38Xh4/_new 2021-05-12 19:32:45.662910853 +0200 @@ -30,14 +30,14 @@ <property name="compiler.source" value="1.6"/> <property name="compiler.target" value="${compiler.source}"/> - <property name="guava20.jar" value="lib/guava20.jar"/> + <property name="guava.jar" value="lib/guava.jar"/> <!-- ====================================================================== --> <!-- Defining classpaths --> <!-- ====================================================================== --> <path id="build.classpath"> - <pathelement location="${guava20.jar}"/> + <pathelement location="${guava.jar}"/> </path> <!-- ====================================================================== -->