Hello community,

here is the log from the commit of package java-atk-wrapper for 
openSUSE:Factory checked in at 2018-01-03 13:39:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-atk-wrapper (Old)
 and      /work/SRC/openSUSE:Factory/.java-atk-wrapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-atk-wrapper"

Wed Jan  3 13:39:39 2018 rev:9 rq:561159 version:0.33.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-atk-wrapper/java-atk-wrapper.changes        
2017-11-08 15:15:57.045307215 +0100
+++ /work/SRC/openSUSE:Factory/.java-atk-wrapper.new/java-atk-wrapper.changes   
2018-01-03 13:39:41.680131923 +0100
@@ -1,0 +2,8 @@
+Tue Jan  2 17:35:32 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * jaw-javah.patch
+    + Do not search for javah, since it is not needed during the
+      build
+
+-------------------------------------------------------------------

New:
----
  jaw-javah.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ java-atk-wrapper.spec ++++++
--- /var/tmp/diff_new_pack.id5tDh/_old  2018-01-03 13:39:42.275933534 +0100
+++ /var/tmp/diff_new_pack.id5tDh/_new  2018-01-03 13:39:42.279932203 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package java-atk-wrapper
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,7 @@
 Patch1:         jaw-java_required.patch
 Patch2:         jaw-quotes.patch
 Patch3:         jaw-gdk.patch
+Patch4:         jaw-javah.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  java-devel >= 1.7
@@ -68,6 +69,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 cp %{SOURCE1} .
 cp %{SOURCE2} wrapper/
 cp %{SOURCE3} .

++++++ jaw-javah.patch ++++++
--- java-atk-wrapper-0.33.2/configure.ac        2018-01-02 18:30:15.178317330 
+0100
+++ java-atk-wrapper-0.33.2/configure.ac        2018-01-02 18:31:01.643499937 
+0100
@@ -90,12 +90,6 @@
 fi
 AC_SUBST(JAVAC)
 
-AC_PATH_PROG(JAVAH,javah,,${JAVA_PATH})
-if test -z "$JAVAH"; then
-  AC_MSG_ERROR([$JAVA_ERROR_MESSAGE])
-fi
-AC_SUBST(JAVAH)
-
 AC_SUBST(JAVACFLAGS)
 
 AC_PATH_PROG(JAR,jar,,${JAVA_PATH})

Reply via email to