
Hello community, here is the log from the commit of package vacation checked in at Fri May 26 15:25:26 CEST 2006. -------- --- vacation/vacation.changes 2006-01-25 21:31:05.000000000 +0100 +++ vacation/vacation.changes 2006-05-26 12:56:33.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 26 12:56:28 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- vacation-1.2.6.1.strip.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vacation.spec ++++++ --- /var/tmp/diff_new_pack.YSMrnf/_old 2006-05-26 15:25:20.000000000 +0200 +++ /var/tmp/diff_new_pack.YSMrnf/_new 2006-05-26 15:25:20.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package vacation (Version 1.2.6.1) # -# 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://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -15,7 +15,7 @@ Group: Productivity/Networking/Email/Utilities Autoreqprov: on Version: 1.2.6.1 -Release: 138 +Release: 150 Summary: A way to automatically reply to incoming e-mail Source: vacation-%{version}.tar.bz2 Patch: vacation-%{version}.dif @@ -25,6 +25,7 @@ # Problem: it breaks olf vacation programs using gdbm # and it requires db1 (to be independent from db version) Patch2: vacation-%{version}.db.dif +Patch3: vacation-%{version}.strip.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -44,6 +45,7 @@ %setup %patch %patch1 +%patch3 %build # %ifarch ia64 x86_64 s390x ppc64 @@ -59,7 +61,6 @@ # # neededforbuild gdbm-32bit gdbm-devel-32bit glibc-devel-32bit # RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -m32" # %endif - rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin $RPM_BUILD_ROOT%{_mandir}/man{1,5} make install MANDIR=$RPM_BUILD_ROOT%{_mandir}/man BINDIR=$RPM_BUILD_ROOT/usr/bin rm -f $RPM_BUILD_ROOT%{_mandir}/man5/forward.5 @@ -79,6 +80,8 @@ %{_mandir}/man5/forward.5.gz %changelog -n vacation +* Fri May 26 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Jul 28 2005 - werner@suse.de ++++++ vacation-1.2.6.1.strip.diff ++++++ --- Makefile +++ Makefile @@ -43,8 +43,8 @@ all: $(BIN) install: all - install -s -m 755 $(BIN) $(VACATION) - install -s -m 755 vaclook $(VACLOOK) + install -m 755 $(BIN) $(VACATION) + install -m 755 vaclook $(VACLOOK) install -m 444 vacation.man $(MANDIR)$(MANEXT1)/vacation.$(MANEXT1) install -m 444 vaclook.man $(MANDIR)$(MANEXT1)/vaclook.$(MANEXT1) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de