Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory
checked in at Tue Jul 19 14:09:40 CEST 2011.



--------
--- yast2-users/yast2-users.changes     2011-04-05 11:06:19.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-users/yast2-users.changes        
2011-07-15 12:48:54.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Jul 15 12:45:19 CEST 2011 - [email protected]
+
+- adapted testsuite to previous change
+- 2.21.5
+
+-------------------------------------------------------------------
+Fri Jul 15 12:41:25 CEST 2011 - [email protected]
+
+- fixed typos (bnc#703227)
+- 2.21.4 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

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

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.CLXW7K/_old  2011-07-19 14:04:28.000000000 +0200
+++ /var/tmp/diff_new_pack.CLXW7K/_new  2011-07-19 14:04:28.000000000 +0200
@@ -19,16 +19,16 @@
 
 
 Name:           yast2-users
-Version:        2.21.3
+Version:        2.21.5
 Release:        1
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-users-2.21.3.tar.bz2
+Source0:        yast2-users-2.21.5.tar.bz2
 
 Prefix:         /usr
 
 Group:          System/YaST
-License:        GPLv2+
+License:        GPL v2 or later
 BuildRequires:  cracklib-devel doxygen gcc-c++ perl-Digest-SHA1 
perl-XML-Writer update-desktop-files yast2 yast2-core-devel yast2-devtools 
yast2-ldap-client yast2-perl-bindings yast2-security yast2-testsuite
 
 Requires:       yast2-country yast2-pam yast2-security cracklib 
perl-Digest-SHA1 perl-X500-DN perl-gettext
@@ -53,7 +53,7 @@
 This package provides GUI for maintenance of linux users and groups.
 
 %prep
-%setup -n yast2-users-2.21.3
+%setup -n yast2-users-2.21.5
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-users-2.21.3.tar.bz2 -> yast2-users-2.21.5.tar.bz2 ++++++
++++ 14861 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/VERSION new/yast2-users-2.21.5/VERSION
--- old/yast2-users-2.21.3/VERSION      2011-04-05 11:01:39.000000000 +0200
+++ new/yast2-users-2.21.5/VERSION      2011-07-15 12:45:40.000000000 +0200
@@ -1 +1 @@
-2.21.3
+2.21.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/config.h.in new/yast2-users-2.21.5/config.h.in
--- old/yast2-users-2.21.3/config.h.in  2010-03-12 08:05:36.000000000 +0100
+++ new/yast2-users-2.21.5/config.h.in  2011-06-23 15:52:23.000000000 +0200
@@ -64,6 +64,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
@@ -80,3 +83,6 @@
 
 /* Version number of package */
 #undef VERSION
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/configure.in new/yast2-users-2.21.5/configure.in
--- old/yast2-users-2.21.3/configure.in 2010-03-12 08:05:23.000000000 +0100
+++ new/yast2-users-2.21.5/configure.in 2011-06-23 15:52:14.000000000 +0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-users, 2.19.7, http://bugs.opensuse.org/, yast2-users)
+AC_INIT(yast2-users, 2.21.3, http://bugs.opensuse.org/, yast2-users)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.19.7"
+VERSION="2.21.3"
 RPMNAME="yast2-users"
 MAINTAINER="Jiri Suchomel <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/libtool.m4 new/yast2-users-2.21.5/libtool.m4
--- old/yast2-users-2.21.3/libtool.m4   2010-03-12 08:05:30.000000000 +0100
+++ new/yast2-users-2.21.5/libtool.m4   2011-06-23 15:52:19.000000000 +0200
@@ -684,7 +684,6 @@
 
 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building 
support services.
 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
 _LT_COPYING
@@ -1021,7 +1020,7 @@
 # to the aix ld manual.
 m4_defun([_LT_SYS_MODULE_PATH_AIX],
 [m4_require([_LT_DECL_SED])dnl
-AC_LINK_IFELSE(AC_LANG_PROGRAM,[
+AC_LINK_IFELSE([AC_LANG_PROGRAM],[
 lt_aix_libpath_sed='
     /Import File Strings/,/^$/ {
        /^0/ {
@@ -4826,9 +4825,18 @@
        # implicitly export all symbols.
         save_LDFLAGS="$LDFLAGS"
         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo 
${wl}-update_registry ${wl}/dev/null"
-        AC_LINK_IFELSE(int foo(void) {},
+        AC_LINK_IFELSE(
+          [AC_LANG_SOURCE(
+            [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
+                          [C++], [[int foo (void) { return 0; }]],
+                          [Fortran 77], [[
+       subroutine foo
+       end]],
+                          [Fortran], [[
+       subroutine foo
+       end]])])], [
           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO 
"X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry 
${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o 
$lib'
-        )
+        ])
         LDFLAGS="$save_LDFLAGS"
       else
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version 
$verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/ltversion.m4 new/yast2-users-2.21.5/ltversion.m4
--- old/yast2-users-2.21.3/ltversion.m4 2010-03-12 08:05:30.000000000 +0100
+++ new/yast2-users-2.21.5/ltversion.m4 2011-06-23 15:52:19.000000000 +0200
@@ -9,15 +9,15 @@
 
 # Generated from ltversion.in.
 
-# serial 3012 ltversion.m4
+# serial 3018 ltversion.m4
 # This file is part of GNU Libtool
 
-m4_define([LT_PACKAGE_VERSION], [2.2.6])
-m4_define([LT_PACKAGE_REVISION], [1.3012])
+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
+m4_define([LT_PACKAGE_REVISION], [1.3018])
 
 AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6'
-macro_revision='1.3012'
+[macro_version='2.2.6b'
+macro_revision='1.3018'
 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 _LT_DECL(, macro_revision, 0)
 ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/src/UsersSimple.pm 
new/yast2-users-2.21.5/src/UsersSimple.pm
--- old/yast2-users-2.21.3/src/UsersSimple.pm   2011-04-04 14:40:28.000000000 
+0200
+++ new/yast2-users-2.21.5/src/UsersSimple.pm   2011-07-15 12:43:34.000000000 
+0200
@@ -4,7 +4,7 @@
 # Package:     Configuration of users and groups
 # Summary:     module for first stage user configuration
 #
-# $Id: UsersSimple.pm 63435 2011-02-17 10:10:13Z jsuchome $
+# $Id: UsersSimple.pm 64852 2011-07-15 10:43:33Z jsuchome $
 #
 
 package UsersSimple;
@@ -643,7 +643,7 @@
     $filtered          = reverse $pw;
     if ($filtered eq $pw) {
        # popup question
-        return __("You have used a palindrom for the password.");
+        return __("You have used a palindrome for the password.");
     }
 
     # check for numbers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/src/UsersUI.ycp new/yast2-users-2.21.5/src/UsersUI.ycp
--- old/yast2-users-2.21.3/src/UsersUI.ycp      2011-04-04 08:33:42.000000000 
+0200
+++ new/yast2-users-2.21.5/src/UsersUI.ycp      2011-04-05 11:05:54.000000000 
+0200
@@ -4,7 +4,7 @@
  * Summary:    UI-related routines to be run from perl modules (Users.pm etc.)
  * Author:     Jiri Suchomel <[email protected]>
  *
- * $Id: UsersUI.ycp 58405 2009-08-20 14:44:10Z jsuchome $
+ * $Id: UsersUI.ycp 63712 2011-04-05 09:05:53Z jsuchome $
  */
 {
     module "UsersUI";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/src/inst_user_first.ycp 
new/yast2-users-2.21.5/src/inst_user_first.ycp
--- old/yast2-users-2.21.3/src/inst_user_first.ycp      2011-04-05 
11:00:58.000000000 +0200
+++ new/yast2-users-2.21.5/src/inst_user_first.ycp      2011-04-05 
11:05:54.000000000 +0200
@@ -4,7 +4,7 @@
  * Summary:    Dialog for creating the first user during installation
  * Authors:     Jiri Suchomel <[email protected]>
  *
- * $Id: inst_user_first.ycp 61042 2010-02-26 13:48:03Z jsuchome $
+ * $Id: inst_user_first.ycp 63712 2011-04-05 09:05:53Z jsuchome $
  */
 {
     import "Directory";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/src/users_proposal.ycp 
new/yast2-users-2.21.5/src/users_proposal.ycp
--- old/yast2-users-2.21.3/src/users_proposal.ycp       2011-04-01 
07:56:23.000000000 +0200
+++ new/yast2-users-2.21.5/src/users_proposal.ycp       2011-04-05 
11:05:54.000000000 +0200
@@ -3,7 +3,7 @@
  * Author:             Jiri Suchomel <[email protected]>
  * Purpose:            Proposal for user and root setting
  *
- * $Id: users_proposal.ycp 59599 2009-11-19 07:32:43Z jsuchome $
+ * $Id: users_proposal.ycp 63712 2011-04-05 09:05:53Z jsuchome $
  */
 {
     textdomain "users";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/src/widgets.ycp new/yast2-users-2.21.5/src/widgets.ycp
--- old/yast2-users-2.21.3/src/widgets.ycp      2011-04-05 11:00:28.000000000 
+0200
+++ new/yast2-users-2.21.5/src/widgets.ycp      2011-07-15 12:43:34.000000000 
+0200
@@ -4,7 +4,7 @@
  * Summary:    Widgets definitions and helper functions
  * Authors:    Jiri Suchomel <[email protected]>
  *
- * $Id: widgets.ycp 62056 2010-05-24 12:19:10Z jsuchome $
+ * $Id: widgets.ycp 64852 2011-07-15 10:43:33Z jsuchome $
  */
 {
 
@@ -245,7 +245,7 @@
 You have changed the default encryption for user passwords.</p>") +
 
     // help text 2/3
-    _("<p>It seems that you are running a NIS server. In some network 
enviroments,
+    _("<p>It seems that you are running a NIS server. In some network 
environments,
 you could be unable to log in to a NIS client when a user password is
 encrypted with a method other than DES.
 </p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-users-2.21.3/testsuite/tests/CheckPassword.out 
new/yast2-users-2.21.5/testsuite/tests/CheckPassword.out
--- old/yast2-users-2.21.3/testsuite/tests/CheckPassword.out    2011-03-11 
11:04:00.000000000 +0100
+++ new/yast2-users-2.21.5/testsuite/tests/CheckPassword.out    2011-07-15 
12:44:56.000000000 +0200
@@ -7,7 +7,7 @@
 Execute        .crack "12345" ""
 Return ["You have used only digits for the password."]
 Execute        .crack "aaaQQaaa" ""
-Return ["You have used a palindrom for the password."]
+Return ["You have used a palindrome for the password."]
 Execute        .crack "1a" ""
 Return ["The password should have at least 5 characters."]
 Return nil


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



Remember to have fun...

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

Reply via email to