Hello community, here is the log from the commit of package loki_setup checked in at Thu May 18 02:12:52 CEST 2006. -------- --- loki_setup/loki_setup.changes 2006-01-25 21:37:59.000000000 +0100 +++ loki_setup/loki_setup.changes 2006-05-17 18:53:48.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 17 18:53:40 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- loki_setupdb-Makefile.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ loki_setup.spec ++++++ --- /var/tmp/diff_new_pack.mVYKxa/_old 2006-05-18 02:12:15.000000000 +0200 +++ /var/tmp/diff_new_pack.mVYKxa/_new 2006-05-18 02:12:15.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package loki_setup (Version 1.6.1_20051201) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, 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://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -17,8 +17,8 @@ URL: http://icculus.org/loki_setup/ Group: Development/Tools/Other Version: 1.6.1_20051201 -Release: 1 -Summary: installer program, mainly for games +Release: 13 +Summary: Installer Program Mainly for Games BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: loki_setup-current.tar.bz2 Source1: loki_setupdb-current.tar.bz2 @@ -44,6 +44,7 @@ Patch10: loki_setup-configure_test.diff # setupdb Patch20: loki_setupdb-signed-char.diff +Patch21: loki_setupdb-Makefile.diff # update Patch41: loki_update-adig.diff Patch42: loki_update-snarf.diff @@ -53,9 +54,9 @@ Patch62: loki_patch-xdelta.diff %description -loki_setup is an installer program, mainly for games. It supports an -ncurses based GUI for console/server installs. Users running X-Window -will have a GTK+ interface. +loki_setup is an installer program mainly for games. It supports an +ncurses-based GUI for console and server installs. Users running the X +Window System have a GTK+ interface. @@ -67,7 +68,7 @@ %package -n loki_uninstall Version: 1.0.3_20051201 -Release: 1 +Release: 13 Summary: Uninstall program for games Group: Amusements/Games/Other @@ -84,7 +85,7 @@ %package -n loki_update Version: 1.0.13_20040208 -Release: 36 +Release: 48 Summary: Updater program for games Group: Amusements/Games/Other @@ -126,7 +127,6 @@ qpush() { :; } fi # -rm -rf %{buildroot} %setup -n %{name} -a 1 -a 2 -a 8 qpatch %{PATCH0} qpatch %{PATCH1} @@ -143,6 +143,7 @@ # cd loki_setupdb qpatch %{PATCH20} +qpatch %{PATCH21} qpush cd .. # @@ -222,7 +223,6 @@ dir=image/setup.data/bin/Linux/$dir for i in setup.gtk setup uninstall; do %if %{do_brandelf} - strip $i # we want it small loki_setupdb/brandelf -t Linux $i %endif mv $i $dir @@ -280,7 +280,6 @@ popd %install -rm -rf %{buildroot} ####### loki_update ####### install -d -m 755 %{buildroot}%{_libdir}/loki_update install -m 755 loki_setupdb/md5sum %{buildroot}%{_libdir}/loki_update @@ -388,6 +387,8 @@ %{_datadir}/loki_patch %changelog -n loki_setup +* Wed May 17 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Dec 01 2005 - lnussel@suse.de ++++++ loki_setupdb-Makefile.diff ++++++ --- loki_setupdb/Makefile.in +++ loki_setupdb/Makefile.in @@ -37,7 +37,6 @@ convert: $(ARCH) $(ARCH)/convert.o $(TARGET) $(CC) -g -o $@ $(ARCH)/convert.o $(TARGET) $(LIBS) @STATIC@ - strip $@ @BRANDELF@ -t $(OS) $@ install-convert: convert @@ -48,14 +47,12 @@ md5sum: md5.c $(CC) $(CFLAGS) -o $@ md5.c -DMD5SUM_PROGRAM -lz @STATIC@ - strip $@ @BRANDELF@ -t $(OS) $@ setupdb: register.c $(TARGET) $(CC) $(CFLAGS) -o $@ register.c $(TARGET) $(LIBS) @STATIC@ install-register: setupdb - strip setupdb @BRANDELF@ -t $(OS) setupdb cp setupdb $(IMAGE)/bin/$(OS)/$(ARCH)/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de