Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package akka for openSUSE:Factory checked in at 2022-03-21 20:13:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akka (Old) and /work/SRC/openSUSE:Factory/.akka.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akka" Mon Mar 21 20:13:12 2022 rev:5 rq:963725 version:2.3.16 Changes: -------- --- /work/SRC/openSUSE:Factory/akka/akka.changes 2021-04-21 21:00:05.438266666 +0200 +++ /work/SRC/openSUSE:Factory/.akka.new.25692/akka.changes 2022-03-21 20:13:31.300529277 +0100 @@ -1,0 +2,8 @@ +Mon Mar 21 14:37:53 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Build with java source and target levels 8 +- Removed patch: + * akka-2.3.0-encoding.patch + + the change is directly integrated in the akka-build.xml file + +------------------------------------------------------------------- Old: ---- akka-2.3.0-encoding.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akka.spec ++++++ --- /var/tmp/diff_new_pack.32CU1Z/_old 2022-03-21 20:13:32.088530037 +0100 +++ /var/tmp/diff_new_pack.32CU1Z/_new 2022-03-21 20:13:32.096530045 +0100 @@ -1,7 +1,7 @@ # # spec file for package akka # -# 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 @@ -39,11 +39,10 @@ Source8: https://repo1.maven.org/maven2/com/typesafe/akka/akka-remote_%{scala_short_version}/%{namedversion}/akka-remote_%{scala_short_version}-%{namedversion}.pom Source9: https://repo1.maven.org/maven2/com/typesafe/akka/akka-slf4j_%{scala_short_version}/%{namedversion}/akka-slf4j_%{scala_short_version}-%{namedversion}.pom Source10: https://repo1.maven.org/maven2/com/typesafe/akka/akka-transactor_%{scala_short_version}/%{namedversion}/akka-transactor_%{scala_short_version}-%{namedversion}.pom -Patch0: akka-2.3.0-encoding.patch Patch1: akka-2.3.0-typesafe-config-1.3.0.patch Patch2: akka-2.3.16-typesafe-config-1.4.1.patch BuildRequires: ant -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: mvn(com.google.protobuf:protobuf-java) @@ -59,7 +58,7 @@ BuildRequires: mvn(org.uncommons.maths:uncommons-maths) # requires for akka-remote BuildRequires: protobuf-devel -Requires: java-headless +Requires: java-headless >= 1.8 Requires: mvn(com.google.protobuf:protobuf-java) Requires: mvn(com.typesafe:config) Requires: mvn(io.netty:netty:3) @@ -88,7 +87,6 @@ cp -p %{SOURCE1} build.xml sed -i "s|@VERSION@|%{namedversion}|" build.xml -%patch0 -p1 %if %{?pkg_vcmp:%pkg_vcmp typesafe-config >= 1.3}%{!?pkg_vcmp:0} %patch1 -p1 %endif ++++++ akka-build.xml ++++++ --- /var/tmp/diff_new_pack.32CU1Z/_old 2022-03-21 20:13:32.204530149 +0100 +++ /var/tmp/diff_new_pack.32CU1Z/_new 2022-03-21 20:13:32.208530153 +0100 @@ -384,7 +384,7 @@ includes="**/*.java" debug="true" classpathref="@{buildclasspath}" - target="1.6" source="1.6"> + target="1.8" source="1.8" encoding="utf-8"> </javac> </sequential> </macrodef>