From 7359143d4951218613fc30a1b30315eec641f407b95b5008eec30b15839a5d09 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 31 May 2008 10:16:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=34 --- yast2-update-2.16.10.tar.bz2 | 3 +++ yast2-update-2.16.9.tar.bz2 | 3 --- yast2-update.changes | 7 +++++++ yast2-update.spec | 14 +++++++++----- 4 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 yast2-update-2.16.10.tar.bz2 delete mode 100644 yast2-update-2.16.9.tar.bz2 diff --git a/yast2-update-2.16.10.tar.bz2 b/yast2-update-2.16.10.tar.bz2 new file mode 100644 index 0000000..7b9f9c4 --- /dev/null +++ b/yast2-update-2.16.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82363cb9e809e2101bfb26acba3728e843326b87446353ef7dc6ee876a644a0 +size 112935 diff --git a/yast2-update-2.16.9.tar.bz2 b/yast2-update-2.16.9.tar.bz2 deleted file mode 100644 index 48ef474..0000000 --- a/yast2-update-2.16.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2933b84c2156aec34296cc0908b9b790d886ea7ebc748e26ae6200523a44ad32 -size 110217 diff --git a/yast2-update.changes b/yast2-update.changes index 94f5acb..07c97e0 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 29 14:56:15 CEST 2008 - locilka@suse.cz + +- Selecting packages for deletion after PkgApplReset call instead + of calling it before (bnc #391785). +- 2.16.10 + ------------------------------------------------------------------- Fri May 16 16:40:22 CEST 2008 - jsrain@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index f036050..41a69d0 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.16.9) +# spec file for package yast2-update (Version 2.16.10) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-update -Version: 2.16.9 -Release: 7 +Version: 2.16.10 +Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.16.9.tar.bz2 +Source0: yast2-update-2.16.10.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite # Wizard::OpenOKDialog @@ -73,7 +73,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.16.9 +%setup -n yast2-update-2.16.10 %build %{prefix}/bin/y2tool y2autoconf @@ -120,6 +120,10 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp %changelog +* Thu May 29 2008 locilka@suse.cz +- Selecting packages for deletion after PkgApplReset call instead + of calling it before (bnc #391785). +- 2.16.10 * Fri May 16 2008 jsrain@suse.cz - added categories Settings and System into desktop file (bnc #382778)