Hello community,

here is the log from the commit of package w3m for openSUSE:Factory checked in 
at 2014-03-18 16:21:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/w3m (Old)
 and      /work/SRC/openSUSE:Factory/.w3m.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "w3m"

Changes:
--------
--- /work/SRC/openSUSE:Factory/w3m/w3m.changes  2013-08-23 11:12:16.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.w3m.new/w3m.changes     2014-03-18 
16:21:34.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 12 16:17:09 UTC 2014 - sch...@linux-m68k.org
+
+- w3m-parallel-make.patch: More dependency fixes for parallel build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ w3m.spec ++++++
--- /var/tmp/diff_new_pack.WFQJ2l/_old  2014-03-18 16:21:35.000000000 +0100
+++ /var/tmp/diff_new_pack.WFQJ2l/_new  2014-03-18 16:21:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package w3m
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

++++++ w3m-parallel-make.patch ++++++
--- /var/tmp/diff_new_pack.WFQJ2l/_old  2014-03-18 16:21:35.000000000 +0100
+++ /var/tmp/diff_new_pack.WFQJ2l/_new  2014-03-18 16:21:35.000000000 +0100
@@ -11,3 +11,26 @@
        for dir in $(SCRIPTSUBDIRS);    \
        do      \
                (cd $$dir && $(MAKE) $(MAKE_ARGS)); \
+Index: w3m-0.5.3/w3mimg/Makefile.in
+===================================================================
+--- w3m-0.5.3.orig/w3mimg/Makefile.in
++++ w3m-0.5.3/w3mimg/Makefile.in
+@@ -16,7 +16,7 @@ IMGCFLAGS=@IMGX11CFLAGS@ @IMGFBCFLAGS@ @
+ IMGOBJS=@IMGOBJS@
+ 
+ .PHONY: $(SUBDIRS)
+-all: @IMGTARGETS@ w3mimg.a
++all: w3mimg.a
+ 
+ w3mimg.a: $(IMGOBJS)
+       $(AR) rv $@ $(IMGOBJS)
+@@ -25,6 +25,9 @@ w3mimg.a: $(IMGOBJS)
+ w3mimg.o: w3mimg.c
+       $(CC) $(CFLAGS) -c $<
+ 
++fb/%.o: fb
++x11/%.o: x11
++win/%.o: win
+ $(SUBDIRS):
+       cd $@ && $(MAKE) CC="$(CC)" OPTS="$(OPTS)"
+ 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to