Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2020-09-03 01:09:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and      /work/SRC/openSUSE:Factory/.libstorage-ng.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstorage-ng"

Thu Sep  3 01:09:51 2020 rev:92 rq:829941 version:4.3.40

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes      
2020-07-30 10:01:05.067256467 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.3399/libstorage-ng.changes    
2020-09-03 01:10:17.296389668 +0200
@@ -1,0 +2,7 @@
+Thu Aug 27 09:17:59 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/libstorage-ng#767
+- removed some unnecessary null pointer checks
+- 4.3.40
+
+--------------------------------------------------------------------

Old:
----
  libstorage-ng-4.3.39.tar.xz

New:
----
  libstorage-ng-4.3.40.tar.xz

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

Other differences:
------------------
++++++ libstorage-ng.spec ++++++
--- /var/tmp/diff_new_pack.TpLzqX/_old  2020-09-03 01:10:19.732390480 +0200
+++ /var/tmp/diff_new_pack.TpLzqX/_new  2020-09-03 01:10:19.732390480 +0200
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:           libstorage-ng
-Version:        4.3.39
+Version:        4.3.40
 Release:        0
 Summary:        Library for storage management
 License:        GPL-2.0-only

++++++ libstorage-ng-4.3.39.tar.xz -> libstorage-ng-4.3.40.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.3.39/VERSION 
new/libstorage-ng-4.3.40/VERSION
--- old/libstorage-ng-4.3.39/VERSION    2020-07-29 14:24:18.000000000 +0200
+++ new/libstorage-ng-4.3.40/VERSION    2020-08-27 11:17:59.000000000 +0200
@@ -1 +1 @@
-4.3.39
+4.3.40
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-ng-4.3.39/storage/Filesystems/BtrfsImpl.cc 
new/libstorage-ng-4.3.40/storage/Filesystems/BtrfsImpl.cc
--- old/libstorage-ng-4.3.39/storage/Filesystems/BtrfsImpl.cc   2020-07-29 
14:24:18.000000000 +0200
+++ new/libstorage-ng-4.3.40/storage/Filesystems/BtrfsImpl.cc   2020-08-27 
11:17:59.000000000 +0200
@@ -86,8 +86,7 @@
 
     Btrfs::Impl::~Impl()
     {
-        if (snapper_config)
-            delete snapper_config;
+       delete snapper_config;
     }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-ng-4.3.39/storage/Utils/CommentedConfigFile.cc 
new/libstorage-ng-4.3.40/storage/Utils/CommentedConfigFile.cc
--- old/libstorage-ng-4.3.39/storage/Utils/CommentedConfigFile.cc       
2020-07-29 14:24:18.000000000 +0200
+++ new/libstorage-ng-4.3.40/storage/Utils/CommentedConfigFile.cc       
2020-08-27 11:17:59.000000000 +0200
@@ -89,8 +89,7 @@
 {
     Entry * entry = take( index );
 
-    if ( entry )
-        delete entry;
+    delete entry;
 }
 
 


Reply via email to