commit yast2-online-update for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-online-update for openSUSE:Factory checked in at Tue Mar 24 21:14:02 CET 2009. -------- --- yast2-online-update/yast2-online-update.changes 2009-03-03 16:02:35.000000000 +0100 +++ yast2-online-update/yast2-online-update.changes 2009-03-23 15:46:12.151227000 +0100 @@ -1,0 +2,12 @@ +Mon Mar 23 15:41:08 CET 2009 - jsuchome@suse.cz + +- do not reset the user locks (bnc#483648) +- 2.18.1 + +------------------------------------------------------------------- +Mon Mar 23 15:20:57 CET 2009 - lslezak@suse.cz + +- removed obsoleted SourceManager::SyncYaSTInstSourceWithZMD() + call (bnc#480845) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-online-update-2.18.0.tar.bz2 New: ---- yast2-online-update-2.18.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-online-update.spec ++++++ --- /var/tmp/diff_new_pack.D14512/_old 2009-03-24 21:04:54.000000000 +0100 +++ /var/tmp/diff_new_pack.D14512/_new 2009-03-24 21:04:54.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-online-update (Version 2.18.0) +# spec file for package yast2-online-update (Version 2.18.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-online-update -Version: 2.18.0 +Version: 2.18.1 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-online-update-2.18.0.tar.bz2 +Source0: yast2-online-update-2.18.1.tar.bz2 Prefix: /usr BuildRequires: gcc-c++ libxcrypt-devel perl-XML-Writer pkg-config update-desktop-files yast2-bootloader yast2-devtools yast2-packager PreReq: grep sed @@ -59,7 +59,7 @@ Jiri Suchomel <jsuchome@suse.cz> %prep -%setup -n yast2-online-update-2.18.0 +%setup -n yast2-online-update-2.18.1 %build %{prefix}/bin/y2tool y2autoconf @@ -114,8 +114,13 @@ %files frontend %defattr(-,root,root) %{prefix}/share/applications/YaST2/online_update.desktop - %changelog +* Mon Mar 23 2009 jsuchome@suse.cz +- do not reset the user locks (bnc#483648) +- 2.18.1 +* Mon Mar 23 2009 lslezak@suse.cz +- removed obsoleted SourceManager::SyncYaSTInstSourceWithZMD() + call (bnc#480845) * Tue Mar 03 2009 jsuchome@suse.cz - inst_you: generic message for reboot (bnc#479835) - after reboot during installation, return `reboot_same_step, if ++++++ yast2-online-update-2.18.0.tar.bz2 -> yast2-online-update-2.18.1.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-online-update-2.18.0/src/inst_you.ycp new/yast2-online-update-2.18.1/src/inst_you.ycp --- old/yast2-online-update-2.18.0/src/inst_you.ycp 2009-03-03 11:30:25.000000000 +0100 +++ new/yast2-online-update-2.18.1/src/inst_you.ycp 2009-03-23 15:40:59.000000000 +0100 @@ -129,7 +129,6 @@ SCR::Execute (.target.remove, saved_path); } - Pkg::PkgApplReset (); // ensure there are no transactions set accidentally // save solver flags map<string,any> solver_flags_backup = Pkg::GetSolverFlags (); // ignore reccomends when we weant only pkg management patches diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-online-update-2.18.0/src/online_update_select.ycp new/yast2-online-update-2.18.1/src/online_update_select.ycp --- old/yast2-online-update-2.18.0/src/online_update_select.ycp 2009-02-11 15:01:40.000000000 +0100 +++ new/yast2-online-update-2.18.1/src/online_update_select.ycp 2009-03-23 15:41:02.000000000 +0100 @@ -66,7 +66,6 @@ SCR::Execute (.target.remove, saved_path); } - Pkg::PkgApplReset (); // ensure there are no transactions set accidentally map<string,any> solver_flags_backup = Pkg::GetSolverFlags (); // ignore reccomends when we weant only pkg management patches Pkg::SetSolverFlags ($[ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-online-update-2.18.0/src/online_update.ycp new/yast2-online-update-2.18.1/src/online_update.ycp --- old/yast2-online-update-2.18.0/src/online_update.ycp 2008-12-18 11:29:45.000000000 +0100 +++ new/yast2-online-update-2.18.1/src/online_update.ycp 2009-03-23 15:26:59.000000000 +0100 @@ -203,7 +203,6 @@ if (add_new_source) { - SourceManager::SyncYaSTInstSourceWithZMD (); Pkg::SourceSaveAll (); } } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-online-update-2.18.0/VERSION new/yast2-online-update-2.18.1/VERSION --- old/yast2-online-update-2.18.0/VERSION 2009-03-03 15:56:21.000000000 +0100 +++ new/yast2-online-update-2.18.1/VERSION 2009-03-23 15:41:57.000000000 +0100 @@ -1 +1 @@ -2.18.0 +2.18.1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de