Hello community,
here is the log from the commit of package hawtjni-runtime for openSUSE:Factory
checked in at 2019-09-30 16:01:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hawtjni-runtime (Old)
and /work/SRC/openSUSE:Factory/.hawtjni-runtime.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hawtjni-runtime"
Mon Sep 30 16:01:50 2019 rev:3 rq:734010 version:1.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/hawtjni-runtime/hawtjni-runtime.changes
2019-04-11 12:19:24.688995675 +0200
+++
/work/SRC/openSUSE:Factory/.hawtjni-runtime.new.2352/hawtjni-runtime.changes
2019-09-30 16:01:59.628802286 +0200
@@ -1,0 +2,7 @@
+Mon Sep 30 07:45:12 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Remove references to the parent pom from all artifacts and
+ don't distribute any parent artifact, since we don't build
+ this with maven, so the parent artifacts are pointless
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hawtjni-runtime.spec ++++++
--- /var/tmp/diff_new_pack.LmSUty/_old 2019-09-30 16:02:00.228800689 +0200
+++ /var/tmp/diff_new_pack.LmSUty/_new 2019-09-30 16:02:00.232800678 +0200
@@ -71,7 +71,12 @@
%pom_remove_plugin -r :maven-shade-plugin
%pom_remove_plugin -r :maven-eclipse-plugin
-%pom_remove_parent .
+for mod in runtime generator; do
+ %pom_remove_parent hawtjni-${mod}
+ %pom_xpath_inject pom:project "
+ <groupId>org.fusesource.hawtjni</groupId>
+ <version>%{version}</version>" hawtjni-${mod}
+done
%build
mkdir -p hawtjni-runtime/build/classes
@@ -100,10 +105,8 @@
# poms
install -dm 755 %{buildroot}%{_mavenpomdir}/hawtjni
-install -m 0644 pom.xml %{buildroot}%{_mavenpomdir}/hawtjni/hawtjni-project.pom
install -m 0644 hawtjni-runtime/pom.xml
%{buildroot}%{_mavenpomdir}/hawtjni/hawtjni-runtime.pom
install -m 0644 hawtjni-generator/pom.xml
%{buildroot}%{_mavenpomdir}/hawtjni/hawtjni-generator.pom
-%add_maven_depmap hawtjni/hawtjni-project.pom
%add_maven_depmap hawtjni/hawtjni-generator.pom hawtjni/hawtjni-generator.jar
-f generator
%add_maven_depmap hawtjni/hawtjni-runtime.pom hawtjni/hawtjni-runtime.jar