Hello community,
here is the log from the commit of package multipath-tools for openSUSE:Factory
checked in at 2020-01-19 20:53:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
and /work/SRC/openSUSE:Factory/.multipath-tools.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "multipath-tools"
Sun Jan 19 20:53:21 2020 rev:120 rq:764967 version:0.8.3+10+suse.86684b9
Changes:
--------
--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes
2019-10-11 15:11:07.997123563 +0200
+++
/work/SRC/openSUSE:Factory/.multipath-tools.new.26092/multipath-tools.changes
2020-01-19 20:53:51.375937378 +0100
@@ -1,0 +2,7 @@
+Thu Jan 16 12:11:54 UTC 2020 - [email protected]
+
+- Update to version 0.8.3+10+suse.86684b9:
+ * libmultipath: fix compilation with -fno-common
+ (boo#1160403)
+
+-------------------------------------------------------------------
Old:
----
multipath-tools-0.8.3+9+suse.f6f2a52.tar.xz
New:
----
multipath-tools-0.8.3+10+suse.86684b9.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.LDjtgn/_old 2020-01-19 20:53:53.767938635 +0100
+++ /var/tmp/diff_new_pack.LDjtgn/_new 2020-01-19 20:53:53.799938651 +0100
@@ -49,7 +49,7 @@
%define _sysdir usr/lib
Name: multipath-tools
-Version: 0.8.3+9+suse.f6f2a52
+Version: 0.8.3+10+suse.86684b9
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
++++++ _service ++++++
--- /var/tmp/diff_new_pack.LDjtgn/_old 2020-01-19 20:53:54.183938853 +0100
+++ /var/tmp/diff_new_pack.LDjtgn/_new 2020-01-19 20:53:54.215938870 +0100
@@ -8,7 +8,7 @@
are have been added to factory before upstream will be
counted. Determine patch offset manually! It should be the number
of patches which are _really_ not upstream (yet). -->
- <param name="versionformat">@PARENT_TAG@+9+suse.%h</param>
+ <param name="versionformat">@PARENT_TAG@+10+suse.%h</param>
<param name="revision">factory</param>
<param name="match-tag">0.[0-9].[0-9]</param>
<param name="changesgenerate">enable</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.LDjtgn/_old 2020-01-19 20:53:54.375938954 +0100
+++ /var/tmp/diff_new_pack.LDjtgn/_new 2020-01-19 20:53:54.403938969 +0100
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/multipath-tools.git</param>
- <param
name="changesrevision">f6f2a5270bb7ef50206b275a5aea6c907a30715a</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">86684b95ae94365b977aa8d1a0826bbe85b36191</param></service></servicedata>
\ No newline at end of file
++++++ multipath-tools-0.8.3+9+suse.f6f2a52.tar.xz ->
multipath-tools-0.8.3+10+suse.86684b9.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/multipath-tools-0.8.3+9+suse.f6f2a52/libmultipath/structs.h
new/multipath-tools-0.8.3+10+suse.86684b9/libmultipath/structs.h
--- old/multipath-tools-0.8.3+9+suse.f6f2a52/libmultipath/structs.h
2019-10-04 12:18:52.000000000 +0200
+++ new/multipath-tools-0.8.3+10+suse.86684b9/libmultipath/structs.h
2020-01-16 12:57:12.000000000 +0100
@@ -106,7 +106,7 @@
* _FIND_MULTIPATHS_F must have the same value as YNU_YES.
* Generate a compile time error if that isn't the case.
*/
-char ___error1___[-(_FIND_MULTIPATHS_F != YNU_YES)];
+extern char ___error1___[-(_FIND_MULTIPATHS_F != YNU_YES)];
#define find_multipaths_on(conf) \
(!!((conf)->find_multipaths & _FIND_MULTIPATHS_F))