Hello community, here is the log from the commit of package scsi-changer checked in at Fri May 26 15:19:33 CEST 2006. -------- --- scsi-changer/scsi-changer.changes 2006-01-25 21:41:30.000000000 +0100 +++ scsi-changer/scsi-changer.changes 2006-05-26 13:17:16.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 26 13:17:10 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- scsi-changer-0.20.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scsi-changer.spec ++++++ --- /var/tmp/diff_new_pack.YwrBWG/_old 2006-05-26 15:18:10.000000000 +0200 +++ /var/tmp/diff_new_pack.YwrBWG/_new 2006-05-26 15:18:10.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package scsi-changer (Version 0.20) # -# Copyright (c) 2004 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://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -17,10 +17,11 @@ Group: Hardware/Other Autoreqprov: on Version: 0.20 -Release: 505 +Release: 520 Summary: SCSI Media Changer Tools Source: %{name}-%{version}.tar.gz Source1: %name.desktop +Patch: %{name}-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -35,14 +36,13 @@ %prep %setup -q -n changer +%patch %build make OPTFLAGS="$RPM_OPT_FLAGS" \ XLIB="/usr/X11R6/%{_lib}" %install -test "%{buildroot}" != "" -a "%{buildroot}" != "/" &&\ - rm -rf "%{buildroot}" make OPTFLAGS="$RPM_OPT_FLAGS" \ XLIB="/usr/X11R6/%{_lib}" \ DESTDIR="%{buildroot}" \ @@ -68,6 +68,8 @@ rm -rf "%{buildroot}" %changelog -n scsi-changer +* Fri May 26 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Dec 16 2004 - hvogel@suse.de ++++++ scsi-changer-0.20.diff ++++++ --- Makefile +++ Makefile @@ -48,13 +48,13 @@ install: $(PROGS) mkdir -p $(etc) $(bindir) $(sbindir) mkdir -p $(mandir)/man1 $(mandir)/man8 - install -s -m755 mover $(bindir) + install -m755 mover $(bindir) install -m644 mover.man $(mandir)/man1/mover.1 - install -s -m755 autojuke $(sbindir) + install -m755 autojuke $(sbindir) install -m644 autojuke.man $(mandir)/man8/autojuke.8 install -m644 autojuke.conf $(etc) ifeq ($(MOTIF),yes) - install -s -m755 xmover $(bindir) + install -m755 xmover $(bindir) install -m644 xmover.man $(mandir)/man1/xmover.1 endif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...