Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jwordsplitter for openSUSE:Factory checked in at 2023-10-26 17:14:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jwordsplitter (Old) and /work/SRC/openSUSE:Factory/.jwordsplitter.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jwordsplitter" Thu Oct 26 17:14:33 2023 rev:3 rq:1120448 version:4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/jwordsplitter/jwordsplitter.changes 2023-09-20 13:32:39.982118836 +0200 +++ /work/SRC/openSUSE:Factory/.jwordsplitter.new.24901/jwordsplitter.changes 2023-10-26 17:15:42.731118570 +0200 @@ -1,0 +2,5 @@ +Thu Oct 26 06:15:10 UTC 2023 - Fridrich Strba <[email protected]> + +- Build with source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jwordsplitter.spec ++++++ --- /var/tmp/diff_new_pack.An1XGa/_old 2023-10-26 17:15:46.515257549 +0200 +++ /var/tmp/diff_new_pack.An1XGa/_new 2023-10-26 17:15:46.515257549 +0200 @@ -24,6 +24,7 @@ URL: https://github.com/danielnaber/%{name} Source0: https://github.com/danielnaber/%{name}/archive/v%{version}.tar.gz BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 BuildRequires: maven-local BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) BuildArch: noarch @@ -47,12 +48,15 @@ %pom_remove_plugin :maven-javadoc-plugin %pom_remove_plugin :maven-source-plugin +%pom_xpath_set "pom:plugin[pom:artifactId[text()='maven-compiler-plugin']]/pom:configuration/pom:source" "1.8" +%pom_xpath_set "pom:plugin[pom:artifactId[text()='maven-compiler-plugin']]/pom:configuration/pom:target" "1.8" + rm -f \ src/main/resources/de/danielnaber/jwordsplitter/wordsGerman.ser \ src/main/resources/de/danielnaber/jwordsplitter/all-words.txt %build -%{mvn_build} -f -- -Dsource=7 +%{mvn_build} -f -- -Dsource=8 # Generate the wordsGerman.ser file grep -v -f src/main/resources/de/danielnaber/jwordsplitter/removals.txt \ src/main/resources/de/danielnaber/jwordsplitter/languagetool-dict.txt | cat - \
