Hello community, here is the log from the commit of package libstorage-ng for openSUSE:Factory checked in at 2019-03-25 09:47:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Mon Mar 25 09:47:42 2019 rev:47 rq:687340 version:4.1.102 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2019-03-21 09:51:39.238815569 +0100 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.25356/libstorage-ng.changes 2019-03-25 09:47:48.148009292 +0100 @@ -1,0 +2,7 @@ +Thu Mar 21 13:35:11 UTC 2019 - [email protected] + +- merge gh#openSUSE/libstorage-ng#630 +- fix compilation with -O0 +- 4.1.102 + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.1.101.tar.xz New: ---- libstorage-ng-4.1.102.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.pAfUYs/_old 2019-03-25 09:47:49.504009097 +0100 +++ /var/tmp/diff_new_pack.pAfUYs/_new 2019-03-25 09:47:49.536009092 +0100 @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.1.101 +Version: 4.1.102 Release: 0 Summary: Library for storage management License: GPL-2.0-only ++++++ libstorage-ng-4.1.101.tar.xz -> libstorage-ng-4.1.102.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.101/VERSION new/libstorage-ng-4.1.102/VERSION --- old/libstorage-ng-4.1.101/VERSION 2019-03-16 19:26:53.000000000 +0100 +++ new/libstorage-ng-4.1.102/VERSION 2019-03-21 14:35:11.000000000 +0100 @@ -1 +1 @@ -4.1.101 +4.1.102 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.1.101/storage/Devices/LvmPvImpl.cc new/libstorage-ng-4.1.102/storage/Devices/LvmPvImpl.cc --- old/libstorage-ng-4.1.101/storage/Devices/LvmPvImpl.cc 2019-03-16 19:26:53.000000000 +0100 +++ new/libstorage-ng-4.1.102/storage/Devices/LvmPvImpl.cc 2019-03-21 14:35:11.000000000 +0100 @@ -46,6 +46,8 @@ const char* DeviceTraits<LvmPv>::classname = "LvmPv"; + const unsigned long long LvmPv::Impl::default_pe_start; + LvmPv::Impl::Impl(const xmlNode* node) : Device::Impl(node), uuid(), pe_start(default_pe_start)
