Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2016-10-22 13:04:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hwinfo (Old)
 and      /work/SRC/openSUSE:Factory/.hwinfo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hwinfo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes    2016-09-21 
18:24:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes       2016-10-22 
13:04:56.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct 20 10:19:50 UTC 2016 - snw...@suse.com
+
+- aarch64: fix detection of usb controllers (bsc#1005428)
+- 21.32
+
+-------------------------------------------------------------------

Old:
----
  hwinfo-21.31.tar.xz

New:
----
  hwinfo-21.32.tar.xz

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

Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.XSNIA2/_old  2016-10-22 13:04:57.000000000 +0200
+++ /var/tmp/diff_new_pack.XSNIA2/_new  2016-10-22 13:04:57.000000000 +0200
@@ -36,7 +36,7 @@
 Group:          Hardware/Other
 # Until migration to github this should be correct url
 Url:            http://gitorious.org/opensuse/hwinfo
-Version:        21.31
+Version:        21.32
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ hwinfo-21.31.tar.xz -> hwinfo-21.32.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.31/VERSION new/hwinfo-21.32/VERSION
--- old/hwinfo-21.31/VERSION    2016-09-16 10:33:46.000000000 +0200
+++ new/hwinfo-21.32/VERSION    2016-10-20 12:18:19.000000000 +0200
@@ -1 +1 @@
-21.31
+21.32
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.31/changelog new/hwinfo-21.32/changelog
--- old/hwinfo-21.31/changelog  2016-09-16 10:33:46.000000000 +0200
+++ new/hwinfo-21.32/changelog  2016-10-20 12:18:19.000000000 +0200
@@ -1,3 +1,6 @@
+2016-10-20:    21.32
+       - aarch64: fix detection of usb controllers (bsc #1005428)
+
 2016-09-16:    21.31
        - improved comment
        - document id data sources
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.31/src/hd/pci.c 
new/hwinfo-21.32/src/hd/pci.c
--- old/hwinfo-21.31/src/hd/pci.c       2016-09-16 10:33:46.000000000 +0200
+++ new/hwinfo-21.32/src/hd/pci.c       2016-10-20 12:18:19.000000000 +0200
@@ -964,7 +964,7 @@
       sf_eth_dev = read_dir(sf_eth_net, 'd');
       is_net = sf_eth_net && sf_eth_dev;
       is_storage = device_type && !strcmp(device_type, "sata");
-      is_usb = device_type && !strcmp(device_type, "usb");
+      is_usb = device_type && (!strcmp(device_type, "usb") || 
!strcmp(device_type, "dwusb"));
       if(is_net) ADD2LOG("    is net: sf_eth_net = %s\n", sf_eth_net);
       if(is_storage) ADD2LOG("    is storage\n");
       if(is_usb) ADD2LOG("    is usb\n");


Reply via email to