Hello community, here is the log from the commit of package lcrash checked in at Mon Aug 6 21:53:43 CEST 2007. -------- --- lcrash/lcrash.changes 2007-07-05 17:34:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/lcrash/lcrash.changes 2007-08-06 19:27:23.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Aug 6 19:26:54 CEST 2007 - olh@suse.de + +- remove inclusion of linux/threads.h + +------------------------------------------------------------------- New: ---- lcrash.linux-threads.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lcrash.spec ++++++ --- /var/tmp/diff_new_pack.I11437/_old 2007-08-06 21:52:51.000000000 +0200 +++ /var/tmp/diff_new_pack.I11437/_new 2007-08-06 21:52:51.000000000 +0200 @@ -36,6 +36,7 @@ Patch29: lcrash-composite-types.patch Patch30: lkcdutils-x86_64-disassembly Patch80: lcrash-man.patch +Patch81: lcrash.linux-threads.patch URL: http://lkcd.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %fillup_prereq %insserv_prereq @@ -76,7 +77,7 @@ %prep -%setup -n %{sourcename}-%{tarversion} +%setup -q -n %{sourcename}-%{tarversion} %patch1 -p1 %patch2 -p1 %patch9 -p1 @@ -88,6 +89,7 @@ %patch29 -p2 %patch30 -p0 %patch80 -p1 +%patch81 -p1 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" @@ -149,6 +151,8 @@ %doc ./docs/lcrash/lcrash-howto/lcrash.pdf %changelog +* Mon Aug 06 2007 - olh@suse.de +- remove inclusion of linux/threads.h * Thu Jul 05 2007 - bwalle@suse.de - added x86_64 disassembly support (#287453) - added lsof.sial (#287453) ++++++ lcrash.linux-threads.patch ++++++ --- lib/libklib/include/kl_dump_ppc64.h | 2 -- 1 file changed, 2 deletions(-) --- a/lib/libklib/include/kl_dump_ppc64.h +++ b/lib/libklib/include/kl_dump_ppc64.h @@ -22,8 +22,6 @@ #ifndef __KL_DUMP_PPC64_H #define __KL_DUMP_PPC64_H -/* necessary header files */ -#include <linux/threads.h> #ifndef KL_NR_CPUS # define KL_NR_CPUS 128 /* max number CPUs */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de