Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2014-05-10 08:32:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-users.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-users"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2014-04-26 
11:45:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes     
2014-05-10 08:32:14.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May  7 14:57:31 UTC 2014 - [email protected]
+
+- do not modify frozen text from gettext call (bnc#876571)
+- 3.1.23
+
+-------------------------------------------------------------------

Old:
----
  yast2-users-3.1.22.tar.bz2

New:
----
  yast2-users-3.1.23.tar.bz2

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.bOZ0QJ/_old  2014-05-10 08:32:15.000000000 +0200
+++ /var/tmp/diff_new_pack.bOZ0QJ/_new  2014-05-10 08:32:15.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.22
+Version:        3.1.23
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-users-3.1.22.tar.bz2 -> yast2-users-3.1.23.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.22/package/yast2-users.changes 
new/yast2-users-3.1.23/package/yast2-users.changes
--- old/yast2-users-3.1.22/package/yast2-users.changes  2014-04-18 
10:43:45.000000000 +0200
+++ new/yast2-users-3.1.23/package/yast2-users.changes  2014-05-07 
17:13:46.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed May  7 14:57:31 UTC 2014 - [email protected]
+
+- do not modify frozen text from gettext call (bnc#876571)
+- 3.1.23
+
+-------------------------------------------------------------------
 Fri Apr 18 08:34:35 UTC 2014 - [email protected]
 
 - bnc#872903
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.22/package/yast2-users.spec 
new/yast2-users-3.1.23/package/yast2-users.spec
--- old/yast2-users-3.1.22/package/yast2-users.spec     2014-04-18 
10:43:45.000000000 +0200
+++ new/yast2-users-3.1.23/package/yast2-users.spec     2014-05-07 
17:13:46.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.22
+Version:        3.1.23
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.22/src/clients/inst_user_first.rb 
new/yast2-users-3.1.23/src/clients/inst_user_first.rb
--- old/yast2-users-3.1.22/src/clients/inst_user_first.rb       2014-04-18 
10:43:46.000000000 +0200
+++ new/yast2-users-3.1.23/src/clients/inst_user_first.rb       2014-05-07 
17:13:47.000000000 +0200
@@ -157,13 +157,13 @@
       )
 
       # help text for dialog "User Authentication Method" 1/2
-      @auth_help = _("<p><b>Authentication</b><br></p>") <<
+      @auth_help = _("<p><b>Authentication</b><br></p>") +
         # help text for dialog "User Authentication Method" 2/2
         _("<p>Select <b>Local</b> to authenticate users only by using the " +
           "local files <i>/etc/passwd</i> and <i>/etc/shadow</i>.</p>")
 
       # Help text for password expert dialog
-      @encryption_help = _("<p>Choose a password encryption method for local 
and system users.</p>") <<
+      @encryption_help = _("<p>Choose a password encryption method for local 
and system users.</p>") +
         # Help text for password expert dialog
         _("<p><b>SHA-512</b> is the current standard hash method. Using other 
" +
           "algorithms is not recommended unless needed for compatibility 
purposes.</p>")
@@ -626,7 +626,7 @@
         imported = n_("User %s will be imported.", "Users %s will be 
imported.", @to_import.size) % @to_import.join(",")
 
         if @text_mode
-          auth_line << "<br>" << imported
+          auth_line += "<br>" + imported
         else
           imported_term = Left(Label(imported))
         end

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to