Hello community,

here is the log from the commit of package tanukiwrapper for openSUSE:Factory 
checked in at 2013-01-03 13:48:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tanukiwrapper (Old)
 and      /work/SRC/openSUSE:Factory/.tanukiwrapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tanukiwrapper", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tanukiwrapper/tanukiwrapper.changes      
2012-06-26 17:38:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tanukiwrapper.new/tanukiwrapper.changes 
2013-01-03 13:48:16.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Dec 28 22:22:19 UTC 2012 - [email protected]
+
+- update tanukiwrapper-Makefile-s390-s390x-ppc.patch to cover ppc64
+  as well.
+- build with asneeded
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tanukiwrapper-Makefile-s390-s390x-ppc.patch ++++++
--- /var/tmp/diff_new_pack.DbQo9m/_old  2013-01-03 13:48:17.000000000 +0100
+++ /var/tmp/diff_new_pack.DbQo9m/_new  2013-01-03 13:48:17.000000000 +0100
@@ -1,5 +1,7 @@
---- src/c/Makefile-linux-s390-32.old   1969-12-31 19:00:00.000000000 -0500
-+++ src/c/Makefile-linux-s390-32       2006-08-04 16:39:15.000000000 -0400
+Index: src/c/Makefile-linux-s390-32
+===================================================================
+--- /dev/null
++++ src/c/Makefile-linux-s390-32
 @@ -0,0 +1,39 @@
 +COMPILE = gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall 
--pedantic
 +
@@ -40,8 +42,10 @@
 +      | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 +      >> .deps/$(*F).P; \
 +      rm .deps/$(*F).pp
---- src/c/Makefile-linux-s390x-64.old  1969-12-31 19:00:00.000000000 -0500
-+++ src/c/Makefile-linux-s390x-64      2006-08-04 16:38:53.000000000 -0400
+Index: src/c/Makefile-linux-s390x-64
+===================================================================
+--- /dev/null
++++ src/c/Makefile-linux-s390x-64
 @@ -0,0 +1,39 @@
 +COMPILE = gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall 
--pedantic
 +
@@ -82,8 +86,10 @@
 +      | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 +      >> .deps/$(*F).P; \
 +      rm .deps/$(*F).pp
---- src/c/Makefile-linux-ppc-32.old    1969-12-31 19:00:00.000000000 -0500
-+++ src/c/Makefile-linux-ppc-32        2006-08-04 17:43:10.000000000 -0400
+Index: src/c/Makefile-linux-ppc-32
+===================================================================
+--- /dev/null
++++ src/c/Makefile-linux-ppc-32
 @@ -0,0 +1,41 @@
 +# This makefile is inprogess.  It builds, but the resulting libwrapper.so 
does not yet work.
 +# If you know how to fix it then please help out.
@@ -113,10 +119,10 @@
 +      if test ! -d .deps; then mkdir .deps; fi
 +
 +wrapper: $(wrapper_SOURCE)
-+      $(COMPILE) -pthread -lm $(wrapper_SOURCE) -o $(BIN)/wrapper
++      $(COMPILE) -pthread $(wrapper_SOURCE) -o $(BIN)/wrapper -lm
 +
 +libwrapper.so: $(libwrapper_so_OBJECTS)
-+      ${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so
++      ${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so -lm
 +
 +%.o: %.c
 +      @echo '$(COMPILE) -c $<'; \
@@ -126,3 +132,20 @@
 +      | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 +      >> .deps/$(*F).P; \
 +      rm .deps/$(*F).pp
+Index: src/c/Makefile-linux-ppc-64
+===================================================================
+--- src/c/Makefile-linux-ppc-64.orig
++++ src/c/Makefile-linux-ppc-64
+@@ -26,10 +26,10 @@ init:
+       if test ! -d .deps; then mkdir .deps; fi
+ 
+ wrapper: $(wrapper_SOURCE)
+-      $(COMPILE) -pthread -lm $(wrapper_SOURCE) -o $(BIN)/wrapper
++      $(COMPILE) -pthread $(wrapper_SOURCE) -o $(BIN)/wrapper -lm
+ 
+ libwrapper.so: $(libwrapper_so_OBJECTS)
+-      ${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so
++      ${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so -lm
+ 
+ %.o: %.c
+       @echo '$(COMPILE) -c $<'; \

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

Reply via email to