Hello community,
here is the log from the commit of package hawtjni-runtime for openSUSE:Factory
checked in at 2019-04-11 12:19:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hawtjni-runtime (Old)
and /work/SRC/openSUSE:Factory/.hawtjni-runtime.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hawtjni-runtime"
Thu Apr 11 12:19:22 2019 rev:2 rq:693095 version:1.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/hawtjni-runtime/hawtjni-runtime.changes
2019-02-24 17:12:55.492477010 +0100
+++
/work/SRC/openSUSE:Factory/.hawtjni-runtime.new.27019/hawtjni-runtime.changes
2019-04-11 12:19:24.688995675 +0200
@@ -1,0 +2,6 @@
+Tue Apr 9 15:39:28 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Remove reference to the parent pom since we are not building
+ using Maven.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hawtjni-runtime.spec ++++++
--- /var/tmp/diff_new_pack.OEURpQ/_old 2019-04-11 12:19:25.484996015 +0200
+++ /var/tmp/diff_new_pack.OEURpQ/_new 2019-04-11 12:19:25.488996017 +0200
@@ -30,12 +30,10 @@
Source0:
https://github.com/fusesource/hawtjni/archive/%{commit}/hawtjni-%{commit}.tar.gz
BuildRequires: apache-commons-cli
BuildRequires: fdupes
-BuildRequires: fusesource-pom
BuildRequires: java-devel
BuildRequires: javapackages-local
BuildRequires: objectweb-asm >= 5
BuildRequires: xbean
-Requires: fusesource-pom
%description
This package provides API that projects using HawtJNI should build
@@ -73,6 +71,8 @@
%pom_remove_plugin -r :maven-shade-plugin
%pom_remove_plugin -r :maven-eclipse-plugin
+%pom_remove_parent .
+
%build
mkdir -p hawtjni-runtime/build/classes
javac -d hawtjni-runtime/build/classes -source 6 -target 6 \