Hello community,

here is the log from the commit of package kanjipad for openSUSE:Factory
checked in at Tue Sep 27 16:07:46 CEST 2011.



--------
--- kanjipad/kanjipad.changes   2006-01-25 21:37:06.000000000 +0100
+++ /mounts/work_src_done/STABLE/kanjipad/kanjipad.changes      2011-09-24 
18:17:15.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Sep 24 16:16:38 UTC 2011 - [email protected]
+
+- Link with libm as well. 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ kanjipad.spec ++++++
--- /var/tmp/diff_new_pack.LQbMpB/_old  2011-09-27 16:07:42.000000000 +0200
+++ /var/tmp/diff_new_pack.LQbMpB/_new  2011-09-27 16:07:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kanjipad (Version 2.0.0)
+# spec file for package kanjipad
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ kanjipad.patch ++++++
--- /var/tmp/diff_new_pack.LQbMpB/_old  2011-09-27 16:07:42.000000000 +0200
+++ /var/tmp/diff_new_pack.LQbMpB/_new  2011-09-27 16:07:42.000000000 +0200
@@ -1,4 +1,4 @@
---- Makefile
+--- Makefile.orig
 +++ Makefile
 @@ -1,7 +1,7 @@
  OPTIMIZE=-g -Wall
@@ -9,7 +9,25 @@
  GTKLIBS=$(shell pkg-config --libs gtk+-2.0)
  GLIBLIBS=$(shell pkg-config --libs glib-2.0)
  
-@@ -75,4 +75,4 @@
+@@ -26,7 +26,7 @@ PACKAGE = kanjipad
+ VERSION = 2.0.0
+ 
+ OBJS = kpengine.o scoring.o util.o
+-CFLAGS = $(OPTIMIZE) $(GTKINC) -DFOR_PILOT_COMPAT -DKP_LIBDIR=\"$(LIBDIR)\" 
-DBINDIR=\"$(BINDIR)\"
++CFLAGS = $(OPTIMIZE) $(GTKINC) $(shell getconf LFS_CFLAGS) -DFOR_PILOT_COMPAT 
-DKP_LIBDIR=\"$(LIBDIR)\" -DBINDIR=\"$(BINDIR)\"
+ 
+ all: kpengine kanjipad jdata.dat
+ 
+@@ -40,7 +40,7 @@ kpengine: $(OBJS)
+       $(CC) -o kpengine $(OBJS) $(GLIBLIBS) $(LDFLAGS)
+ 
+ kanjipad: kanjipad.o padarea.o
+-      $(CC) -o kanjipad kanjipad.o padarea.o $(GTKLIBS) $(LDFLAGS)
++      $(CC) -o kanjipad kanjipad.o padarea.o -lm $(GTKLIBS) $(LDFLAGS)
+ 
+ jdata.dat: jstroke/strokedata.h conv_jdata.pl
+       perl conv_jdata.pl < jstroke/strokedata.h > jdata.dat
+@@ -75,4 +75,4 @@ distcheck: dist
        cd .. &&                                \
        rm -rf $$distdir
  


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to