Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2019-09-09 12:36:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmorph (Old)
 and      /work/SRC/openSUSE:Factory/.xmorph.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmorph"

Mon Sep  9 12:36:49 2019 rev:25 rq:729262 version:20060817

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes    2018-02-13 
10:31:48.271902570 +0100
+++ /work/SRC/openSUSE:Factory/.xmorph.new.7948/xmorph.changes  2019-09-09 
12:36:51.613457837 +0200
@@ -1,0 +2,5 @@
+Thu Sep  5 12:33:00 UTC 2019 - Marcus Meissner <[email protected]>
+
+- xmorph-fixbuild.patch: fixed build
+
+-------------------------------------------------------------------

New:
----
  xmorph-fixbuild.patch

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

Other differences:
------------------
++++++ xmorph.spec ++++++
--- /var/tmp/diff_new_pack.SC4uY5/_old  2019-09-09 12:36:52.253457732 +0200
+++ /var/tmp/diff_new_pack.SC4uY5/_new  2019-09-09 12:36:52.257457732 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmorph
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -31,6 +31,7 @@
 Patch3:         xmorph-missing-include.patch
 Patch4:         xmorph-20060817-autotools.patch
 Patch5:         xmorph-automake-1.13.patch
+Patch6:         xmorph-fixbuild.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  ctags
@@ -75,6 +76,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build
 autoreconf -fiv

++++++ xmorph-fixbuild.patch ++++++
Index: xmorph-20060817/gtkmorph/callbacks_subimg.c
===================================================================
--- xmorph-20060817.orig/gtkmorph/callbacks_subimg.c
+++ xmorph-20060817/gtkmorph/callbacks_subimg.c
@@ -197,7 +197,6 @@ void on_hscale_mesh_changed    (GtkRange
   if(spin) {
     gtk_spin_button_set_value (spin, range->adjustment->value);
   } else g_critical("no adjustment");
-  return FALSE;
 }
 
 /**************/
@@ -220,7 +219,6 @@ void on_hscale_image_changed    (GtkRang
   if(spin) {  
     gtk_spin_button_set_value (spin, range->adjustment->value);
   } else g_critical("no adjustment");
-  return FALSE;
 }
 
 

Reply via email to