commit msr-tools for openSUSE:Factory
Hello community, here is the log from the commit of package msr-tools for openSUSE:Factory checked in at Fri Oct 30 17:00:38 CET 2009. -------- --- msr-tools/msr-tools.changes 2008-10-09 15:28:57.000000000 +0200 +++ /mounts/work_src_done/STABLE/msr-tools/msr-tools.changes 2009-10-27 17:20:48.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Oct 27 17:20:27 CET 2009 - meissner@suse.de + +- also add "#define _XOPEN_SOURCE 500" for pwrite() + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ msr-tools.spec ++++++ --- /var/tmp/diff_new_pack.AGGC1Y/_old 2009-10-30 17:00:18.000000000 +0100 +++ /var/tmp/diff_new_pack.AGGC1Y/_new 2009-10-30 17:00:18.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package msr-tools (Version 1.1.2) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Url: http://www.kernel.org/pub/linux/utils/cpu/msr-tools/ Summary: Tool for reading and writing MSRs (model specific register) Version: 1.1.2 -Release: 34 +Release: 35 License: GPL v2 or later Group: System/Base Source: %{name}-%{version}.tar.bz2 ++++++ msr-tools-fix-compile-warning.diff ++++++ --- /var/tmp/diff_new_pack.AGGC1Y/_old 2009-10-30 17:00:18.000000000 +0100 +++ /var/tmp/diff_new_pack.AGGC1Y/_new 2009-10-30 17:00:18.000000000 +0100 @@ -2,8 +2,10 @@ rdmsr.c | 1 + 1 file changed, 1 insertion(+) ---- a/rdmsr.c -+++ b/rdmsr.c +Index: msr-tools-1.1.2/rdmsr.c +=================================================================== +--- msr-tools-1.1.2.orig/rdmsr.c ++++ msr-tools-1.1.2/rdmsr.c @@ -17,6 +17,7 @@ * Utility to read an MSR. */ @@ -12,3 +14,15 @@ #include <errno.h> #include <stdio.h> #include <fcntl.h> +Index: msr-tools-1.1.2/wrmsr.c +=================================================================== +--- msr-tools-1.1.2.orig/wrmsr.c ++++ msr-tools-1.1.2/wrmsr.c +@@ -17,6 +17,7 @@ + * Utility to write to an MSR. + */ + ++#define _XOPEN_SOURCE 500 + #include <errno.h> + #include <stdio.h> + #include <fcntl.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