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 2024-05-29 19:35:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and      /work/SRC/openSUSE:Factory/.libstorage-ng.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstorage-ng"

Wed May 29 19:35:06 2024 rev:271 rq:1177109 version:4.5.206

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes      
2024-05-15 21:24:16.456548413 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.24587/libstorage-ng.changes   
2024-05-29 19:35:12.663096046 +0200
@@ -1,0 +2,14 @@
+Mon May 27 11:08:16 UTC 2024 - aschn...@suse.com
+
+- merge gh#openSUSE/libstorage-ng#995
+- added GitHub action for codespell
+- 4.5.206
+
+--------------------------------------------------------------------
+Mon May 27 10:03:52 UTC 2024 - aschn...@suse.com
+
+- merge gh#openSUSE/libstorage-ng#994
+- extended documentation
+- 4.5.205
+
+--------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libstorage-ng.spec ++++++
--- /var/tmp/diff_new_pack.setoeo/_old  2024-05-29 19:35:14.815173988 +0200
+++ /var/tmp/diff_new_pack.setoeo/_new  2024-05-29 19:35:14.819174132 +0200
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:           libstorage-ng
-Version:        4.5.204
+Version:        4.5.206
 Release:        0
 Summary:        Library for storage management
 License:        GPL-2.0-only

++++++ libstorage-ng-4.5.204.tar.xz -> libstorage-ng-4.5.206.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-ng-4.5.204/.github/workflows/codespell.yml 
new/libstorage-ng-4.5.206/.github/workflows/codespell.yml
--- old/libstorage-ng-4.5.204/.github/workflows/codespell.yml   1970-01-01 
01:00:00.000000000 +0100
+++ new/libstorage-ng-4.5.206/.github/workflows/codespell.yml   2024-05-27 
13:08:16.000000000 +0200
@@ -0,0 +1,20 @@
+# Configure via .codespellrc in the root of the project
+---
+name: Codespell
+
+on:
+  push:
+    branches: [master]
+  pull_request:
+    branches: [master]
+
+jobs:
+  Codespell:
+    name: Check for spelling errors
+    runs-on: ubuntu-latest
+
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Codespell
+        uses: codespell-project/actions-codespell@v2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.204/VERSION 
new/libstorage-ng-4.5.206/VERSION
--- old/libstorage-ng-4.5.204/VERSION   2024-05-14 15:52:06.000000000 +0200
+++ new/libstorage-ng-4.5.206/VERSION   2024-05-27 13:08:16.000000000 +0200
@@ -1 +1 @@
-4.5.204
+4.5.206
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.204/doc/discard.md 
new/libstorage-ng-4.5.206/doc/discard.md
--- old/libstorage-ng-4.5.204/doc/discard.md    2024-05-14 15:52:06.000000000 
+0200
+++ new/libstorage-ng-4.5.206/doc/discard.md    2024-05-27 13:08:16.000000000 
+0200
@@ -5,8 +5,8 @@
 libstorage-ng does calls to blkdiscard e.g. before creating a
 partition table and after creating a partition.
 
-In general that should not have a huge advantage since most several
-file systems do discard on their own during mkfs (e.g. ext4 and xfs)
-or fstrim will do so. But if areas are left unpartitioned it should
-be beneficial.
+In general that should not have a huge advantage since several file
+systems do discard on their own during mkfs (e.g. ext4 and xfs) or
+fstrim will do so. But if areas are left unpartitioned it should be
+beneficial.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-ng-4.5.204/storage/Filesystems/Filesystem.h 
new/libstorage-ng-4.5.206/storage/Filesystems/Filesystem.h
--- old/libstorage-ng-4.5.204/storage/Filesystems/Filesystem.h  2024-05-14 
15:52:06.000000000 +0200
+++ new/libstorage-ng-4.5.206/storage/Filesystems/Filesystem.h  2024-05-27 
13:08:16.000000000 +0200
@@ -58,9 +58,16 @@
         */
        FsType get_type() const;
 
+       /**
+        * Query whether the SpaceInfo was already detected or set.
+        */
        bool has_space_info() const;
 
        /**
+        * Detect the SpaceInfo.
+        *
+        * The SpaceInfo is cached. Fast if has_space_info() is true.
+        *
         * So far only supported for Nfs.
         *
         * @throw Exception

Reply via email to