Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2019-04-30 12:56:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt"

Tue Apr 30 12:56:48 2019 rev:280 rq:697980 version:5.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2019-04-21 
09:03:53.330587002 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new.5536/libvirt.changes        
2019-04-30 12:56:51.774193279 +0200
@@ -1,0 +2,7 @@
+Thu Apr 25 20:42:03 UTC 2019 - Jim Fehlig <jfeh...@suse.com>
+
+- Fix build with LTO enabled
+  Adjusted support-managed-pci-xen-driver.patch
+  boo#1133253
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libvirt.spec ++++++
--- /var/tmp/diff_new_pack.SrgcDA/_old  2019-04-30 12:56:54.194191775 +0200
+++ /var/tmp/diff_new_pack.SrgcDA/_new  2019-04-30 12:56:54.198191771 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 


++++++ support-managed-pci-xen-driver.patch ++++++
--- /var/tmp/diff_new_pack.SrgcDA/_old  2019-04-30 12:56:54.390191652 +0200
+++ /var/tmp/diff_new_pack.SrgcDA/_new  2019-04-30 12:56:54.394191650 +0200
@@ -45,7 +45,7 @@
 +        data++;
 +
 +        if (STRPREFIX(opt, "managed=")) {
-+            if (virStrncpy(opt_managed, data, 1, sizeof(opt_managed)) == 
NULL) {
++            if (virStrncpy(opt_managed, data, 1, sizeof(opt_managed)) < 0) {
 +                virReportError(VIR_ERR_INTERNAL_ERROR,
 +                               _("managed option %s too big for destination"),
 +                               data);


Reply via email to