Mailinglist Archive: opensuse-commit (875 mails)
| < Previous | Next > |
commit hwinfo
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 25 Jul 2008 00:58:29 +0200
- Message-id: <20080724225830.44D3A67818A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package hwinfo
checked in at Fri Jul 25 00:58:29 CEST 2008.
--------
--- hwinfo/hwinfo.changes 2008-07-21 14:53:26.000000000 +0200
+++ hwinfo/hwinfo.changes 2008-07-22 10:54:47.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 22 10:54:40 CEST 2008 - snwint@xxxxxxx
+
+- fixed compiling on s390
+
+-------------------------------------------------------------------
Old:
----
hwinfo-15.2.tar.bz2
New:
----
hwinfo-15.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.MT6038/_old 2008-07-25 00:58:02.000000000 +0200
+++ /var/tmp/diff_new_pack.MT6038/_new 2008-07-25 00:58:02.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package hwinfo (Version 15.2)
+# spec file for package hwinfo (Version 15.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,9 +21,9 @@
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
AutoReqProv: on
Summary: Hardware Library
-Version: 15.2
+Version: 15.3
Release: 1
-Source: hwinfo-15.2.tar.bz2
+Source: hwinfo-15.3.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -95,6 +95,8 @@
%doc doc/libhd/html
%changelog
+* Tue Jul 22 2008 snwint@xxxxxxx
+- fixed compiling on s390
* Mon Jul 21 2008 snwint@xxxxxxx
- skip T-Balancer BigNG (bnc #408715)
* Mon Jul 21 2008 snwint@xxxxxxx
++++++ hwinfo-15.2.tar.bz2 -> hwinfo-15.3.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-15.2/Changelog new/hwinfo-15.3/Changelog
--- old/hwinfo-15.2/Changelog 2008-07-21 14:52:51.000000000 +0200
+++ new/hwinfo-15.3/Changelog 2008-07-22 10:54:16.000000000 +0200
@@ -1,3 +1,6 @@
+22/7/2008: v15.3
+ - fixed compiling on s390
+
21/7/2008: v15.2
- skip T-Balancer BigNG (bnc #408715)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-15.2/src/hd/sys.c new/hwinfo-15.3/src/hd/sys.c
--- old/hwinfo-15.2/src/hd/sys.c 2008-07-21 12:24:04.000000000 +0200
+++ new/hwinfo-15.3/src/hd/sys.c 2008-07-22 10:53:11.000000000 +0200
@@ -8,7 +8,9 @@
#include <sys/types.h>
#include <sys/wait.h>
+#if defined(__i386__) || defined (__x86_64__)
#include <sys/io.h>
+#endif
#include "hd.h"
#include "hd_int.h"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-15.2/VERSION new/hwinfo-15.3/VERSION
--- old/hwinfo-15.2/VERSION 2008-07-21 14:51:08.000000000 +0200
+++ new/hwinfo-15.3/VERSION 2008-07-22 10:53:40.000000000 +0200
@@ -1 +1 @@
-15.2
+15.3
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |