Hello community, here is the log from the commit of package linux_pcnfsd2 checked in at Thu May 25 00:46:26 CEST 2006. -------- --- linux_pcnfsd2/linux_pcnfsd2.changes 2006-01-25 21:37:56.000000000 +0100 +++ linux_pcnfsd2/linux_pcnfsd2.changes 2006-05-24 22:17:07.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 24 22:16:58 CEST 2006 - schwab@suse.de + +- Use RPM_OPT_FLAGS. +- Don't strip binaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linux_pcnfsd2.spec ++++++ --- /var/tmp/diff_new_pack.Hcalfr/_old 2006-05-25 00:44:59.000000000 +0200 +++ /var/tmp/diff_new_pack.Hcalfr/_new 2006-05-25 00:44:59.000000000 +0200 @@ -1,15 +1,14 @@ # # spec file for package linux_pcnfsd2 (Version 1.6) # -# 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 -# 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: linux_pcnfsd2 #!BuildIgnore: nkitb @@ -19,8 +18,8 @@ Requires: net-tools netcfg Autoreqprov: on Version: 1.6 -Release: 461 -Summary: RPC server that supports ONC clients +Release: 518 +Summary: RPC Server That Supports ONC Clients Source: linux_pcnfsd2.tar.gz Source1: pcnfsd Source2: sysconfig.pcnfsd @@ -28,7 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -RPC server that supports ONC clients on PC (DOS, OS/2, Macintosh and +RPC server that supports ONC clients on PC (DOS, OS/2, Macintosh, and other) systems. @@ -45,9 +44,8 @@ make -f Makefile.linux %install -[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf %{buildroot} install -d -m 755 $RPM_BUILD_ROOT{/usr/sbin,%{_mandir}/man8} -install -s linux/clnt.pcnfsd linux/rpc.pcnfsd $RPM_BUILD_ROOT/usr/sbin +install linux/clnt.pcnfsd linux/rpc.pcnfsd $RPM_BUILD_ROOT/usr/sbin install -m 644 pcnfsd.8c $RPM_BUILD_ROOT/%{_mandir}/man8 ln -sf pcnfsd.8c.gz $RPM_BUILD_ROOT/%{_mandir}/man8/rpc.pcnfsd.8c.gz install -d $RPM_BUILD_ROOT/var/adm/fillup-templates @@ -78,6 +76,9 @@ /var/adm/fillup-templates/sysconfig.pcnfsd %changelog -n linux_pcnfsd2 +* Wed May 24 2006 - schwab@suse.de +- Use RPM_OPT_FLAGS. +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Sun Jan 11 2004 - adrian@suse.de ++++++ linux_pcnfsd2.dif ++++++ --- /var/tmp/diff_new_pack.Hcalfr/_old 2006-05-25 00:44:59.000000000 +0200 +++ /var/tmp/diff_new_pack.Hcalfr/_new 2006-05-25 00:44:59.000000000 +0200 @@ -1,11 +1,11 @@ --- Makefile.linux -+++ Makefile.linux 2000/05/29 09:25:53 ++++ Makefile.linux @@ -40,13 +40,14 @@ LINTFLAGS= -hbax # uncomment as appropriate for debugging -CFLAGS = -DOSVER_BSD386 -+CFLAGS = -O2 -fexpensive-optimizations -pipe -DOSVER_BSD386 ++CFLAGS = -O2 -fexpensive-optimizations -pipe -DOSVER_BSD386 $(RPM_OPT_FLAGS) #CFLAGS = -g -DDEBUG -DOSVER_BSD386 -LIBS= #-lrpc -LFLAGS = @@ -20,7 +20,7 @@ linux/pcnfsd_svc.o: $(HDRS) pcnfsd_svc.c $(CC) -c $(CFLAGS) -o $@ pcnfsd_svc.c --- common.h -+++ common.h 2000/05/29 09:25:53 ++++ common.h @@ -67,7 +67,7 @@ **--------------------------------------------------------------------- **/ @@ -31,7 +31,7 @@ /* **--------------------------------------------------------------------- --- pcnfsd_misc.c -+++ pcnfsd_misc.c 2000/05/29 09:25:53 ++++ pcnfsd_misc.c @@ -29,6 +29,7 @@ #include <string.h> #include <memory.h> @@ -186,7 +186,7 @@ arg1 = strtok(NULL, " \t"); arg2 = (arg1 == NULL ? NULL : strtok(NULL, "")); --- pcnfsd_print.c -+++ pcnfsd_print.c 2000/05/29 09:25:53 ++++ pcnfsd_print.c @@ -96,7 +96,7 @@ char pathname[MAXPATHLEN]; char new_pathname[MAXPATHLEN]; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de