Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory checked in at 2014-04-26 11:44:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-hardware-detection (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-hardware-detection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-hardware-detection"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes
        2013-11-18 14:59:48.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new/yast2-hardware-detection.changes
   2014-04-26 11:45:00.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 16 11:31:23 CEST 2014 - [email protected]
+
+- update hardware agent to use the latest libhd flags (bnc #841170)
+- 3.1.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-hardware-detection-3.1.1.tar.bz2

New:
----
  yast2-hardware-detection-3.1.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-hardware-detection.spec ++++++
--- /var/tmp/diff_new_pack.Ep8Mdf/_old  2014-04-26 11:45:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Ep8Mdf/_new  2014-04-26 11:45:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-hardware-detection
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-hardware-detection
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -27,7 +27,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 # needed for all yast packages
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 # autodocs
 BuildRequires:  doxygen
 # testsuite

++++++ yast2-hardware-detection-3.1.1.tar.bz2 -> 
yast2-hardware-detection-3.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-hardware-detection-3.1.1/VERSION 
new/yast2-hardware-detection-3.1.2/VERSION
--- old/yast2-hardware-detection-3.1.1/VERSION  2013-11-15 13:26:55.000000000 
+0100
+++ new/yast2-hardware-detection-3.1.2/VERSION  1970-01-01 01:00:00.000000000 
+0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-hardware-detection-3.1.1/agent/HwParse.cc 
new/yast2-hardware-detection-3.1.2/agent/HwParse.cc
--- old/yast2-hardware-detection-3.1.1/agent/HwParse.cc 2013-11-04 
16:09:53.000000000 +0100
+++ new/yast2-hardware-detection-3.1.2/agent/HwParse.cc 2014-04-16 
11:48:36.000000000 +0200
@@ -710,6 +710,31 @@
        out->add (YCPString ("hotpluggable"), YCPBoolean (true));
     }
 
+    if (hd->is.dualport)
+    {
+       out->add (YCPString ("dualport"), YCPBoolean (true));
+    }
+
+    if (hd->is.fcoe)
+    {
+       out->add (YCPString ("fcoe"), YCPBoolean (true));
+    }
+
+    if (hd->is.fcoe_offload)
+    {
+       out->add (YCPString ("fcoeoffload"), YCPBoolean (true));
+    }
+
+    if (hd->is.iscsi_offload)
+    {
+       out->add (YCPString ("iscsioffload"), YCPBoolean (true));
+    }
+
+    if (hd->is.storage_only)
+    {
+       out->add (YCPString ("storageonly"), YCPBoolean (true));
+    }
+
     // hd detail
 
     if (hd->detail)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-hardware-detection-3.1.1/package/yast2-hardware-detection.changes 
new/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.changes
--- old/yast2-hardware-detection-3.1.1/package/yast2-hardware-detection.changes 
2013-11-15 13:26:55.000000000 +0100
+++ new/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.changes 
2014-04-16 11:48:36.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Apr 16 11:31:23 CEST 2014 - [email protected]
+
+- update hardware agent to use the latest libhd flags (bnc #841170)
+- 3.1.2
+
+-------------------------------------------------------------------
 Wed Nov 13 15:56:18 UTC 2013 - [email protected]
 
 - Add explicit COPYING file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-hardware-detection-3.1.1/package/yast2-hardware-detection.spec 
new/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.spec
--- old/yast2-hardware-detection-3.1.1/package/yast2-hardware-detection.spec    
2013-11-15 13:26:55.000000000 +0100
+++ new/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.spec    
2014-04-16 11:48:36.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-hardware-detection
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -29,7 +29,7 @@
 BuildRequires: gcc-c++
 BuildRequires:  libtool
 # needed for all yast packages
-BuildRequires: yast2-devtools >= 3.0.6
+BuildRequires: yast2-devtools >= 3.1.10
 # autodocs
 BuildRequires: doxygen
 # testsuite

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to