Hello community, here is the log from the commit of package yast2-support checked in at Tue May 23 01:39:32 CEST 2006. -------- --- yast2-support/yast2-support.changes 2006-03-09 16:48:09.000000000 +0100 +++ yast2-support/yast2-support.changes 2006-05-22 15:21:09.000000000 +0200 @@ -1,0 +2,8 @@ +Fri May 19 06:23:34 CEST 2006 - stark@suse.de + +- added small documentation at the top of the output file +- use RichText widget instead of LogView for displaying the + resulting text file +- 2.13.3 + +------------------------------------------------------------------- Old: ---- yast2-support-2.13.2.tar.bz2 New: ---- yast2-support-2.13.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-support.spec ++++++ --- /var/tmp/diff_new_pack.VJ1zir/_old 2006-05-23 01:39:25.000000000 +0200 +++ /var/tmp/diff_new_pack.VJ1zir/_new 2006-05-23 01:39:25.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-support (Version 2.13.2) +# spec file for package yast2-support (Version 2.13.3) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-support -Version: 2.13.2 +Version: 2.13.3 Release: 1 License: GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-support-2.13.2.tar.bz2 +Source0: yast2-support-2.13.3.tar.bz2 prefix: /usr BuildRequires: doxygen perl-XML-Writer pkg-config update-desktop-files yast2 yast2-devtools yast2-testsuite Requires: yast2 siga gzip @@ -32,7 +32,7 @@ %prep -%setup -n yast2-support-2.13.2 +%setup -n yast2-support-2.13.3 %build %{prefix}/bin/y2tool y2autoconf @@ -66,6 +66,11 @@ %doc %{prefix}/share/doc/packages/yast2-support %changelog -n yast2-support +* Fri May 19 2006 - stark@suse.de +- added small documentation at the top of the output file +- use RichText widget instead of LogView for displaying the + resulting text file +- 2.13.3 * Thu Mar 09 2006 - jsuchome@suse.cz - BuildRequires: added missing yast2 - 2.13.2 ++++++ yast2-support-2.13.2.tar.bz2 -> yast2-support-2.13.3.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-support-2.13.2/Makefile.am new/yast2-support-2.13.3/Makefile.am --- old/yast2-support-2.13.2/Makefile.am 2006-03-09 16:16:30.000000000 +0100 +++ new/yast2-support-2.13.3/Makefile.am 2006-05-22 15:16:16.000000000 +0200 @@ -8,6 +8,7 @@ #where devtools are PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) +Y2TOOL = $(PREFIX)/bin/y2tool VERSION = $(shell cat $(srcdir)/VERSION) RPMNAME = $(shell cat $(srcdir)/RPMNAME) @@ -95,7 +96,7 @@ done pot: - y2tool y2makepot -s $(srcdir) + $(Y2TOOL) y2makepot -s $(srcdir) install-pot: pot @POT_DST=`find -type d -name testsuite -prune , \ @@ -116,7 +117,7 @@ fi spellcheck: pot - y2tool pot-spellcheck + $(Y2TOOL) pot-spellcheck # all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) @@ -143,20 +144,20 @@ rm -f package/*.bak rm -f package/*.auto mv $(RPMNAME)-$(VERSION).tar.bz2 package/ - if ! test -x $(PREFIX)/bin/y2tool; then \ - echo "$(PREFIX)/bin/y2tool: not found."; \ + if ! test -x $(Y2TOOL); then \ + echo "$(Y2TOOL): not found."; \ echo "You have to install yast2-devtools to making a package"; \ false; \ fi here=`pwd`; \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ - $(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \ + $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages package-local +package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local -TAGVERSION = $(PREFIX)/bin/y2tool tagversion +TAGVERSION = $(Y2TOOL) tagversion check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -199,10 +200,13 @@ false; \ fi +check-textdomain: + $(Y2TOOL) check-textdomain $(srcdir) + stable: checkin-stable checkin-stable: package - $(PREFIX)/bin/y2tool checkin-stable + $(Y2TOOL) checkin-stable # For po/ modules diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-support-2.13.2/Makefile.in new/yast2-support-2.13.3/Makefile.in --- old/yast2-support-2.13.2/Makefile.in 2006-03-09 16:16:36.000000000 +0100 +++ new/yast2-support-2.13.3/Makefile.in 2006-05-22 15:16:21.000000000 +0200 @@ -198,6 +198,7 @@ #where devtools are PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) +Y2TOOL = $(PREFIX)/bin/y2tool SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS) ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4) HAS_YAST_LICENSE = $(shell test -e $(srcdir)/YAST_LICENSE && echo YAST_LICENSE) @@ -227,7 +228,7 @@ $(IS_DEVTOOLS),Makefile.am.common,$(POT_DST)) $(am__append_1) @CREATE_PKGCONFIG_NOARCH_TRUE@@CREATE_PKGCONFIG_TRUE@pkgconfigdata_DATA = $(RPMNAME).pc @CREATE_PKGCONFIG_NOARCH_FALSE@@CREATE_PKGCONFIG_TRUE@pkgconfig_DATA = $(RPMNAME).pc -TAGVERSION = $(PREFIX)/bin/y2tool tagversion +TAGVERSION = $(Y2TOOL) tagversion # test ! -d $(srcdir)/po \ # || { $(MAKE) -C po checkpo && $(MAKE) -C po make-pox; } # No ./SUBDIRS file found - assuming default: All direct subdirs with Makefile.am @@ -724,7 +725,7 @@ done pot: - y2tool y2makepot -s $(srcdir) + $(Y2TOOL) y2makepot -s $(srcdir) install-pot: pot @POT_DST=`find -type d -name testsuite -prune , \ @@ -745,7 +746,7 @@ fi spellcheck: pot - y2tool pot-spellcheck + $(Y2TOOL) pot-spellcheck # all-local: $(if $(IS_DEVTOOLS),,$(POT_DST)) @@ -772,18 +773,18 @@ rm -f package/*.bak rm -f package/*.auto mv $(RPMNAME)-$(VERSION).tar.bz2 package/ - if ! test -x $(PREFIX)/bin/y2tool; then \ - echo "$(PREFIX)/bin/y2tool: not found."; \ + if ! test -x $(Y2TOOL); then \ + echo "$(Y2TOOL): not found."; \ echo "You have to install yast2-devtools to making a package"; \ false; \ fi here=`pwd`; \ cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \ - $(PREFIX)/bin/y2tool create-spec < $$i > $$here/package/$${newname} ; \ + $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages package-local +package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -826,10 +827,13 @@ false; \ fi +check-textdomain: + $(Y2TOOL) check-textdomain $(srcdir) + stable: checkin-stable checkin-stable: package - $(PREFIX)/bin/y2tool checkin-stable + $(Y2TOOL) checkin-stable # For po/ modules checkpo: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-support-2.13.2/VERSION new/yast2-support-2.13.3/VERSION --- old/yast2-support-2.13.2/VERSION 2006-03-09 16:39:46.000000000 +0100 +++ new/yast2-support-2.13.3/VERSION 2006-05-18 06:55:12.000000000 +0200 @@ -1 +1 @@ -2.13.2 +2.13.3 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-support-2.13.2/configure new/yast2-support-2.13.3/configure --- old/yast2-support-2.13.2/configure 2006-03-09 16:16:34.000000000 +0100 +++ new/yast2-support-2.13.3/configure 2006-05-22 15:16:19.000000000 +0200 @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for yast2-support 2.13.1. +# Generated by GNU Autoconf 2.59 for yast2-support 2.13.3. # -# Report bugs to <http://www.suse.de/feedback>. +# Report bugs to <http://bugs.opensuse.org/>. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -269,9 +269,9 @@ # Identity of this package. PACKAGE_NAME='yast2-support' PACKAGE_TARNAME='yast2-support' -PACKAGE_VERSION='2.13.1' -PACKAGE_STRING='yast2-support 2.13.1' -PACKAGE_BUGREPORT='http://www.suse.de/feedback' +PACKAGE_VERSION='2.13.3' +PACKAGE_STRING='yast2-support 2.13.3' +PACKAGE_BUGREPORT='http://bugs.opensuse.org/' ac_unique_file="RPMNAME" ac_default_prefix=/usr @@ -728,7 +728,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-support 2.13.1 to adapt to many kinds of systems. +\`configure' configures yast2-support 2.13.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -795,7 +795,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-support 2.13.1:";; + short | recursive ) echo "Configuration of yast2-support 2.13.3:";; esac cat <<\_ACEOF @@ -812,7 +812,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to <http://www.suse.de/feedback>. +Report bugs to <http://bugs.opensuse.org/>. _ACEOF fi @@ -908,7 +908,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -yast2-support configure 2.13.1 +yast2-support configure 2.13.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -922,7 +922,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-support $as_me 2.13.1, which was +It was created by yast2-support $as_me 2.13.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1652,7 +1652,7 @@ # Define the identity of the package. PACKAGE='yast2-support' - VERSION='2.13.1' + VERSION='2.13.3' cat >>confdefs.h <<_ACEOF @@ -1863,7 +1863,7 @@ -VERSION="2.13.1" +VERSION="2.13.3" RPMNAME="yast2-support" MAINTAINER="Wolfgang Rosenauer <stark@suse.de>" @@ -2693,7 +2693,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by yast2-support $as_me 2.13.1, which was +This file was extended by yast2-support $as_me 2.13.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2748,7 +2748,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -yast2-support config.status 2.13.1 +yast2-support config.status 2.13.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-support-2.13.2/configure.in new/yast2-support-2.13.3/configure.in --- old/yast2-support-2.13.2/configure.in 2006-03-09 16:16:30.000000000 +0100 +++ new/yast2-support-2.13.3/configure.in 2006-05-22 15:16:16.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-support dnl -dnl -- This file is generated by y2autoconf - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-support, 2.13.1, http://www.suse.de/feedback, yast2-support) +AC_INIT(yast2-support, 2.13.3, http://bugs.opensuse.org/, yast2-support) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="2.13.1" +VERSION="2.13.3" RPMNAME="yast2-support" MAINTAINER="Wolfgang Rosenauer <stark@suse.de>" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-support-2.13.2/scripts/wrapper new/yast2-support-2.13.3/scripts/wrapper --- old/yast2-support-2.13.2/scripts/wrapper 2006-03-09 16:16:22.000000000 +0100 +++ new/yast2-support-2.13.3/scripts/wrapper 2006-05-19 06:23:17.000000000 +0200 @@ -71,9 +71,12 @@ } if( $myparams ne "" ) { - print "\nButtons: $myparams"; + print "\nButtons: $myparams\n"; } +print '<pre>Please open a service request on <b>http://support.novell.com/eService</b> +if not already done and attach this file to your open incident.</pre>'; + sub open_outfile() { if ($output eq "send") { $output = plain; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-support-2.13.2/src/support_send.ycp new/yast2-support-2.13.3/src/support_send.ycp --- old/yast2-support-2.13.2/src/support_send.ycp 2006-03-09 16:16:23.000000000 +0100 +++ new/yast2-support-2.13.3/src/support_send.ycp 2006-05-22 15:10:00.000000000 +0200 @@ -5,7 +5,7 @@ * * Author: Klaus Kaempf <kkaempf@suse.de> * - * $Id: support_send.ycp 25176 2005-08-23 18:41:50Z stark $ + * $Id: support_send.ycp 31091 2006-05-22 13:09:57Z stark $ * */ { @@ -114,8 +114,8 @@ contents = `VBox (`LogView (`id(`data), "", 7, 0)); } */ - // Why should be used RichText/html when wrapper reads txt-file? - contents = `VBox (`LogView (`id(`data), "", 7, 0)); + // use always RichText since LogView positions at file end + contents = `VBox (`RichText (`id(`data), "")); contents = add (contents, `VSpacing (1.0)); contents = add (contents, `ReplacePoint( `id(`savefile_input_replace_point), ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de