Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2025-07-08 15:28:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hwinfo (Old)
 and      /work/SRC/openSUSE:Factory/.hwinfo.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hwinfo"

Tue Jul  8 15:28:42 2025 rev:198 rq:1291065 version:24.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes    2025-04-20 
19:56:24.335989979 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new.7373/hwinfo.changes  2025-07-08 
15:28:59.862140656 +0200
@@ -1,0 +2,7 @@
+Mon Jul 7 13:52:35 UTC 2025 - wfe...@opensuse.org
+
+- merge gh#openSUSE/hwinfo#167
+- fix usb network card detection (bsc#1245950)
+- 24.1
+
+--------------------------------------------------------------------

Old:
----
  hwinfo-24.0.tar.xz

New:
----
  hwinfo-24.1.tar.xz

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

Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.Mtu3GU/_old  2025-07-08 15:29:00.550169400 +0200
+++ /var/tmp/diff_new_pack.Mtu3GU/_new  2025-07-08 15:29:00.550169400 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           hwinfo
-Version:        24.0
+Version:        24.1
 %define lname  libhd%(echo "%version" | perl -pe 's{\\D.*}{}')
 Release:        0
 Summary:        Hardware Library

++++++ hwinfo-24.0.tar.xz -> hwinfo-24.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-24.0/VERSION new/hwinfo-24.1/VERSION
--- old/hwinfo-24.0/VERSION     2025-04-16 18:45:55.000000000 +0200
+++ new/hwinfo-24.1/VERSION     2025-07-07 15:52:35.000000000 +0200
@@ -1 +1 @@
-24.0
+24.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-24.0/changelog new/hwinfo-24.1/changelog
--- old/hwinfo-24.0/changelog   2025-04-16 18:45:55.000000000 +0200
+++ new/hwinfo-24.1/changelog   2025-07-07 15:52:35.000000000 +0200
@@ -1,3 +1,7 @@
+2025-07-07:    24.1
+       - merge gh#openSUSE/hwinfo#167
+       - fix usb network card detection (bsc#1245950)
+
 2025-04-16:    24.0
        - merge gh#openSUSE/hwinfo#157
        - Free additional memory fields to prevent hd leaks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-24.0/src/hd/int.c new/hwinfo-24.1/src/hd/int.c
--- old/hwinfo-24.0/src/hd/int.c        2025-04-16 18:45:55.000000000 +0200
+++ new/hwinfo-24.1/src/hd/int.c        2025-07-07 15:52:35.000000000 +0200
@@ -689,11 +689,14 @@
 
   for(hd_net = hd_data->hd; hd_net; hd_net = hd_net->next) {
     if(
+      !hd_net->tag.remove &&
       hd_net->base_class.id == bc_network &&
       hd_net->sysfs_id
     ) {
       for(hd_usb = hd_data->hd; hd_usb; hd_usb = hd_usb->next) {
         if(
+          hd_usb != hd_net &&
+          !hd_usb->tag.remove &&
           hd_usb->bus.id == bus_usb &&
           hd_usb->sysfs_id &&
           !strcmp(hd_usb->sysfs_id, hd_net->sysfs_id)

Reply via email to