diff --git a/yast2-update-2.16.5.tar.bz2 b/yast2-update-2.16.5.tar.bz2 deleted file mode 100644 index 48e8f46..0000000 --- a/yast2-update-2.16.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ca09a49cea1f38d96323c2d76f474f3b2919f2d872caf3809b0ee87d77851e9 -size 112060 diff --git a/yast2-update-2.16.6.tar.bz2 b/yast2-update-2.16.6.tar.bz2 new file mode 100644 index 0000000..083232f --- /dev/null +++ b/yast2-update-2.16.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8c0777fde1f47f44b7f3a0bb66c29b86cfb958e848c205413a09fc53abb8b0 +size 112478 diff --git a/yast2-update.changes b/yast2-update.changes index 5061f53..9b88cd4 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Apr 11 18:05:54 CEST 2008 - locilka@suse.cz + +- Added missing

(bnc #377476). +- Changing Accept buttons to OK buttons (FATE #120373). +- 2.16.6 + +------------------------------------------------------------------- +Fri Mar 21 10:55:32 CET 2008 - locilka@suse.cz + +- Dropping keep_installed_patches support from control file as it + is currently handled by libzypp itself (bnc #349533). + ------------------------------------------------------------------- Thu Mar 20 11:37:54 CET 2008 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 86eedfa..0cd2927 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.16.5) +# spec file for package yast2-update (Version 2.16.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,15 +12,16 @@ Name: yast2-update -Version: 2.16.5 +Version: 2.16.6 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.16.5.tar.bz2 +Source0: yast2-update-2.16.6.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite -BuildRequires: yast2 >= 2.16.5 +# Wizard::OpenOKDialog +BuildRequires: yast2 >= 2.16.49 # package not really needed to be installed but this breaks the building cycle # Installation::installedVersion && Installation::updateVersion # Update::* moved to Installation::update_* @@ -40,6 +41,7 @@ Conflicts: yast2-storage < 2.15.4 Summary: YaST2 - Update %package FACTORY +License: GPL v2 or later Group: System/YaST PreReq: %fillup_prereq Requires: yast2-update yast2 @@ -71,7 +73,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.16.5 +%setup -n yast2-update-2.16.6 %build %{prefix}/bin/y2tool y2autoconf @@ -118,6 +120,13 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp %changelog +* Fri Apr 11 2008 locilka@suse.cz +- Added missing

(bnc #377476). +- Changing Accept buttons to OK buttons (FATE #120373). +- 2.16.6 +* Fri Mar 21 2008 locilka@suse.cz +- Dropping keep_installed_patches support from control file as it + is currently handled by libzypp itself (bnc #349533). * Thu Mar 20 2008 locilka@suse.cz - Not displaying a pop-up warning when upgrading ppc to ppc64 and vice versa. The current check can't really distinguish between @@ -206,7 +215,7 @@ rm -rf "$RPM_BUILD_ROOT" - Displaying correct product names (from/to) in the FACTORY update proposal in warning message when products don't match (#280145). - 2.15.13 -* Thu May 17 2007 locilka@suse.cz +* Fri May 18 2007 locilka@suse.cz - System Update icon is back in Control Center (#274064) - System Update functionality is allowed only when product versions are matching (can have a different name). Non-matching product @@ -431,7 +440,7 @@ rm -rf "$RPM_BUILD_ROOT" - Read version info correctly for pre-10.1 products, fixing update with encrypted partitions (#153576). - 2.13.9 -* Wed Mar 15 2006 jsrain@suse.de +* Thu Mar 16 2006 jsrain@suse.de - select proper desktop during update (#156632) - 2.13.8 * Wed Mar 15 2006 fehr@suse.de @@ -593,7 +602,7 @@ rm -rf "$RPM_BUILD_ROOT" - fix gnome.postinstall (#46870, #47351) * Thu Sep 30 2004 arvin@suse.de - always include at least empty raw_proposal (see bug #46411) -* Wed Sep 29 2004 arvin@suse.de +* Thu Sep 30 2004 arvin@suse.de - partly workaround for bug #42074 * Mon Sep 20 2004 arvin@suse.de - use Storage::GetOndiskTarget where appropriate @@ -718,7 +727,7 @@ rm -rf "$RPM_BUILD_ROOT" * Fri Sep 12 2003 arvin@suse.de - more or less ignore conflict during update (workaround for bug #30550) -* Thu Sep 11 2003 arvin@suse.de +* Fri Sep 12 2003 arvin@suse.de - update mode for package selector is back (bug #29906) * Thu Sep 11 2003 kkaempf@suse.de - move Pkg::SetLocale() to Packages::Init() (#30438)