Hello community, here is the log from the commit of package xboard checked in at Fri May 26 15:29:32 CEST 2006. -------- --- xboard/xboard.changes 2006-01-25 21:42:59.000000000 +0100 +++ xboard/xboard.changes 2006-05-26 12:37:47.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 26 12:37:41 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- xboard-4.2.7-strip.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xboard.spec ++++++ --- /var/tmp/diff_new_pack.QmlMaV/_old 2006-05-26 15:29:27.000000000 +0200 +++ /var/tmp/diff_new_pack.QmlMaV/_new 2006-05-26 15:29:27.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package xboard (Version 4.2.7) # -# 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,13 +17,14 @@ Requires: chess_backend Autoreqprov: on Version: 4.2.7 -Release: 48 +Release: 60 Summary: X Window System Interface for GNU Chess Source: %{name}-%{version}.tar.bz2 Source1: %name.desktop Source2: %name.png Patch: %{name}-%{version}.patch Patch1: %{name}-%{version}-flex.patch +Patch2: %{name}-%{version}-strip.patch URL: http://www.tim-mann.org/xboard.html BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %install_info_prereq @@ -44,6 +45,7 @@ %setup -q %patch -p1 %patch1 +%patch2 %build %{suse_update_config -f .} @@ -54,7 +56,6 @@ make %install -rm -rf $RPM_BUILD_ROOT make bindir=$RPM_BUILD_ROOT/usr/bin \ man6dir=$RPM_BUILD_ROOT/usr/share/man/man6 \ infodir=$RPM_BUILD_ROOT/%{_infodir} \ @@ -84,6 +85,8 @@ /usr/share/pixmaps/%name.png %changelog -n xboard +* Fri May 26 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Dec 06 2005 - mmarek@suse.cz ++++++ xboard-4.2.7-strip.patch ++++++ --- Makefile.in +++ Makefile.in @@ -63,8 +63,8 @@ all: default pseudosource info FAQ html dvi ps install: installdirs default - $(INSTALL_PROGRAM) -s xboard $(bindir)/xboard - $(INSTALL_PROGRAM) -s zic2xpm $(bindir)/zic2xpm + $(INSTALL_PROGRAM) xboard $(bindir)/xboard + $(INSTALL_PROGRAM) zic2xpm $(bindir)/zic2xpm $(INSTALL_PROGRAM) cmail $(bindir)/cmail $(INSTALL_PROGRAM) $(srcdir)/pxboard $(bindir)/pxboard $(INSTALL_DATA) $(srcdir)/xboard.man $(man6dir)/xboard$(man6ext) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de