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 2021-04-10 15:26:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Sat Apr 10 15:26:05 2021 rev:110 rq:883628 version:4.3.106 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2021-03-30 20:51:32.640126032 +0200 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.2401/libstorage-ng.changes 2021-04-10 15:26:16.870301089 +0200 @@ -1,0 +2,14 @@ +Wed Apr 7 14:14:26 UTC 2021 - aschn...@suse.com + +- merge gh#openSUSE/libstorage-ng#802 +- use exfat tools in /usr/sbin to work with both exfat-utils and + exfatprogs (gh#openSUSE/yast-storage-ng#1214) +- 4.3.106 + +-------------------------------------------------------------------- +Wed Mar 31 12:24:33 UTC 2021 - opensuse-packag...@opensuse.org + +- Translated using Weblate (Spanish) (bsc#1149754) +- 4.3.105 + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.3.104.tar.xz New: ---- libstorage-ng-4.3.106.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.imR6kQ/_old 2021-04-10 15:26:17.306301602 +0200 +++ /var/tmp/diff_new_pack.imR6kQ/_new 2021-04-10 15:26:17.306301602 +0200 @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.3.104 +Version: 4.3.106 Release: 0 Summary: Library for storage management License: GPL-2.0-only ++++++ libstorage-ng-4.3.104.tar.xz -> libstorage-ng-4.3.106.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.3.104/VERSION new/libstorage-ng-4.3.106/VERSION --- old/libstorage-ng-4.3.104/VERSION 2021-03-29 12:32:24.000000000 +0200 +++ new/libstorage-ng-4.3.106/VERSION 2021-04-07 16:14:26.000000000 +0200 @@ -1 +1 @@ -4.3.104 +4.3.106 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.3.104/po/es.po new/libstorage-ng-4.3.106/po/es.po --- old/libstorage-ng-4.3.104/po/es.po 2021-03-29 12:32:24.000000000 +0200 +++ new/libstorage-ng-4.3.106/po/es.po 2021-04-07 16:14:26.000000000 +0200 @@ -17,7 +17,7 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-01-28 14:51+0000\n" -"PO-Revision-Date: 2021-03-23 01:56+0000\n" +"PO-Revision-Date: 2021-03-31 14:56+0000\n" "Last-Translator: Antonio Sim??n <anto...@trans-mission.com>\n" "Language-Team: Spanish <https://l10n.opensuse.org/projects/libstorage/" "ng-master/es/>\n" @@ -657,8 +657,8 @@ "Create encrypted %1$s %2$s (%3$s) for swap\n" "from %4$s" msgstr "" -"Crear partici??n cifrada %1$s %2$s (%3$s) para intercambio\n" -"de %4$s" +"Crear partici??n cifrada %1$s %2$s (%3$s) para\n" +"intercambio de %4$s" #. TRANSLATORS: #. %1$s is replaced with the md name (e.g. /dev/md0), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.3.104/storage/Utils/StorageDefines.h new/libstorage-ng-4.3.106/storage/Utils/StorageDefines.h --- old/libstorage-ng-4.3.104/storage/Utils/StorageDefines.h 2021-03-29 12:32:24.000000000 +0200 +++ new/libstorage-ng-4.3.106/storage/Utils/StorageDefines.h 2021-04-07 16:14:26.000000000 +0200 @@ -122,7 +122,7 @@ #define NTFSLABEL_BIN "/usr/sbin/ntfslabel" #define FATLABEL_BIN "/usr/sbin/fatlabel" #define SWAPLABEL_BIN "/sbin/swaplabel" -#define EXFATLABEL_BIN "/sbin/exfatlabel" +#define EXFATLABEL_BIN "/usr/sbin/exfatlabel" #define DUMPE2FS_BIN "/sbin/dumpe2fs" @@ -135,7 +135,7 @@ #define MKFS_EXT2_BIN "/sbin/mke2fs" #define MKFS_BTRFS_BIN "/sbin/mkfs.btrfs" #define MKFS_F2FS_BIN "/usr/sbin/mkfs.f2fs" -#define MKFS_EXFAT_BIN "/sbin/mkfs.exfat" +#define MKFS_EXFAT_BIN "/usr/sbin/mkfs.exfat" #define MKFS_UDF_BIN "/usr/sbin/mkfs.udf" #define DOT_BIN "/usr/bin/dot"