Hello community, here is the log from the commit of package netcat checked in at Thu May 25 00:48:36 CEST 2006. -------- --- netcat/netcat.changes 2006-01-25 21:38:38.000000000 +0100 +++ netcat/netcat.changes 2006-05-24 20:01:05.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 24 20:00:58 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcat.spec ++++++ --- /var/tmp/diff_new_pack.LabHLR/_old 2006-05-25 00:48:26.000000000 +0200 +++ /var/tmp/diff_new_pack.LabHLR/_new 2006-05-25 00:48:26.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package netcat (Version 1.10) # -# 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 @@ -17,9 +17,9 @@ License: distributable, Other License(s), see package Group: Productivity/Networking/Other Autoreqprov: on -Summary: A simple but powerful network tool +Summary: A Simple But Powerful Network Tool Version: 1.10 -Release: 871 +Release: 883 Source: netcat-1.10.tar.gz Source1: netcat.1 Patch0: netcat.patch @@ -27,15 +27,14 @@ %description Netcat is a simple Unix utility that reads and writes data across -network connections, using TCP or UDP protocols. It is designed to be a -reliable "back-end" tool that can be used directly or easily driven by +network connections using TCP or UDP protocols. It is designed to be a +reliable back-end tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich -network debugging and exploration tool, since it can create almost any -kind of connection you may need and has several interesting built-in -capabilities. +network debugging and exploration tool, because it can create almost +any kind of connection you may need and has several interesting +built-in capabilities. -You can find the documentation in -/usr/share/doc/packages/netcat/README. +Find the documentation in /usr/share/doc/packages/netcat/README. @@ -70,6 +69,8 @@ %doc scripts %changelog -n netcat +* Wed May 24 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Fri Sep 02 2005 - mmj@suse.de ++++++ netcat.patch ++++++ --- /var/tmp/diff_new_pack.LabHLR/_old 2006-05-25 00:48:26.000000000 +0200 +++ /var/tmp/diff_new_pack.LabHLR/_new 2006-05-25 00:48:27.000000000 +0200 @@ -1,6 +1,6 @@ --- Makefile +++ Makefile -@@ -9,7 +9,8 @@ +@@ -9,13 +9,14 @@ # pick gcc if you'd rather , and/or do -g instead of -O if debugging # debugging # DFLAGS = -DTEST -DDEBUG @@ -10,6 +10,13 @@ XFLAGS = # xtra cflags, set by systype targets XLIBS = # xtra libs if necessary? # -Bstatic for sunos, -static for gcc, etc. You want this, trust me. + STATIC = + CC = cc $(CFLAGS) +-LD = $(CC) -s # linker; defaults to stripped executables ++LD = $(CC) # linker; defaults to stripped executables + o = o # object extension + + ALL = nc @@ -67,7 +68,8 @@ make -e $(ALL) $(MFLAGS) XFLAGS='-DAIX' ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de