Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory checked in at 2014-05-27 18:23:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
        2014-04-26 11:45:00.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new/yast2-hardware-detection.changes
   2014-05-27 18:24:03.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 27 09:49:05 CEST 2014 - [email protected]
+
+- make ethtool private flags tri-state: (unset, false, true)
+- 3.1.3
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-hardware-detection.spec ++++++
--- /var/tmp/diff_new_pack.inhrnA/_old  2014-05-27 18:24:03.000000000 +0200
+++ /var/tmp/diff_new_pack.inhrnA/_new  2014-05-27 18:24:03.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-hardware-detection
-Version:        3.1.2
+Version:        3.1.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -43,8 +43,7 @@
 Summary:        YaST2 - Hardware Detection Interface
 License:        GPL-2.0+
 Group:          System/YaST
-# hwinfo-13.38: hw_fingerprint
-Requires:       hwinfo >= 13.38
+Requires:       hwinfo >= 21.5
 
 %description
 This package contains the hardware detection library for YaST2.

++++++ yast2-hardware-detection-3.1.2.tar.bz2 -> 
yast2-hardware-detection-3.1.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-hardware-detection-3.1.2/agent/HwParse.cc 
new/yast2-hardware-detection-3.1.3/agent/HwParse.cc
--- old/yast2-hardware-detection-3.1.2/agent/HwParse.cc 2014-04-16 
11:48:36.000000000 +0200
+++ new/yast2-hardware-detection-3.1.3/agent/HwParse.cc 2014-05-27 
10:38:45.000000000 +0200
@@ -722,17 +722,17 @@
 
     if (hd->is.fcoe_offload)
     {
-       out->add (YCPString ("fcoeoffload"), YCPBoolean (true));
+       out->add (YCPString ("fcoeoffload"), YCPBoolean (hd->is.fcoe_offload == 
1 ? false : true));
     }
 
     if (hd->is.iscsi_offload)
     {
-       out->add (YCPString ("iscsioffload"), YCPBoolean (true));
+       out->add (YCPString ("iscsioffload"), YCPBoolean (hd->is.iscsi_offload 
== 1 ? false : true));
     }
 
     if (hd->is.storage_only)
     {
-       out->add (YCPString ("storageonly"), YCPBoolean (true));
+       out->add (YCPString ("storageonly"), YCPBoolean (hd->is.storage_only == 
1 ? false : true));
     }
 
     // hd detail
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.changes 
new/yast2-hardware-detection-3.1.3/package/yast2-hardware-detection.changes
--- old/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.changes 
2014-04-16 11:48:36.000000000 +0200
+++ new/yast2-hardware-detection-3.1.3/package/yast2-hardware-detection.changes 
2014-05-27 10:38:45.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue May 27 09:49:05 CEST 2014 - [email protected]
+
+- make ethtool private flags tri-state: (unset, false, true)
+- 3.1.3
+
+-------------------------------------------------------------------
 Wed Apr 16 11:31:23 CEST 2014 - [email protected]
 
 - update hardware agent to use the latest libhd flags (bnc #841170)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.spec 
new/yast2-hardware-detection-3.1.3/package/yast2-hardware-detection.spec
--- old/yast2-hardware-detection-3.1.2/package/yast2-hardware-detection.spec    
2014-04-16 11:48:36.000000000 +0200
+++ new/yast2-hardware-detection-3.1.3/package/yast2-hardware-detection.spec    
2014-05-27 10:38:45.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-hardware-detection
-Version:        3.1.2
+Version:        3.1.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -43,8 +43,7 @@
 Requires:       yast2-ruby-bindings >= 1.0.0
 
 Summary:       YaST2 - Hardware Detection Interface
-# hwinfo-13.38: hw_fingerprint
-Requires:       hwinfo >= 13.38
+Requires:       hwinfo >= 21.5
 
 %description
 This package contains the hardware detection library for YaST2.

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

Reply via email to