Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package oro for openSUSE:Factory checked in at 2022-03-28 16:59:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oro (Old) and /work/SRC/openSUSE:Factory/.oro.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oro" Mon Mar 28 16:59:24 2022 rev:21 rq:963168 version:2.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/oro/oro.changes 2019-02-27 15:04:16.338480026 +0100 +++ /work/SRC/openSUSE:Factory/.oro.new.1900/oro.changes 2022-03-28 16:59:58.920922167 +0200 @@ -1,0 +2,5 @@ +Sat Mar 19 12:44:52 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with source/target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oro.spec ++++++ --- /var/tmp/diff_new_pack.nHQSyh/_old 2022-03-28 16:59:59.324922716 +0200 +++ /var/tmp/diff_new_pack.nHQSyh/_new 2022-03-28 16:59:59.344922743 +0200 @@ -1,7 +1,7 @@ # # spec file for package oro # -# Copyright (c) 2019 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 @@ -23,11 +23,12 @@ Summary: Full regular expressions API License: Apache-2.0 Group: Development/Libraries/Java -Url: http://jakarta.apache.org/oro/ -Source0: http://archive.apache.org/dist/jakarta/oro/%{full_name}-%{version}.tar.gz -Source1: http://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom +URL: https://jakarta.apache.org/oro/ +Source0: https://archive.apache.org/dist/jakarta/oro/%{full_name}-%{version}.tar.gz +Source1: https://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom BuildRequires: ant BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: xml-commons-apis Provides: %{full_name} = %{version}-%{release} @@ -60,9 +61,11 @@ for dir in `find . -type d -name CVS`; do rm -rf $dir; done for file in `find . -type f -name .cvsignore`; do rm -rf $file; done +perl -pi -e 's#\@version\@#VERSION#g' $(grep -rl \@version\@ . |xargs) + %build -ant \ - -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \ +%ant \ + -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \ -Dfinal.name=%{name} jar javadocs %install
