Hello community, here is the log from the commit of package autolog checked in at Mon May 29 01:02:37 CEST 2006. -------- --- autolog/autolog.changes 2006-01-25 21:34:32.000000000 +0100 +++ autolog/autolog.changes 2006-05-26 20:35:53.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 26 20:35:39 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autolog.spec ++++++ --- /var/tmp/diff_new_pack.lp4Mj9/_old 2006-05-29 01:01:30.000000000 +0200 +++ /var/tmp/diff_new_pack.lp4Mj9/_new 2006-05-29 01:01:30.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package autolog (Version 0.35) # -# Copyright (c) 2004 SUSE LINUX AG, 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,14 +15,14 @@ Group: System/Daemons Autoreqprov: on Version: 0.35 -Release: 720 -Summary: Auto logout +Release: 734 +Summary: Auto Logout Source: autolog-%{version}.tgz Patch: autolog-%{version}.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This programs automatically logs out "forgotten" logins. +This program automatically logs out "forgotten" logins. @@ -39,7 +39,6 @@ make CC=gcc CFLAGS="$RPM_OPT_FLAGS" %install -rm -rf "$RPM_BUILD_ROOT" mkdir -p $RPM_BUILD_ROOT/{etc,usr/share/man/{man5,man8},usr/sbin} make install MANDIR=$RPM_BUILD_ROOT/%{_mandir} BINDIR=$RPM_BUILD_ROOT/usr/sbin install -m 644 autolog.conf $RPM_BUILD_ROOT/etc @@ -57,6 +56,8 @@ %doc /usr/share/man/man8/autolog.8.gz %changelog -n autolog +* Fri May 26 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Jun 24 2004 - hmacht@suse.de ++++++ autolog-0.35.patch ++++++ --- /var/tmp/diff_new_pack.lp4Mj9/_old 2006-05-29 01:01:30.000000000 +0200 +++ /var/tmp/diff_new_pack.lp4Mj9/_new 2006-05-29 01:01:30.000000000 +0200 @@ -1,3 +1,14 @@ +--- Makefile ++++ Makefile +@@ -12,7 +12,7 @@ + $(CC) $(CFLAGS) -o autolog autolog.c + + install: autolog +- install -s autolog $(BINDIR) ++ install autolog $(BINDIR) + install -m644 autolog.conf.5 $(MANDIR)/man5 + install -m644 autolog.8 $(MANDIR)/man8 + --- autolog.c +++ autolog.c @@ -29,6 +29,8 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...