Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2023-07-04 15:21:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hwinfo (Old)
 and      /work/SRC/openSUSE:Factory/.hwinfo.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hwinfo"

Tue Jul  4 15:21:45 2023 rev:191 rq:1096639 version:22.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes    2023-01-10 
14:59:58.269257985 +0100
+++ /work/SRC/openSUSE:Factory/.hwinfo.new.23466/hwinfo.changes 2023-07-04 
15:21:53.506029606 +0200
@@ -1,0 +2,7 @@
+Mon Jul 3 18:49:35 UTC 2023 - [email protected]
+
+- merge gh#openSUSE/hwinfo#133
+- avoid linking problems with libsamba (bsc#1212756)
+- 22.3
+
+--------------------------------------------------------------------

Old:
----
  hwinfo-22.2.tar.xz

New:
----
  hwinfo-22.3.tar.xz

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

Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.BPjyyV/_old  2023-07-04 15:21:55.858043741 +0200
+++ /var/tmp/diff_new_pack.BPjyyV/_new  2023-07-04 15:21:55.858043741 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           hwinfo
-Version:        22.2
+Version:        22.3
 %define lname  libhd%(echo "%version" | perl -pe 's{\\D.*}{}')
 Release:        0
 Summary:        Hardware Library

++++++ hwinfo-22.2.tar.xz -> hwinfo-22.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-22.2/VERSION new/hwinfo-22.3/VERSION
--- old/hwinfo-22.2/VERSION     2023-01-09 15:05:07.000000000 +0100
+++ new/hwinfo-22.3/VERSION     2023-07-03 20:49:35.000000000 +0200
@@ -1 +1 @@
-22.2
+22.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-22.2/changelog new/hwinfo-22.3/changelog
--- old/hwinfo-22.2/changelog   2023-01-09 15:05:07.000000000 +0100
+++ new/hwinfo-22.3/changelog   2023-07-03 20:49:35.000000000 +0200
@@ -1,3 +1,7 @@
+2023-07-03:    22.3
+       - merge gh#openSUSE/hwinfo#133
+       - avoid linking problems with libsamba (bsc#1212756)
+
 2023-01-09:    22.2
        - merge gh#openSUSE/hwinfo#126
        - create xen usb controller device if necessary (bsc#1204294)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-22.2/src/hd/hd.c new/hwinfo-22.3/src/hd/hd.c
--- old/hwinfo-22.2/src/hd/hd.c 2023-01-09 15:05:07.000000000 +0100
+++ new/hwinfo-22.3/src/hd/hd.c 2023-07-03 20:49:35.000000000 +0200
@@ -3924,7 +3924,8 @@
   return i;
 }
 
-int load_module(hd_data_t *hd_data, char *module)
+/* symbol clash with libsamba (bsc#1212756) */
+__attribute__((visibility("hidden"))) int load_module(hd_data_t *hd_data, char 
*module)
 {
   return load_module_with_params(hd_data, module, NULL);
 }

Reply via email to