From 7385273b0a1b20c0e17bdcbdd80510250f9d896ec0d87ec5b16363498e95a5ee Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 3 May 2007 21:38:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=10 --- yast2-update-2.15.10.tar.bz2 | 3 --- yast2-update-2.15.11.tar.bz2 | 3 +++ yast2-update.changes | 19 ++++++++++++++++++- yast2-update.spec | 18 +++++++++++++----- 4 files changed, 34 insertions(+), 9 deletions(-) delete mode 100644 yast2-update-2.15.10.tar.bz2 create mode 100644 yast2-update-2.15.11.tar.bz2 diff --git a/yast2-update-2.15.10.tar.bz2 b/yast2-update-2.15.10.tar.bz2 deleted file mode 100644 index f646606..0000000 --- a/yast2-update-2.15.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c6e029feb510bd18547989a04b4bbc2df6f0d0ef0ca617d8a9939ab2a060c76 -size 107046 diff --git a/yast2-update-2.15.11.tar.bz2 b/yast2-update-2.15.11.tar.bz2 new file mode 100644 index 0000000..394697a --- /dev/null +++ b/yast2-update-2.15.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5dd1a45e1d09a9adc7cff1988c32fefe3c15b7ad07cdf32476a4b7eb07c4ee +size 106854 diff --git a/yast2-update.changes b/yast2-update.changes index ff177fd..ba80d56 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,9 +1,26 @@ +------------------------------------------------------------------- +Thu May 3 15:51:10 CEST 2007 - lslezak@suse.cz + +- Don't display excessive progress popup (#269920) +- 2.15.11 + +------------------------------------------------------------------- +Wed May 2 10:13:52 CEST 2007 - locilka@suse.cz + +- CommandLine interface support for update script (#269910) + +------------------------------------------------------------------- +Wed Apr 18 14:53:14 CEST 2007 - locilka@suse.cz + +- Fixed System Update script (udate.ycp) to use + Wizard::OpenNextBackStepsDialog instead of OpenNextBackDialog. + ------------------------------------------------------------------- Tue Apr 17 13:06:42 CEST 2007 - locilka@suse.cz - Removed System Update icon from YaST Control Center (#265225). - Removed update-desktop-files from BuildRequires -- 2.13.10 +- 2.15.10 ------------------------------------------------------------------- Wed Apr 11 16:34:50 CEST 2007 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index afbe704..fdccf91 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.15.10) +# spec file for package yast2-update (Version 2.15.11) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-update -Version: 2.15.10 +Version: 2.15.11 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.15.10.tar.bz2 +Source0: yast2-update-2.15.11.tar.bz2 prefix: /usr BuildRequires: perl-XML-Writer yast2 yast2-add-on yast2-devtools yast2-packager yast2-testsuite Requires: yast2 @@ -51,7 +51,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.15.10 +%setup -n yast2-update-2.15.11 %build %{prefix}/bin/y2tool y2autoconf @@ -86,10 +86,18 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-update %changelog +* Thu May 03 2007 - lslezak@suse.cz +- Don't display excessive progress popup (#269920) +- 2.15.11 +* Wed May 02 2007 - locilka@suse.cz +- CommandLine interface support for update script (#269910) +* Wed Apr 18 2007 - locilka@suse.cz +- Fixed System Update script (udate.ycp) to use + Wizard::OpenNextBackStepsDialog instead of OpenNextBackDialog. * Tue Apr 17 2007 - locilka@suse.cz - Removed System Update icon from YaST Control Center (#265225). - Removed update-desktop-files from BuildRequires -- 2.13.10 +- 2.15.10 * Wed Apr 11 2007 - locilka@suse.cz - Added icon into Update Options dialog. - Added help for Update Options summary proposal (#227265).