Hello community, here is the log from the commit of package scarse checked in at Thu May 25 00:53:09 CEST 2006. -------- --- scarse/scarse.changes 2006-01-27 02:25:02.000000000 +0100 +++ scarse/scarse.changes 2006-05-24 22:01:15.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 24 22:01:09 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- scarse-strip.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scarse.spec ++++++ --- /var/tmp/diff_new_pack.lDNROc/_old 2006-05-25 00:53:00.000000000 +0200 +++ /var/tmp/diff_new_pack.lDNROc/_new 2006-05-25 00:53:00.000000000 +0200 @@ -5,7 +5,7 @@ # 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 @@ -13,7 +13,7 @@ Name: scarse BuildRequires: libtiff-devel Version: 0.4.alpha -Release: 3 +Release: 14 %define _version 0.4 %define __version 0.4-alpha URL: http://www.scarse.org/ @@ -24,6 +24,7 @@ Patch: scarse-0.4-alpha-gcc4.patch Patch1: scarse-icclib-fix.patch Patch2: scarse-0.4-alpha-integer.patch +Patch3: scarse-strip.patch Autoreqprov: on BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,6 +44,7 @@ %patch %patch1 %patch2 +%patch3 %build export CFLAGS="$RPM_OPT_FLAGS" @@ -52,7 +54,6 @@ make %{?jobs:-j %jobs} %install -rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT/usr install mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/icclib cp CHANGES COPYING CREDITS INSTALL README TODO $RPM_BUILD_ROOT%{_defaultdocdir}/%{name} @@ -68,6 +69,8 @@ /usr/share/scarse %changelog -n scarse +* Wed May 24 2006 - schwab@suse.de +- Don't strip binaries. * Fri Jan 27 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Jan 24 2006 - mmarek@suse.cz ++++++ scarse-strip.patch ++++++ --- src/Makefile.in +++ src/Makefile.in @@ -64,7 +64,7 @@ install: $(bins) $(INSTALL) -d $(bindir) - $(INSTALL) -s $(bins) $(bindir) + $(INSTALL) $(bins) $(bindir) $(UXP) $(addprefix $(bindir)/, $(bins)) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...