Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package felix-utils for openSUSE:Factory checked in at 2023-10-26 17:14:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/felix-utils (Old) and /work/SRC/openSUSE:Factory/.felix-utils.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "felix-utils" Thu Oct 26 17:14:47 2023 rev:4 rq:1120328 version:1.11.4 Changes: -------- --- /work/SRC/openSUSE:Factory/felix-utils/felix-utils.changes 2020-04-01 19:19:13.111554877 +0200 +++ /work/SRC/openSUSE:Factory/.felix-utils.new.24901/felix-utils.changes 2023-10-26 17:15:54.235541089 +0200 @@ -1,0 +2,5 @@ +Wed Oct 25 15:11:28 UTC 2023 - Fridrich Strba <[email protected]> + +- Build with source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ felix-utils.spec ++++++ --- /var/tmp/diff_new_pack.2YhUaW/_old 2023-10-26 17:15:54.807562098 +0200 +++ /var/tmp/diff_new_pack.2YhUaW/_new 2023-10-26 17:15:54.807562098 +0200 @@ -1,7 +1,7 @@ # # spec file for package felix-utils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,8 @@ Patch0: 0000-Port-to-osgi-cmpn.patch BuildRequires: ant BuildRequires: fdupes -BuildRequires: javapackages-local +BuildRequires: java-devel >= 1.8 +BuildRequires: javapackages-local >= 6 BuildRequires: osgi-compendium BuildRequires: osgi-core BuildArch: noarch @@ -60,11 +61,6 @@ build-jar-repository -s lib junit hamcrest/core mockito %endif -%pom_remove_plugin :apache-rat-plugin - -%pom_remove_parent . -%pom_xpath_inject "pom:project" "<groupId>org.apache.felix</groupId>" . - %build %{ant} \ %if %{without tests} @@ -78,7 +74,7 @@ install -pm 0644 target/%{bundle}-%{version}.jar %{buildroot}%{_javadir}/felix/%{bundle}.jar # pom install -dm 0755 %{buildroot}%{_mavenpomdir}/felix -install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/felix/%{bundle}.pom +%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/felix/%{bundle}.pom %add_maven_depmap felix/%{bundle}.pom felix/%{bundle}.jar # javadoc install -dm 0755 %{buildroot}%{_javadocdir}/%{name} ++++++ felix-utils-build.xml ++++++ --- /var/tmp/diff_new_pack.2YhUaW/_old 2023-10-26 17:15:54.843563420 +0200 +++ /var/tmp/diff_new_pack.2YhUaW/_new 2023-10-26 17:15:54.843563420 +0200 @@ -25,7 +25,8 @@ <property name="test.reports" value="${build.dir}/test-reports"/> <property name="reporting.outputDirectory" value="${build.dir}/site"/> - <property name="compiler.source" value="1.7"/> + <property name="compiler.release" value="8"/> + <property name="compiler.source" value="1.${compiler.release}"/> <property name="compiler.target" value="${compiler.source}"/> <!-- ====================================================================== --> @@ -65,6 +66,7 @@ debug="true" optimize="false" deprecation="true" + release="${compiler.release}" target="${compiler.target}" verbose="false" fork="false"
