Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openjfx8 for openSUSE:Factory 
checked in at 2021-07-28 19:20:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openjfx8 (Old)
 and      /work/SRC/openSUSE:Factory/.openjfx8.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openjfx8"

Wed Jul 28 19:20:06 2021 rev:5 rq:908812 version:8.0.202

Changes:
--------
--- /work/SRC/openSUSE:Factory/openjfx8/openjfx8.changes        2021-06-09 
21:53:18.362582109 +0200
+++ /work/SRC/openSUSE:Factory/.openjfx8.new.1899/openjfx8.changes      
2021-07-28 19:21:06.683551191 +0200
@@ -1,0 +2,7 @@
+Wed Jul 28 07:48:55 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Modified patch:
+  * 0003-fix-cast-between-incompatible-function-types.patch
+    + avoid warning-errors with unused variables
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openjfx8.spec ++++++
--- /var/tmp/diff_new_pack.d3itiH/_old  2021-07-28 19:21:07.595549995 +0200
+++ /var/tmp/diff_new_pack.d3itiH/_new  2021-07-28 19:21:07.599549990 +0200
@@ -214,7 +214,7 @@
 cp -a %{_sourcedir}/build-sources.xml .
 
 %build
-%{mvn_build} -f -- -Dbuild.java.arch=%{archinstall}
+%{mvn_build} -f -- -Dbuild.java.arch=%{archinstall} 
-Dproject.build.sourceEncoding=UTF-8
 
 ant -f build-sources.xml
 

++++++ 0003-fix-cast-between-incompatible-function-types.patch ++++++
--- /var/tmp/diff_new_pack.d3itiH/_old  2021-07-28 19:21:07.643549932 +0200
+++ /var/tmp/diff_new_pack.d3itiH/_new  2021-07-28 19:21:07.643549932 +0200
@@ -17,7 +17,7 @@
  }
  
 -static gboolean dnd_finish_callback() {
-+static gboolean dnd_finish_callback(gpointer data) {
++static gboolean dnd_finish_callback(gpointer) {
      if (dnd_window) {
          dnd_set_performed_action(
                  translate_gdk_action_to_glass(
@@ -25,7 +25,7 @@
      return offset_set;
  }
  
-+static void on_pixbuf_destroy_notify(guchar *pixels, gpointer data) {
++static void on_pixbuf_destroy_notify(guchar *pixels, gpointer) {
 +      g_free(pixels);
 +}
 +

Reply via email to