Hello community, here is the log from the commit of package xdmbgrd checked in at Mon May 29 01:23:12 CEST 2006. -------- --- xdmbgrd/xdmbgrd.changes 2006-01-25 21:43:02.000000000 +0100 +++ xdmbgrd/xdmbgrd.changes 2006-05-27 22:20:24.000000000 +0200 @@ -1,0 +2,5 @@ +Sat May 27 22:20:16 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- xdmbgrd-0.5.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdmbgrd.spec ++++++ --- /var/tmp/diff_new_pack.8UarET/_old 2006-05-29 01:22:40.000000000 +0200 +++ /var/tmp/diff_new_pack.8UarET/_new 2006-05-29 01:22:40.000000000 +0200 @@ -1,15 +1,14 @@ # # spec file for package xdmbgrd (Version 0.5) # -# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libselinux libstdc++ libxcrypt m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt procinfo procps psmisc pwdutils rcs readline sed sendmail strace syslogd sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel XFree86 XFree86-devel XFree86-libs autoconf automake binutils expat fontconfig fontconfig-devel gcc gdbm gettext libtool perl rpm Name: xdmbgrd BuildRequires: xorg-x11 xorg-x11-devel @@ -17,10 +16,10 @@ Group: System/X11/Displaymanagers Autoreqprov: on Version: 0.5 -Release: 0 +Release: 44 Summary: SuSE Linux background Source: xdmbgrd-0.5.tar.bz2 -#Patch: xdmbgrd-0.5.dif +Patch: xdmbgrd-0.5.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -34,26 +33,25 @@ %prep %setup -q -#%patch +%patch %build PATH=$PATH:. make XLIBD=/usr/X11R6/%_lib %install -rm -rf $RPM_BUILD_ROOT if test -x /usr/X11R6/bin/chooser ; then mkdir -p $RPM_BUILD_ROOT/usr/X11R6/bin/ - install -s -m 0755 BackGround $RPM_BUILD_ROOT/usr/X11R6/bin/ + install -m 0755 BackGround $RPM_BUILD_ROOT/usr/X11R6/bin/ echo /usr/X11R6/bin/BackGround > file-list else if test -x /etc/X11/xdm/chooser ; then mkdir -p $RPM_BUILD_ROOT/etc/X11/xdm - install -s -m 0755 BackGround $RPM_BUILD_ROOT/etc/X11/xdm/ + install -m 0755 BackGround $RPM_BUILD_ROOT/etc/X11/xdm/ echo /etc/X11/xdm/BackGround > file-list else mkdir -p $RPM_BUILD_ROOT/usr/X11R6/lib/X11/xdm - install -s -m 0755 BackGround $RPM_BUILD_ROOT/usr/X11R6/lib/X11/xdm + install -m 0755 BackGround $RPM_BUILD_ROOT/usr/X11R6/lib/X11/xdm echo /usr/X11R6/lib/X11/xdm/BackGround > file-list fi fi @@ -65,6 +63,8 @@ %defattr(-,root,root) %changelog -n xdmbgrd +* Sat May 27 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Mar 11 2004 - werner@suse.de ++++++ xdmbgrd-0.5.diff ++++++ --- Makefile +++ Makefile @@ -31,7 +31,7 @@ $(CC) $(CFLAGS) -DMAIN -D_PROGRAM=\"xconsole\" -s -o $@ $^ $(LIBS) BackGround: backgrd.c unzip.o login-pos.o SuSE_Linux.o - $(CC) $(CFLAGS) -Wl,-no-warn-mismatch -DMAIN -D_PROGRAM=\"xlogin\" -s -o $@ $^ $(LIBS) + $(CC) $(CFLAGS) -Wl,-no-warn-mismatch -DMAIN -D_PROGRAM=\"xlogin\" -o $@ $^ $(LIBS) clean: rm -f backgrd.o unzip.o login-pos.o testt \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...