Hello community,

here is the log from the commit of package yast2-ca-management for 
openSUSE:Factory
checked in at Mon May 2 13:49:09 CEST 2011.



--------
--- yast2-ca-management/yast2-ca-management.changes     2010-03-19 
16:11:39.000000000 +0100
+++ 
/mounts/work_src_done/STABLE/yast2-ca-management/yast2-ca-management.changes    
    2011-04-29 11:37:18.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr 29 11:32:34 CEST 2011 - m...@suse.de
+
+- version 2.21.0
+- improve bad password error message. (bnc#690558)
+- mark message for translation (bnc#605481)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-ca-management-2.19.5.tar.bz2

New:
----
  yast2-ca-management-2.21.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-ca-management.spec ++++++
--- /var/tmp/diff_new_pack.jQUJI8/_old  2011-05-02 13:48:35.000000000 +0200
+++ /var/tmp/diff_new_pack.jQUJI8/_new  2011-05-02 13:48:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-ca-management (Version 2.19.5)
+# spec file for package yast2-ca-management
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,11 @@
 
 
 Name:           yast2-ca-management
-Version:        2.19.5
+Version:        2.21.0
 Release:        1
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-ca-management-2.19.5.tar.bz2
+Source0:        yast2-ca-management-2.21.0.tar.bz2
 
 Prefix:         /usr
 
@@ -38,7 +39,7 @@
 Managing CAs, Certificates and Requests in an understanding way.
 
 %prep
-%setup -n yast2-ca-management-2.19.5
+%setup -n yast2-ca-management-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-ca-management-2.19.5.tar.bz2 -> yast2-ca-management-2.21.0.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ca-management-2.19.5/VERSION 
new/yast2-ca-management-2.21.0/VERSION
--- old/yast2-ca-management-2.19.5/VERSION      2010-03-19 15:36:49.000000000 
+0100
+++ new/yast2-ca-management-2.21.0/VERSION      2011-04-29 11:32:24.000000000 
+0200
@@ -1 +1 @@
-2.19.5
+2.21.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ca-management-2.19.5/src/YaPI/caUtils.pm 
new/yast2-ca-management-2.21.0/src/YaPI/caUtils.pm
--- old/yast2-ca-management-2.19.5/src/YaPI/caUtils.pm  2010-03-19 
16:07:38.000000000 +0100
+++ new/yast2-ca-management-2.21.0/src/YaPI/caUtils.pm  2011-04-29 
11:31:46.000000000 +0200
@@ -1848,7 +1848,7 @@
         } elsif ( $key eq "keyPasswd" || $key eq "caPasswd") {
             if (! defined $data->{$key} ||
                 length($data->{$key}) < 4) {
-                return $self->SetError(summary => sprintf(__("Invalid value 
'%s' for parameter '%s'."),$data->{$key}, $key),
+                return $self->SetError(summary => sprintf(__("Password (%s) is 
too simple."), $key),
                                       code    => "PARAM_CHECK_FAILED");
             }
         } elsif ( $key eq "keyLength") {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ca-management-2.19.5/src/ca_mgm_proposal.ycp 
new/yast2-ca-management-2.21.0/src/ca_mgm_proposal.ycp
--- old/yast2-ca-management-2.19.5/src/ca_mgm_proposal.ycp      2009-11-19 
17:09:49.000000000 +0100
+++ new/yast2-ca-management-2.21.0/src/ca_mgm_proposal.ycp      2010-05-20 
11:41:09.000000000 +0200
@@ -246,7 +246,7 @@
                                UI::OpenDialog (`opt(`decorated ),
                                                                
`HBox(`VSpacing(10),
                                                                          `VBox 
(
-                                                                               
         `Label("Unable to retrieve the system root password. Set a CA password 
to continue."),
+                                                                               
         `Label(_("Unable to retrieve the system root password. Set a CA 
password to continue.")),
                                                                                
         `HSpacing(10),
                                                                                
         `Password(`id(`pw1), `opt(`hstretch), _("&Password:"), ""),
                                                                                
         `Password(`id(`pw2), `opt(`hstretch), _("Co&nfirm Password"), ""),


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to