Hello community,

here is the log from the commit of package yast2-sshd for openSUSE:Factory 
checked in at 2012-05-03 11:02:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-sshd (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-sshd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-sshd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-sshd/yast2-sshd.changes    2011-10-02 
11:19:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sshd.new/yast2-sshd.changes       
2012-05-03 11:02:26.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Apr 24 16:37:15 CEST 2012 - [email protected]
+
+- fixed schema definition in desktop file
+- 2.22.0
+
+-------------------------------------------------------------------
+Thu Mar 29 16:05:19 CEST 2012 - [email protected]
+
+- merge proofread texts 
+
+-------------------------------------------------------------------

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

New:
----
  yast2-sshd-2.22.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-sshd.spec ++++++
--- /var/tmp/diff_new_pack.DPXMjA/_old  2012-05-03 11:02:29.000000000 +0200
+++ /var/tmp/diff_new_pack.DPXMjA/_new  2012-05-03 11:02:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sshd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,14 +19,12 @@
 
 
 Name:           yast2-sshd
-Version:        2.21.3
+Version:        2.22.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-sshd-%{version}.tar.bz2
 
-Prefix:         /usr
-
 Group:          System/YaST
 License:        GPL-2.0+
 # Wizard::SetDesktopTitleAndIcon
@@ -44,23 +42,23 @@
 %setup -n yast2-sshd-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -76,8 +74,8 @@
 /usr/share/YaST2/clients/sshd_auto.ycp
 /usr/share/YaST2/modules/*.ybc
 /usr/share/YaST2/modules/*.ycp
-%{prefix}/share/applications/YaST2/sshd.desktop
+%{_prefix}/share/applications/YaST2/sshd.desktop
 /usr/share/YaST2/schema/autoyast/rnc/sshd_config.rnc
-%doc %{prefix}/share/doc/packages/yast2-sshd
+%doc %{_prefix}/share/doc/packages/yast2-sshd
 
 %changelog

++++++ yast2-sshd-2.21.3.tar.bz2 -> yast2-sshd-2.22.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sshd-2.21.3/Makefile.am 
new/yast2-sshd-2.22.0/Makefile.am
--- old/yast2-sshd-2.21.3/Makefile.am   2011-09-26 15:15:15.000000000 +0200
+++ new/yast2-sshd-2.22.0/Makefile.am   2012-04-24 16:37:54.000000000 +0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -155,7 +154,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sshd-2.21.3/Makefile.in 
new/yast2-sshd-2.22.0/Makefile.in
--- old/yast2-sshd-2.21.3/Makefile.in   2011-09-26 15:15:18.000000000 +0200
+++ new/yast2-sshd-2.22.0/Makefile.in   2012-04-24 16:37:57.000000000 +0200
@@ -261,7 +261,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -902,7 +901,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
        if [ -d $(srcdir)/CVS ]; then \
@@ -930,21 +929,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sshd-2.21.3/VERSION 
new/yast2-sshd-2.22.0/VERSION
--- old/yast2-sshd-2.21.3/VERSION       2011-09-26 15:14:16.000000000 +0200
+++ new/yast2-sshd-2.22.0/VERSION       2012-04-24 16:37:13.000000000 +0200
@@ -1 +1 @@
-2.21.3
+2.22.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sshd-2.21.3/configure 
new/yast2-sshd-2.22.0/configure
--- old/yast2-sshd-2.21.3/configure     2011-09-26 15:15:17.000000000 +0200
+++ new/yast2-sshd-2.22.0/configure     2012-04-24 16:37:56.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-sshd 2.21.3.
+# Generated by GNU Autoconf 2.68 for yast2-sshd 2.22.0.
 #
 # Report bugs to <http://bugs.opensuse.org/>.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-sshd'
 PACKAGE_TARNAME='yast2-sshd'
-PACKAGE_VERSION='2.21.3'
-PACKAGE_STRING='yast2-sshd 2.21.3'
+PACKAGE_VERSION='2.22.0'
+PACKAGE_STRING='yast2-sshd 2.22.0'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-sshd 2.21.3 to adapt to many kinds of systems.
+\`configure' configures yast2-sshd 2.22.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1300,7 +1300,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yast2-sshd 2.21.3:";;
+     short | recursive ) echo "Configuration of yast2-sshd 2.22.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1380,7 +1380,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-sshd configure 2.21.3
+yast2-sshd configure 2.22.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1397,7 +1397,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-sshd $as_me 2.21.3, which was
+It was created by yast2-sshd $as_me 2.22.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2327,7 +2327,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-sshd'
- VERSION='2.21.3'
+ VERSION='2.22.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2449,7 +2449,7 @@
 
 
 
-VERSION="2.21.3"
+VERSION="2.22.0"
 RPMNAME="yast2-sshd"
 MAINTAINER="Lukas Ocilka <[email protected]>"
 
@@ -3379,7 +3379,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-sshd $as_me 2.21.3, which was
+This file was extended by yast2-sshd $as_me 2.22.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3432,7 +3432,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-yast2-sshd config.status 2.21.3
+yast2-sshd config.status 2.22.0
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sshd-2.21.3/configure.in 
new/yast2-sshd-2.22.0/configure.in
--- old/yast2-sshd-2.21.3/configure.in  2011-09-26 15:15:15.000000000 +0200
+++ new/yast2-sshd-2.22.0/configure.in  2012-04-24 16:37:54.000000000 +0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-sshd
 dnl
-dnl -- This file is generated by y2autoconf 2.21.0 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-sshd, 2.21.3, http://bugs.opensuse.org/, yast2-sshd)
+AC_INIT(yast2-sshd, 2.22.0, http://bugs.opensuse.org/, yast2-sshd)
 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.21.3"
+VERSION="2.22.0"
 RPMNAME="yast2-sshd"
 MAINTAINER="Lukas Ocilka <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sshd-2.21.3/src/dialogs.ycp 
new/yast2-sshd-2.22.0/src/dialogs.ycp
--- old/yast2-sshd-2.21.3/src/dialogs.ycp       2011-09-26 15:11:17.000000000 
+0200
+++ new/yast2-sshd-2.22.0/src/dialogs.ycp       2012-04-23 17:10:49.000000000 
+0200
@@ -81,7 +81,7 @@
            _("General Login Settings"),
            `MarginBox (mbox_x, mbox_y, `VBox (
                /* A check box */
-               `Left(`CheckBox(`id("PrintMotd"),            _("Print &Message 
of the Day After Login"))),
+               `Left(`CheckBox(`id("PrintMotd"),            _("Print &Message 
of the Day after Login"))),
                /* A check box */
                `Left(`CheckBox(`id("PermitRootLogin"),      _("Permi&t Root 
Login")))
            ))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sshd-2.21.3/src/helps.ycp 
new/yast2-sshd-2.22.0/src/helps.ycp
--- old/yast2-sshd-2.21.3/src/helps.ycp 2011-09-26 15:11:17.000000000 +0200
+++ new/yast2-sshd-2.22.0/src/helps.ycp 2012-04-23 17:10:49.000000000 +0200
@@ -16,11 +16,13 @@
 
     /* Read dialog help */
     "read" : _("<p><b><big>Initializing the sshd Configuration</big></b><br>
-Please wait...<br></p>"),
+</p>
+"),
 
     /* Write dialog help */
     "write" : _("<p><b><big>Saving the sshd Configuration</big></b><br>
-Please wait...<br></p>"),
+</p>
+"),
 
     /* Server Configuration dialog help */
     "server_configuration" : _("<p><b><big>Server Configuration</big></b><br>
@@ -57,7 +59,8 @@
 
     /* Protocol and Cipher Settings dialog help*/
     "proto_settings" : _("<p><b><big>Protocol and Cipher Settings</big></b><br>
-Configure SSHD protocol version and cipher settings here.<br></p>"),
+Configure SSHD protocol version and cipher settings.<br></p>
+"),
 
 ];
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sshd-2.21.3/src/sshd.desktop 
new/yast2-sshd-2.22.0/src/sshd.desktop
--- old/yast2-sshd-2.21.3/src/sshd.desktop      2011-09-26 15:11:17.000000000 
+0200
+++ new/yast2-sshd-2.22.0/src/sshd.desktop      2012-04-24 16:31:27.000000000 
+0200
@@ -16,6 +16,7 @@
 X-SuSE-YaST-AutoInstResource=sshd
 X-SuSE-YaST-AutoInstClonable=true
 X-SuSE-YaST-AutoInstRequires=lan
+X-SuSE-YaST-AutoInstSchema=sshd_config.rnc
 
 Icon=yast-sshd
 Exec=xdg-su -c "/sbin/yast2 sshd"

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

Reply via email to