Hello community, here is the log from the commit of package udpcast checked in at Tue May 23 01:37:17 CEST 2006. -------- --- udpcast/udpcast.changes 2006-01-25 21:42:23.000000000 +0100 +++ udpcast/udpcast.changes 2006-05-22 21:00:16.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 22 20:59:43 CEST 2006 - schwab@suse.de + +- Use RPM_OPT_FLAGS. +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- udpcast-20050226.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ udpcast.spec ++++++ --- /var/tmp/diff_new_pack.VRSeZf/_old 2006-05-23 01:37:13.000000000 +0200 +++ /var/tmp/diff_new_pack.VRSeZf/_new 2006-05-23 01:37:13.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package udpcast (Version 20050226) # -# 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 @@ -14,10 +14,11 @@ URL: http://udpcast.linux.lu/ Summary: File transfer tool via UDP broadcast Version: 20050226 -Release: 3 +Release: 14 License: GPL, BSD Group: Productivity/Networking/Other Source: http://udpcast.linux.lu/udpcast-%{version}.tar.gz +Patch: udpcast-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -32,6 +33,7 @@ %prep %setup -q -n udpcast +%patch %build make all @@ -48,6 +50,9 @@ %doc %_mandir/man1/udp-receiver.1.gz %changelog -n udpcast +* Mon May 22 2006 - schwab@suse.de +- Use RPM_OPT_FLAGS. +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Sep 28 2005 - dmueller@suse.de ++++++ udpcast-20050226.diff ++++++ --- Makefile +++ Makefile @@ -2,7 +2,8 @@ #CFLAGS = -O4 -Wall -DNDEBUG -DLOSSTEST CFLAGS =-Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -LDFLAGS =-s -Wl,-warn-common +CFLAGS += $(RPM_OPT_FLAGS) +LDFLAGS = -Wl,-warn-common LIBS=-lpthread BUSYBOX=../udp-busybox/busybox BBTARGET=$(BUSYBOX)/udpcast ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de