Hello community, here is the log from the commit of package asm3 for openSUSE:Factory checked in at 2019-10-03 14:09:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/asm3 (Old) and /work/SRC/openSUSE:Factory/.asm3.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asm3" Thu Oct 3 14:09:59 2019 rev:6 rq:734749 version:3.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/asm3/asm3.changes 2019-02-06 14:06:56.846654415 +0100 +++ /work/SRC/openSUSE:Factory/.asm3.new.2352/asm3.changes 2019-10-03 14:10:03.396008145 +0200 @@ -1,0 +2,8 @@ +Thu Oct 3 07:25:36 UTC 2019 - Fridrich Strba <[email protected]> + +- No need to build with compat versions, since the newer asm + differs in artifact's groupId +- Remove all references to parent poms, since they are not useful + when not building the package with maven + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asm3.spec ++++++ --- /var/tmp/diff_new_pack.9Da7eq/_old 2019-10-03 14:10:04.624004986 +0200 +++ /var/tmp/diff_new_pack.9Da7eq/_new 2019-10-03 14:10:04.628004976 +0200 @@ -17,7 +17,6 @@ %define version_str 3_3_2 -%define compat_version 3.0,3.1,3.2,3.3,3.3.1,3.3.2 Name: asm3 Version: 3.3.2 Release: 0 @@ -114,23 +113,31 @@ # pom install -d -m 755 %{buildroot}%{_mavenpomdir}/%{name} -install -pm 644 output/dist/lib/asm-parent-%{version}.pom %{buildroot}%{_mavenpomdir}/%{name}/asm-parent.pom -%add_maven_depmap %{name}/asm-parent.pom -v %{compat_version} +rm -rf +%pom_remove_parent output/dist/lib/all/asm-all-%{version}.pom +%pom_xpath_inject pom:project " + <groupId>asm</groupId> + <version>3.3.2</version>" output/dist/lib/all/asm-all-%{version}.pom install -pm 644 output/dist/lib/all/asm-all-%{version}.pom %{buildroot}%{_mavenpomdir}/%{name}-all.pom -%add_maven_depmap %{name}-all.pom %{name}-all.jar -v %{compat_version} +%add_maven_depmap %{name}-all.pom %{name}-all.jar +%pom_remove_parent output/dist/lib/asm-%{version}.pom +%pom_xpath_inject pom:project " + <groupId>asm</groupId> + <version>3.3.2</version>" output/dist/lib/asm-%{version}.pom install -pm 644 output/dist/lib/asm-%{version}.pom %{buildroot}%{_mavenpomdir}/%{name}/asm.pom -%add_maven_depmap %{name}/asm.pom %{name}/asm.jar -v %{compat_version} +%add_maven_depmap %{name}/asm.pom %{name}/asm.jar for i in analysis commons tree util xml; do + %pom_remove_parent output/dist/lib/asm-$i-%{version}.pom + %pom_xpath_inject pom:project " + <groupId>asm</groupId> + <version>3.3.2</version>" output/dist/lib/asm-$i-%{version}.pom install -pm 644 output/dist/lib/asm-$i-%{version}.pom %{buildroot}%{_mavenpomdir}/%{name}/asm-$i.pom - %add_maven_depmap %{name}/asm-$i.pom %{name}/asm-$i.jar -v %{compat_version} + %add_maven_depmap %{name}/asm-$i.pom %{name}/asm-$i.jar done -(cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}.jar; do ln -s $(readlink ${jar}) ${jar/-%{version}/}; done) -(cd %{buildroot}%{_javadir} && for jar in *-%{version}.jar; do ln -sL $(readlink ${jar}) ${jar/-%{version}/}; done) - %files -f .mfiles %license LICENSE.txt %doc README.txt
