Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2026-01-06 17:41:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and      /work/SRC/openSUSE:Factory/.libstorage-ng.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstorage-ng"

Tue Jan  6 17:41:37 2026 rev:321 rq:1325419 version:4.5.283

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes      
2026-01-02 14:27:30.589944867 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.1928/libstorage-ng.changes    
2026-01-06 17:41:47.142754045 +0100
@@ -1,0 +2,7 @@
+Mon Jan 5 13:17:56 UTC 2026 - [email protected]
+
+- merge gh#openSUSE/libstorage-ng#1046
+- avoid deprecated functions in testsuite
+- 4.5.283
+
+--------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libstorage-ng.spec ++++++
--- /var/tmp/diff_new_pack.qwX5a8/_old  2026-01-06 17:41:49.726860072 +0100
+++ /var/tmp/diff_new_pack.qwX5a8/_new  2026-01-06 17:41:49.730860237 +0100
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:           libstorage-ng
-Version:        4.5.282
+Version:        4.5.283
 Release:        0
 Summary:        Library for storage management
 License:        GPL-2.0-only

++++++ libstorage-ng-4.5.282.tar.xz -> libstorage-ng-4.5.283.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.282/VERSION 
new/libstorage-ng-4.5.283/VERSION
--- old/libstorage-ng-4.5.282/VERSION   2026-01-02 09:31:24.000000000 +0100
+++ new/libstorage-ng-4.5.283/VERSION   2026-01-05 14:17:56.000000000 +0100
@@ -1 +1 @@
-4.5.282
+4.5.283
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-ng-4.5.282/bindings/python/testsuite/all-types.py 
new/libstorage-ng-4.5.283/bindings/python/testsuite/all-types.py
--- old/libstorage-ng-4.5.282/bindings/python/testsuite/all-types.py    
2026-01-02 09:31:24.000000000 +0100
+++ new/libstorage-ng-4.5.283/bindings/python/testsuite/all-types.py    
2026-01-05 14:17:56.000000000 +0100
@@ -4,7 +4,8 @@
 
 from storage import (Environment, ProbeMode_NONE, TargetMode_DIRECT, Storage,
                      Devicegraph, Disk, Region, PtType_GPT, 
PartitionType_PRIMARY, FsType_EXT4,
-                     UF_EXT4, UF_BTRFS, LIBSTORAGE_NG_VERSION_STRING, 
VectorString)
+                     UF_EXT4, UF_BTRFS, LIBSTORAGE_NG_VERSION_STRING, 
VectorString,
+                     UsedFeaturesDependencyType_SUGGESTED)
 
 
 class TestCreate(unittest.TestCase):
@@ -43,8 +44,8 @@
         self.assertEqual(mount_point.get_mount_options().size(), 1)
         self.assertEqual(mount_point.get_mount_options()[0], "ro")
 
-        self.assertTrue(devicegraph.used_features() & UF_EXT4)
-        self.assertFalse(devicegraph.used_features() & UF_BTRFS)
+        
self.assertTrue(devicegraph.used_features(UsedFeaturesDependencyType_SUGGESTED) 
& UF_EXT4)
+        
self.assertFalse(devicegraph.used_features(UsedFeaturesDependencyType_SUGGESTED)
 & UF_BTRFS)
 
         self.assertTrue(LIBSTORAGE_NG_VERSION_STRING)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-ng-4.5.282/bindings/ruby/testsuite/all-types.rb 
new/libstorage-ng-4.5.283/bindings/ruby/testsuite/all-types.rb
--- old/libstorage-ng-4.5.282/bindings/ruby/testsuite/all-types.rb      
2026-01-02 09:31:24.000000000 +0100
+++ new/libstorage-ng-4.5.283/bindings/ruby/testsuite/all-types.rb      
2026-01-05 14:17:56.000000000 +0100
@@ -36,8 +36,8 @@
     # TODO
     ext4.userdata = Storage::MapStringString.new()
 
-    assert_equal(devicegraph.used_features() & Storage::UF_EXT4, 
Storage::UF_EXT4)
-    assert_equal(devicegraph.used_features() & Storage::UF_BTRFS, 0)
+    
assert_equal(devicegraph.used_features(Storage::UsedFeaturesDependencyType_SUGGESTED)
 & Storage::UF_EXT4, Storage::UF_EXT4)
+    
assert_equal(devicegraph.used_features(Storage::UsedFeaturesDependencyType_SUGGESTED)
 & Storage::UF_BTRFS, 0)
 
     assert_not_equal(Storage::LIBSTORAGE_NG_VERSION_STRING, "")
 

Reply via email to