Hello community,

here is the log from the commit of package input-pad for openSUSE:Factory 
checked in at 2019-10-02 11:59:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/input-pad (Old)
 and      /work/SRC/openSUSE:Factory/.input-pad.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "input-pad"

Wed Oct  2 11:59:43 2019 rev:9 rq:734332 version:1.0.99.20140916

Changes:
--------
--- /work/SRC/openSUSE:Factory/input-pad/input-pad.changes      2016-04-22 
16:23:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.input-pad.new.2352/input-pad.changes    
2019-10-02 11:59:46.642896108 +0200
@@ -1,0 +2,6 @@
+Tue Oct  1 13:21:23 UTC 2019 - Hillwood Yang <[email protected]>
+
+- Fix build on Tumbleweed. 
+  * Disable return-type check for tumbleweed. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ input-pad.spec ++++++
--- /var/tmp/diff_new_pack.1vu8Qg/_old  2019-10-02 11:59:47.162894775 +0200
+++ /var/tmp/diff_new_pack.1vu8Qg/_new  2019-10-02 11:59:47.166894765 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package input-pad
 #
-# Copyright (c) 2016 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,7 +26,7 @@
 Version:        1.0.99.20140916
 Release:        0
 Summary:        On-screen Input Pad to Send Characters with Mouse
-License:        LGPL-2.0+
+License:        LGPL-2.0-or-later
 Group:          System/GUI/Other
 Url:            https://github.com/fujiwarat/input-pad
 Source0:        %{name}-%{version}.tar.gz
@@ -89,6 +89,12 @@
 %setup -q
 
 %build
+%if %{suse_version} > 1500
+export CFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong 
-funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -flto=8'
+export CXXFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong 
-funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -flto=8'
+export FFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong 
-funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -flto=8 '
+export FCFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong 
-funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -flto=8 '
+%endif
 %configure    --enable-pygobject2         \
               --enable-eek                \
 %if %{build_xtest}


Reply via email to