commit xdmbgrd for openSUSE:Factory
Hello community, here is the log from the commit of package xdmbgrd for openSUSE:Factory checked in at 2014-03-30 09:11:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdmbgrd (Old) and /work/SRC/openSUSE:Factory/.xdmbgrd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xdmbgrd" Changes: -------- --- /work/SRC/openSUSE:Factory/xdmbgrd/xdmbgrd.changes 2013-04-08 15:04:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xdmbgrd.new/xdmbgrd.changes 2014-03-30 12:30:28.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Mar 27 18:04:57 UTC 2014 - dmueller@suse.com + +- fix alignment of embedded data (thanks to matz@suse.com for + the debugging) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdmbgrd.spec ++++++ --- /var/tmp/diff_new_pack.rTnAPB/_old 2014-03-30 12:30:30.000000000 +0200 +++ /var/tmp/diff_new_pack.rTnAPB/_new 2014-03-30 12:30:30.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xdmbgrd # -# 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 ++++++ xdmbgrd-0.6.dif ++++++ --- /var/tmp/diff_new_pack.rTnAPB/_old 2014-03-30 12:30:30.000000000 +0200 +++ /var/tmp/diff_new_pack.rTnAPB/_new 2014-03-30 12:30:30.000000000 +0200 @@ -1,5 +1,7 @@ ---- Makefile -+++ Makefile 2009-01-12 13:31:53.123611337 +0100 +Index: Makefile +=================================================================== +--- Makefile.orig ++++ Makefile @@ -7,7 +7,8 @@ CC = gcc COPTS = $(RPM_OPT_FLAGS) -funroll-loops -pipe $(LOOP) CFLAGS = $(COPTS) -Wall -DUSEZLIB=$(USEZLIB) @@ -37,8 +39,10 @@ $(CC) $(CFLAGS) -Wl,-no-warn-mismatch -DMAIN -D_PROGRAM=\"xlogin\" -o $@ $^ $(LIBS) clean: ---- backgrd.c -+++ backgrd.c 2009-01-12 13:33:00.814928527 +0100 +Index: backgrd.c +=================================================================== +--- backgrd.c.orig ++++ backgrd.c @@ -37,7 +37,9 @@ static void setbackgrd (Display *dpy, ch int main () { @@ -67,8 +71,10 @@ setbackgrd(dpy, _PROGRAM, output); free(output); ---- piggyback -+++ piggyback 2009-01-12 13:19:57.362285573 +0100 +Index: piggyback +=================================================================== +--- piggyback.orig ++++ piggyback @@ -4,10 +4,39 @@ echo "Need file for encapsulation in object file" 1>&2 exit 1 @@ -109,7 +115,7 @@ tmpfile=$$piggy.gz tmplink=$$piggy.lnk trap "rm -rf $tmpfile $tmplink" 0 1 2 3 5 9 10 13 15 -@@ -61,10 +90,6 @@ case $arch in +@@ -57,10 +86,6 @@ case $arch in ld_m=${1} ;; esac @@ -120,7 +126,15 @@ gzip -9 -f -n -q < $fname > $tmpfile -@@ -79,10 +104,15 @@ else +@@ -68,17 +93,22 @@ if type encaps > /dev/null 2>&1 ; then + encaps -t $ld_b ${file} $tmpfile ${name}_data ${name}_len + else + echo \ +- "SECTIONS { .data : \ ++ "SECTIONS { .data : ALIGN(8) \ + { \ + ${name}_len = .; \ + LONG(${name}_data_end - ${name}_data) ${name}_data = .; \ *(.data) ${name}_data_end = .; \ } \ } " > $tmplink -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de