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-09 12:07:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Thu May 9 12:07:26 2024 rev:269 rq:1172473 version:4.5.203 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2024-03-13 22:16:58.624736816 +0100 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.1880/libstorage-ng.changes 2024-05-09 12:07:31.589118641 +0200 @@ -1,0 +2,8 @@ +Tue May 7 14:48:08 UTC 2024 - aschn...@suse.com + +- merge gh#openSUSE/libstorage-ng#992 +- fixed typos +- added .codespellrc +- 4.5.203 + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.5.202.tar.xz New: ---- libstorage-ng-4.5.203.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.48mQ8J/_old 2024-05-09 12:07:33.449186242 +0200 +++ /var/tmp/diff_new_pack.48mQ8J/_new 2024-05-09 12:07:33.453186388 +0200 @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.5.202 +Version: 4.5.203 Release: 0 Summary: Library for storage management License: GPL-2.0-only ++++++ libstorage-ng-4.5.202.tar.xz -> libstorage-ng-4.5.203.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.202/.codespellrc new/libstorage-ng-4.5.203/.codespellrc --- old/libstorage-ng-4.5.202/.codespellrc 1970-01-01 01:00:00.000000000 +0100 +++ new/libstorage-ng-4.5.203/.codespellrc 2024-05-07 16:48:08.000000000 +0200 @@ -0,0 +1,3 @@ +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +[codespell] +skip = po diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.202/VERSION new/libstorage-ng-4.5.203/VERSION --- old/libstorage-ng-4.5.202/VERSION 2024-03-11 14:46:33.000000000 +0100 +++ new/libstorage-ng-4.5.203/VERSION 2024-05-07 16:48:08.000000000 +0200 @@ -1 +1 @@ -4.5.202 +4.5.203 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.202/storage/CompoundAction/Formatter/Bcache.cc new/libstorage-ng-4.5.203/storage/CompoundAction/Formatter/Bcache.cc --- old/libstorage-ng-4.5.202/storage/CompoundAction/Formatter/Bcache.cc 2024-03-11 14:46:33.000000000 +0100 +++ new/libstorage-ng-4.5.203/storage/CompoundAction/Formatter/Bcache.cc 2024-05-07 16:48:08.000000000 +0200 @@ -133,7 +133,7 @@ return Text(); // TRANSLATORS: - // %1$s is replaced with the the bcache name (e.g. /dev/bcache0), + // %1$s is replaced with the bcache name (e.g. /dev/bcache0), // %2$s is replaced with the a list of cache devices with size // (e.g. "/dev/sdb1 (64.00 GiB) and /dev/sdc1 (160.00 GiB)") Text text = _( "%1$s is cached by %2$s" ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.202/storage/Filesystems/MountableImpl.cc new/libstorage-ng-4.5.203/storage/Filesystems/MountableImpl.cc --- old/libstorage-ng-4.5.202/storage/Filesystems/MountableImpl.cc 2024-03-11 14:46:33.000000000 +0100 +++ new/libstorage-ng-4.5.203/storage/Filesystems/MountableImpl.cc 2024-05-07 16:48:08.000000000 +0200 @@ -502,7 +502,7 @@ // and /dev/sdb2 (1.00 GiB)) _("Remove mount point %1$s of %2$s from /etc/fstab"), // TRANSLATORS: displayed during action, - // %1$s is replaced by thr mount point (e.g. /home), + // %1$s is replaced by the mount point (e.g. /home), // %2$s is replaced by one or more device names (e.g /dev/sda1 (1.00 GiB) // and /dev/sdb2 (1.00 GiB)) _("Removing mount point %1$s of %2$s from /etc/fstab")); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.202/storage/PoolImpl.h new/libstorage-ng-4.5.203/storage/PoolImpl.h --- old/libstorage-ng-4.5.202/storage/PoolImpl.h 2024-03-11 14:46:33.000000000 +0100 +++ new/libstorage-ng-4.5.203/storage/PoolImpl.h 2024-05-07 16:48:08.000000000 +0200 @@ -63,7 +63,7 @@ * * So far only partitionables with a partition table are included. * - * The result is notdeterministic. + * The result is nondeterministic. */ vector<Partitionable*> get_partitionable_candidates(Devicegraph* devicegraph) const; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.202/storage/SimpleEtcCrypttab.h new/libstorage-ng-4.5.203/storage/SimpleEtcCrypttab.h --- old/libstorage-ng-4.5.202/storage/SimpleEtcCrypttab.h 2024-03-11 14:46:33.000000000 +0100 +++ new/libstorage-ng-4.5.203/storage/SimpleEtcCrypttab.h 2024-05-07 16:48:08.000000000 +0200 @@ -48,7 +48,7 @@ * Read a crypttab file. * * Whether the function returns an empty vector or throws an exception if - * reading or parsing is undefined. + * reading or parsing fails is undefined. * * @throw Exception */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.202/storage/SimpleEtcFstab.h new/libstorage-ng-4.5.203/storage/SimpleEtcFstab.h --- old/libstorage-ng-4.5.202/storage/SimpleEtcFstab.h 2024-03-11 14:46:33.000000000 +0100 +++ new/libstorage-ng-4.5.203/storage/SimpleEtcFstab.h 2024-05-07 16:48:08.000000000 +0200 @@ -52,7 +52,7 @@ * Read a fstab file. * * Whether the function returns an empty vector or throws an exception if - * reading or parsing is undefined. + * reading or parsing fails is undefined. * * @throw Exception */