Hello community, here is the log from the commit of package itrace checked in at Mon Aug 6 21:49:18 CEST 2007. -------- --- arch/ppc/itrace/itrace.changes 2007-07-05 10:18:27.000000000 +0200 +++ /mounts/work_src_done/STABLE/itrace/itrace.changes 2007-08-05 23:02:58.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Aug 5 23:02:51 CEST 2007 - olh@suse.de + +- remove inclusion of linux/threads.h + +------------------------------------------------------------------- New: ---- itrace.threads-h.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ itrace.spec ++++++ --- /var/tmp/diff_new_pack.Zp5671/_old 2007-08-06 21:48:49.000000000 +0200 +++ /var/tmp/diff_new_pack.Zp5671/_new 2007-08-06 21:48:49.000000000 +0200 @@ -12,7 +12,7 @@ Name: itrace Version: 0.9 -Release: 67 +Release: 76 BuildRequires: binutils-devel kernel-source kernel-syms module-init-tools URL: http://perfinsp.sourceforge.net/itrace_ppc.html Summary: Instruction Tracing Tool @@ -32,6 +32,7 @@ Patch10: itrace.post.strcpy.patch Patch11: itrace.config_h.patch Patch12: itrace.find_type_devices.patch +Patch13: itrace.threads-h.patch ExclusiveArch: ppc ppc64 Requires: itrace-kmp-ppc64 %suse_kernel_module_package kdump um xen xenpae default smp debug bigsmp iseries64 @@ -93,6 +94,7 @@ %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %build autoreconf -i --force @@ -145,6 +147,8 @@ %{_mandir}/*/* %changelog +* Sun Aug 05 2007 - olh@suse.de +- remove inclusion of linux/threads.h * Thu Jul 05 2007 - olh@suse.de - replace find_type_devices with of_find_node_by_type run ldconfig in post/postun ++++++ itrace.threads-h.patch ++++++ --- include/pitrace.h | 1 - 1 file changed, 1 deletion(-) --- a/include/pitrace.h +++ b/include/pitrace.h @@ -28,7 +28,6 @@ #ifndef _PITRACE_H_ #define _PITRACE_H_ -#include <linux/threads.h> #ifdef __KERNEL__ #include <asm/byteorder.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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