Hello community, here is the log from the commit of package yast2-ncurses checked in at Sat Jun 3 01:03:15 CEST 2006. -------- --- yast2-ncurses/yast2-ncurses.changes 2006-05-30 11:59:02.000000000 +0200 +++ yast2-ncurses/yast2-ncurses.changes 2006-06-02 17:23:29.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jun 2 17:21:59 CEST 2006 - gs@suse.de + +- Online Update: make resetting of status Taboo and Protected + possible (related to bug #174476) +- 2.13.36 + +------------------------------------------------------------------- Old: ---- yast2-ncurses-2.13.35.tar.bz2 New: ---- yast2-ncurses-2.13.36.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ncurses.spec ++++++ --- /var/tmp/diff_new_pack.ZgSlNm/_old 2006-06-03 01:02:04.000000000 +0200 +++ /var/tmp/diff_new_pack.ZgSlNm/_new 2006-06-03 01:02:04.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-ncurses (Version 2.13.35) +# spec file for package yast2-ncurses (Version 2.13.36) # # 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.35 +Version: 2.13.36 Release: 1 License: GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ncurses-2.13.35.tar.bz2 +Source0: yast2-ncurses-2.13.36.tar.bz2 prefix: /usr BuildRequires: doxygen gcc-c++ libzypp-devel yast2-core-devel yast2-devtools BuildRequires: blocxx-devel libxcrypt-devel @@ -41,7 +41,7 @@ %prep -%setup -n yast2-ncurses-2.13.35 +%setup -n yast2-ncurses-2.13.36 %build %{prefix}/bin/y2tool y2autoconf @@ -74,6 +74,10 @@ %doc %{prefix}/share/doc/packages/yast2-ncurses %changelog -n yast2-ncurses +* Fri Jun 02 2006 - gs@suse.de +- Online Update: make resetting of status Taboo and Protected + possible (related to bug #174476) +- 2.13.36 * Tue May 30 2006 - gs@suse.de - Added support for licenses for patches (bug #174476) - 2.13.35 ++++++ yast2-ncurses-2.13.35.tar.bz2 -> yast2-ncurses-2.13.36.tar.bz2 ++++++ ++++ 15178 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.35/VERSION new/yast2-ncurses-2.13.36/VERSION --- old/yast2-ncurses-2.13.35/VERSION 2006-05-30 11:59:09.000000000 +0200 +++ new/yast2-ncurses-2.13.36/VERSION 2006-06-02 17:23:40.000000000 +0200 @@ -1 +1 @@ -2.13.35 +2.13.36 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.35/src/ObjectStatStrategy.cc new/yast2-ncurses-2.13.36/src/ObjectStatStrategy.cc --- old/yast2-ncurses-2.13.35/src/ObjectStatStrategy.cc 2006-05-17 17:30:52.000000000 +0200 +++ new/yast2-ncurses-2.13.36/src/ObjectStatStrategy.cc 2006-05-31 13:02:51.000000000 +0200 @@ -429,6 +429,12 @@ case S_NoInst: newStatus = S_Install ; break; + case S_Taboo: + newStatus = S_NoInst; + break; + case S_Protected: + newStatus = S_KeepInstalled; + break; default: newStatus = oldStatus; } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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