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-03-14 22:20:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Sat Mar 14 22:20:45 2026 rev:331 rq:1338757 version:4.5.307 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2026-03-05 17:12:53.381017234 +0100 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.8177/libstorage-ng.changes 2026-03-14 22:21:12.630187534 +0100 @@ -1,0 +2,13 @@ +Fri Mar 13 13:03:23 UTC 2026 - [email protected] + +- Translated using Weblate (Spanish) (bsc#1149754) +- 4.5.307 + +-------------------------------------------------------------------- +Fri Mar 13 11:32:28 UTC 2026 - [email protected] + +- merge gh#openSUSE/libstorage-ng#1062 +- use ssh control master in remote probing example +- 4.5.306 + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.5.305.tar.xz New: ---- libstorage-ng-4.5.307.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.j7OplI/_old 2026-03-14 22:21:13.370218168 +0100 +++ /var/tmp/diff_new_pack.j7OplI/_new 2026-03-14 22:21:13.374218334 +0100 @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.5.305 +Version: 4.5.307 Release: 0 Summary: Library for storage management License: GPL-2.0-only ++++++ libstorage-ng-4.5.305.tar.xz -> libstorage-ng-4.5.307.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.305/VERSION new/libstorage-ng-4.5.307/VERSION --- old/libstorage-ng-4.5.305/VERSION 2026-03-04 11:04:17.000000000 +0100 +++ new/libstorage-ng-4.5.307/VERSION 2026-03-13 16:04:18.000000000 +0100 @@ -1 +1 @@ -4.5.305 +4.5.307 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.305/bindings/python/examples/remote-probe.py new/libstorage-ng-4.5.307/bindings/python/examples/remote-probe.py --- old/libstorage-ng-4.5.305/bindings/python/examples/remote-probe.py 2026-03-04 11:04:17.000000000 +0100 +++ new/libstorage-ng-4.5.307/bindings/python/examples/remote-probe.py 2026-03-13 16:04:18.000000000 +0100 @@ -16,7 +16,9 @@ def run_command(name): - cmd = "ssh -l root %s -p %s %s" % (host, port, name) + control_master = "-o ControlMaster=auto -o ControlPath=\"~/.ssh/remote-probe-%C\" -o ControlPersist=30s" + + cmd = "ssh -l root " + control_master + " %s -p %s %s" % (host, port, name) p = Popen(cmd, shell = True, stdout = PIPE, stderr = PIPE, close_fds = True) stdout, stderr = p.communicate() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.305/po/es.po new/libstorage-ng-4.5.307/po/es.po --- old/libstorage-ng-4.5.305/po/es.po 2026-03-04 11:04:17.000000000 +0100 +++ new/libstorage-ng-4.5.307/po/es.po 2026-03-13 16:04:18.000000000 +0100 @@ -17,8 +17,8 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-01-29 14:48+0100\n" -"PO-Revision-Date: 2025-07-22 15:00+0000\n" -"Last-Translator: Julia Faltenbacher <[email protected]>\n" +"PO-Revision-Date: 2026-03-13 15:04+0000\n" +"Last-Translator: \"Marina J. Donis\" <[email protected]>\n" "Language-Team: Spanish <https://l10n.opensuse.org/projects/libstorage/ng-" "master/es/>\n" "Language: es\n" @@ -26,7 +26,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.12.2\n" +"X-Generator: Weblate 5.16.2\n" "X-Poedit-Language: Spanish\n" msgid "" @@ -1958,7 +1958,7 @@ #. TRANSLATORS: name of object msgid "Erofs" -msgstr "" +msgstr "Erofs" #. TRANSLATORS: name of object msgid "Ext2" @@ -3353,7 +3353,7 @@ #. TRANSLATORS: name of object msgid "Squashfs" -msgstr "" +msgstr "Squashfs" #. TRANSLATORS: name of object msgid "Stray Block Device"
