Hello community, here is the log from the commit of package yast2-ncurses checked in at Tue Oct 31 16:55:48 CET 2006. -------- --- yast2-ncurses/yast2-ncurses.changes 2006-10-31 12:47:54.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-ncurses/yast2-ncurses.changes 2006-10-31 16:48:24.000000000 +0100 @@ -2 +2,9 @@ -Mon Oct 30 12:48:44 CET 2006 - gs@suse.de +Tue Oct 31 16:43:37 CET 2006 - kmachalkova@suse.cz + +- (Temporary) fix for refreshing screen during the installation + (#199256) +- Adjusted spec to require libzypp >=2.7.0 (zypp::ui::PatternContent) +- 2.14.0 + +------------------------------------------------------------------- +Sun Oct 29 12:48:44 CET 2006 - gs@suse.de Old: ---- yast2-ncurses-2.13.47.tar.bz2 New: ---- yast2-ncurses-2.14.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ncurses.spec ++++++ --- /var/tmp/diff_new_pack.a4a2BD/_old 2006-10-31 16:55:41.000000000 +0100 +++ /var/tmp/diff_new_pack.a4a2BD/_new 2006-10-31 16:55:41.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-ncurses (Version 2.13.47) +# spec file for package yast2-ncurses (Version 2.14.0) # # 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-ncurses -Version: 2.13.47 +Version: 2.14.0 Release: 1 License: GNU General Public License (GPL) - all versions Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ncurses-2.13.47.tar.bz2 +Source0: yast2-ncurses-2.14.0.tar.bz2 prefix: /usr BuildRequires: doxygen gcc-c++ libzypp-devel yast2-core-devel yast2-devtools BuildRequires: blocxx-devel libxcrypt-devel @@ -32,7 +32,8 @@ Provides: y2curses Obsoletes: y2curses Requires: glibc-locale -Requires: libzypp >= 1.0.0 +#zypp::ui::PatternContents +Requires: libzypp >= 2.7.0 %description This package contains the character based (ncurses) user interface @@ -41,7 +42,7 @@ %prep -%setup -n yast2-ncurses-2.13.47 +%setup -n yast2-ncurses-2.14.0 %build %{prefix}/bin/y2tool y2autoconf @@ -74,7 +75,12 @@ %doc %{prefix}/share/doc/packages/yast2-ncurses %changelog -n yast2-ncurses -* Mon Oct 30 2006 - gs@suse.de +* Tue Oct 31 2006 - kmachalkova@suse.cz +- (Temporary) fix for refreshing screen during the installation + (#199256) +- Adjusted spec to require libzypp >=2.7.0 (zypp::ui::PatternContent) +- 2.14.0 +* Sun Oct 29 2006 - gs@suse.de - Package Installation: Fold hidden patterns into parents (Fate #301229) - Online Update: show list of installable (relevant) patches (bug # 168758) ++++++ yast2-ncurses-2.13.47.tar.bz2 -> yast2-ncurses-2.14.0.tar.bz2 ++++++ ++++ 12745 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-ncurses-2.13.47/Makefile.am new/yast2-ncurses-2.14.0/Makefile.am --- old/yast2-ncurses-2.13.47/Makefile.am 2006-10-29 11:02:35.000000000 +0100 +++ new/yast2-ncurses-2.14.0/Makefile.am 2006-10-31 16:19:45.000000000 +0100 @@ -7,7 +7,8 @@ # #where devtools are -Y2TOOL = $(Y2DEVTOOLS_PREFIX)/bin/y2tool +PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) +Y2TOOL = $(PREFIX)/bin/y2tool VERSION = $(shell cat $(srcdir)/VERSION) RPMNAME = $(shell cat $(srcdir)/RPMNAME) @@ -19,7 +20,7 @@ # 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) +DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(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) @@ -33,7 +34,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 # where devtools instal m4 snippets # argh, executed literally -#ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal +#ACLOCAL_AMFLAGS = -I $(PREFIX)/share/aclocal ACLOCAL_AMFLAGS = -I `if test -d ./devtools/admin; then echo ./devtools/admin; else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal Makefile.am.common: $(DEVTOOLS_DIR)/admin/Makefile.am.common 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-ncurses-2.13.47/VERSION new/yast2-ncurses-2.14.0/VERSION --- old/yast2-ncurses-2.13.47/VERSION 2006-10-31 09:55:54.000000000 +0100 +++ new/yast2-ncurses-2.14.0/VERSION 2006-10-31 16:19:08.000000000 +0100 @@ -1 +1 @@ -2.13.47 +2.14.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-ncurses-2.13.47/config.h.in new/yast2-ncurses-2.14.0/config.h.in --- old/yast2-ncurses-2.13.47/config.h.in 2006-10-29 11:02:58.000000000 +0100 +++ new/yast2-ncurses-2.14.0/config.h.in 2006-10-31 16:19:59.000000000 +0100 @@ -65,7 +65,7 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ 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-ncurses-2.13.47/configure.in new/yast2-ncurses-2.14.0/configure.in --- old/yast2-ncurses-2.13.47/configure.in 2006-10-29 11:02:35.000000000 +0100 +++ new/yast2-ncurses-2.14.0/configure.in 2006-10-31 16:19:45.000000000 +0100 @@ -1,9 +1,9 @@ dnl configure.in for yast2-ncurses dnl -dnl -- This file is generated by y2autoconf 2.13.29 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.13.27 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-ncurses, 2.13.46, http://bugs.opensuse.org/, yast2-ncurses) +AC_INIT(yast2-ncurses, 2.14.0, http://bugs.opensuse.org/, yast2-ncurses) 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.46" +VERSION="2.14.0" RPMNAME="yast2-ncurses" MAINTAINER="Katarina Machalkova <kmachalkova@suse.cz>" @@ -110,8 +110,6 @@ AC_MSG_ERROR(xgettext is missing; please install gettext-devel.) fi -Y2DEVTOOLS_PREFIX=`pkg-config --print-errors --variable=prefix yast2-devtools` -AC_SUBST(Y2DEVTOOLS_PREFIX) devtools_ybindir=`pkg-config --print-errors --variable=ybindir yast2-devtools` devtools_yast2dir=`pkg-config --print-errors --variable=yast2dir yast2-devtools` 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-ncurses-2.13.47/src/NCurses.cc new/yast2-ncurses-2.14.0/src/NCurses.cc --- old/yast2-ncurses-2.13.47/src/NCurses.cc 2006-07-25 09:16:28.000000000 +0200 +++ new/yast2-ncurses-2.14.0/src/NCurses.cc 2006-10-31 16:14:23.000000000 +0100 @@ -432,7 +432,7 @@ UIMIL << "start refresh ..." << endl; SetTitle( myself->title_t ); ::clearok( ::stdscr, true ); - myself->stdpan->refresh(); + myself->stdpan->noutrefresh(); UIMIL << "done refresh ..." << endl; } } 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-ncurses-2.13.47/src/ncursesp.cc new/yast2-ncurses-2.14.0/src/ncursesp.cc --- old/yast2-ncurses-2.13.47/src/ncursesp.cc 2006-07-25 09:16:28.000000000 +0200 +++ new/yast2-ncurses-2.14.0/src/ncursesp.cc 2006-10-31 16:14:10.000000000 +0100 @@ -97,7 +97,7 @@ int NCursesPanel::refresh() { ::update_panels(); - return doupdate(); + return ::doupdate(); } int 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-ncurses-2.13.47/src/pkg_layout.ycp new/yast2-ncurses-2.14.0/src/pkg_layout.ycp --- old/yast2-ncurses-2.13.47/src/pkg_layout.ycp 2006-10-11 11:30:42.000000000 +0200 +++ new/yast2-ncurses-2.14.0/src/pkg_layout.ycp 2006-10-31 16:13:42.000000000 +0100 @@ -7,7 +7,7 @@ * * ncurses layout for package selection * - * $Id: pkg_layout.ycp 33324 2006-10-11 09:30:39Z gs $ + * $Id: pkg_layout.ycp 33944 2006-10-31 15:13:35Z kmachalkova $ */ { textdomain "packages"; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de