Hello community, here is the log from the commit of package mktemp checked in at Thu May 25 00:47:29 CEST 2006. -------- --- mktemp/mktemp.changes 2006-01-25 21:30:33.000000000 +0100 +++ mktemp/mktemp.changes 2006-05-24 19:44:37.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 24 19:44:30 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- mktemp-1.5.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mktemp.spec ++++++ --- /var/tmp/diff_new_pack.I4PzYB/_old 2006-05-25 00:47:22.000000000 +0200 +++ /var/tmp/diff_new_pack.I4PzYB/_new 2006-05-25 00:47:22.000000000 +0200 @@ -1,26 +1,26 @@ # # spec file for package mktemp (Version 1.5) # -# Copyright (c) 2003 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 -# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-devel pam-modules patch permissions popt ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils cracklib gcc gdbm gettext libtool perl rpm Name: mktemp License: BSD Group: System/Base Autoreqprov: on -Summary: A utility for tempfiles +Summary: A Utility for Temp Files Version: 1.5 -Release: 648 +Release: 744 BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://www.mktemp.org Source: ftp://ftp.mktemp.org/pub/mktemp/mktemp-1.5.tar.bz2 +Patch: mktemp-1.5.diff %description mktemp is a small utility that interfaces to the mktemp() function call @@ -34,6 +34,7 @@ %prep %setup -q +%patch %build %{?suse_update_config:%{suse_update_config -f . }} @@ -51,6 +52,8 @@ %{_mandir}/man1/mktemp.1.gz %changelog -n mktemp +* Wed May 24 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon Oct 20 2003 - ro@suse.de ++++++ mktemp-1.5.diff ++++++ --- Makefile.in +++ Makefile.in @@ -108,7 +108,7 @@ $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(mandir)/man1 install-binaries: $(PROG) - $(INSTALL) -m 0555 -s $(PROG) $(bindir)/$(PROG) + $(INSTALL) -m 0555 $(PROG) $(bindir)/$(PROG) install-man: $(INSTALL) -m 0444 $(srcdir)/$(PROG).$(mantype) $(mandir)/man1/$(PROG).1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de