Mailinglist Archive: opensuse-commit (1826 mails)
| < Previous | Next > |
commit hwinfo
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 09 Sep 2008 00:53:03 +0200
- Message-id: <20080908225304.21ABD678164@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package hwinfo
checked in at Tue Sep 9 00:53:03 CEST 2008.
--------
--- hwinfo/hwinfo.changes 2008-08-08 11:21:07.000000000 +0200
+++ /mounts/work_users/ro/STABLE/hwinfo/hwinfo.changes 2008-09-09
00:44:11.520982000 +0200
@@ -1,0 +2,5 @@
+Tue Sep 9 00:43:45 CEST 2008 - ro@xxxxxxx
+
+- fix build on x86 with 2.6.67 kernel includes
+
+-------------------------------------------------------------------
New:
----
hwinfo-2.6.27.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.rq2356/_old 2008-09-09 00:52:56.000000000 +0200
+++ /var/tmp/diff_new_pack.rq2356/_new 2008-09-09 00:52:56.000000000 +0200
@@ -29,9 +29,10 @@
AutoReqProv: on
Summary: Hardware Library
Version: 15.3
-Release: 13
+Release: 32
Source: hwinfo-15.3.tar.bz2
Patch64: hwinfo.ehea.patch
+Patch65: hwinfo-2.6.27.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -57,6 +58,7 @@
%prep
%setup
%patch64 -p1
+%patch65
%build
make static
@@ -104,6 +106,8 @@
%doc doc/libhd/html
%changelog
+* Tue Sep 09 2008 ro@xxxxxxx
+- fix build on x86 with 2.6.67 kernel includes
* Fri Aug 08 2008 olh@xxxxxxx
- add inital POWER6 ibmebus support for ehea network (bnc#394602 -LTC44938)
* Tue Jul 22 2008 snwint@xxxxxxx
++++++ hwinfo-2.6.27.patch ++++++
--- src/int10/i10_v86.c
+++ src/int10/i10_v86.c
@@ -34,6 +34,22 @@
#include "v86bios.h"
#include "AsmMacros.h"
+#ifndef IF_MASK
+#define IF_MASK X86_EFLAGS_IF
+#endif
+#ifndef VIF_MASK
+#define VIF_MASK X86_EFLAGS_VIF
+#endif
+#ifndef TF_MASK
+#define TF_MASK X86_EFLAGS_TF
+#endif
+#ifndef VIP_MASK
+#define VIP_MASK X86_EFLAGS_VIP
+#endif
+#ifndef NT_MASK
+#define NT_MASK X86_EFLAGS_NT
+#endif
+
extern int emu_vm86(struct vm86_struct *vm, unsigned debug);
#define INT2PTR(a) ((a) + (unsigned char *) 0)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |