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-02-18 20:22:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and      /work/SRC/openSUSE:Factory/.libstorage-ng.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libstorage-ng"

Sun Feb 18 20:22:29 2024 rev:260 rq:1147151 version:4.5.189

Changes:
--------
--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes      
2024-02-15 20:59:50.098800660 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.1815/libstorage-ng.changes    
2024-02-18 20:22:31.428612468 +0100
@@ -1,0 +2,7 @@
+Fri Feb 16 16:25:46 UTC 2024 - aschn...@suse.com
+
+- merge gh#openSUSE/libstorage-ng#986
+- log textdomain codeset
+- 4.5.189
+
+--------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libstorage-ng.spec ++++++
--- /var/tmp/diff_new_pack.iHZGs2/_old  2024-02-18 20:22:33.108673098 +0100
+++ /var/tmp/diff_new_pack.iHZGs2/_new  2024-02-18 20:22:33.128673819 +0100
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:           libstorage-ng
-Version:        4.5.188
+Version:        4.5.189
 Release:        0
 Summary:        Library for storage management
 License:        GPL-2.0-only

++++++ libstorage-ng-4.5.188.tar.xz -> libstorage-ng-4.5.189.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.188/VERSION 
new/libstorage-ng-4.5.189/VERSION
--- old/libstorage-ng-4.5.188/VERSION   2024-02-15 16:46:00.000000000 +0100
+++ new/libstorage-ng-4.5.189/VERSION   2024-02-16 17:25:46.000000000 +0100
@@ -1 +1 @@
-4.5.188
+4.5.189
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-4.5.188/storage/EnvironmentImpl.cc 
new/libstorage-ng-4.5.189/storage/EnvironmentImpl.cc
--- old/libstorage-ng-4.5.188/storage/EnvironmentImpl.cc        2024-02-15 
16:46:00.000000000 +0100
+++ new/libstorage-ng-4.5.189/storage/EnvironmentImpl.cc        2024-02-16 
17:25:46.000000000 +0100
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) [2014-2015] Novell, Inc.
- * Copyright (c) [2018-2023] SUSE LLC
+ * Copyright (c) [2018-2024] SUSE LLC
  *
  * All Rights Reserved.
  *
@@ -21,7 +21,9 @@
  */
 
 
+#include <locale.h>
 #include <langinfo.h>
+#include <libintl.h>
 #include <cstring>
 #include <ostream>
 
@@ -194,6 +196,10 @@
        y2mil("locale " << setlocale(LC_ALL, NULL));
        y2mil("codeset " << nl_langinfo(CODESET));
 
+       const char* p1 = bind_textdomain_codeset("libstorage-ng", NULL);
+       if (p1)
+           y2mil("textdomain-codeset " << p1);
+
        const char* env_vars[] = {
            "PATH",
            "LANG", "LANGUAGE",

Reply via email to