Hello community, here is the log from the commit of package java-10-openjdk for openSUSE:Factory checked in at 2018-11-06 15:23:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/java-10-openjdk (Old) and /work/SRC/openSUSE:Factory/.java-10-openjdk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-10-openjdk" Tue Nov 6 15:23:57 2018 rev:22 rq:645611 version:10.0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/java-10-openjdk/java-10-openjdk.changes 2018-07-28 12:36:55.340024733 +0200 +++ /work/SRC/openSUSE:Factory/.java-10-openjdk.new/java-10-openjdk.changes 2018-11-06 15:24:00.652645718 +0100 @@ -1,0 +2,5 @@ +Thu Oct 25 19:32:05 UTC 2018 - Antoine Belvire <[email protected]> + +- Remove hardcoded Java version in jconsole desktop file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ java-10-openjdk.spec ++++++ --- /var/tmp/diff_new_pack.BMhYuv/_old 2018-11-06 15:24:03.540641540 +0100 +++ /var/tmp/diff_new_pack.BMhYuv/_new 2018-11-06 15:24:03.548641528 +0100 @@ -486,10 +486,10 @@ %endif # Prepare desktop files -for file in %{SOURCE11} %{SOURCE12} ; do +for file in %{SOURCE11} ; do OUTPUT_FILE=`basename $file | sed -e s:\.in$::g` sed -e s:@JAVA_HOME@:%{_jvmdir}/%{sdkdir}:g $file > $OUTPUT_FILE - sed -i -e s:@VERSION@:%{javaver}.%{_arch}:g $OUTPUT_FILE + sed -i -e s:@VERSION@:%{javaver}:g $OUTPUT_FILE done %build ++++++ jconsole.desktop.in ++++++ --- /var/tmp/diff_new_pack.BMhYuv/_old 2018-11-06 15:24:03.696641314 +0100 +++ /var/tmp/diff_new_pack.BMhYuv/_new 2018-11-06 15:24:03.696641314 +0100 @@ -1,7 +1,7 @@ [Desktop Entry] -Name=OpenJDK 8 Monitoring & Management Console +Name=OpenJDK @VERSION@ Monitoring & Management Console GenericName=OpenJDK Monitoring & Management Console -Comment=Monitor and manage OpenJDK applications for @VERSION@ +Comment=Monitor and manage OpenJDK applications Exec=@JAVA_HOME@/bin/jconsole Icon=java Terminal=false
