Mailinglist Archive: opensuse-commit (1187 mails)

< Previous Next >
commit yast2-update
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 11 Apr 2006 18:40:39 +0200 (CEST)
  • Message-id: <20060411164039.AD9658BE26@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-update
checked in at Tue Apr 11 18:40:39 CEST 2006.

--------
--- yast2-update/yast2-update.changes 2006-04-06 19:54:32.000000000 +0200
+++ STABLE/yast2-update/yast2-update.changes 2006-04-11 18:26:14.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 11 18:04:29 CEST 2006 - kkaempf@xxxxxxx
+
+- call PkgFreshen() after calculating Update, not before.
+- 2.13.15
+
+-------------------------------------------------------------------

New:
----
freshen-fix.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-update.spec ++++++
--- /var/tmp/diff_new_pack.qtl4B7/_old 2006-04-11 18:40:25.000000000 +0200
+++ /var/tmp/diff_new_pack.qtl4B7/_new 2006-04-11 18:40:25.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-update (Version 2.13.14)
+# spec file for package yast2-update (Version 2.13.15)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,7 +11,7 @@
# norootforbuild

Name: yast2-update
-Version: 2.13.14
+Version: 2.13.15
Release: 1
License: GPL
Group: System/YaST
@@ -27,6 +27,7 @@
Provides: yast2-trans-update y2t_update
Obsoletes: yast2-trans-update y2t_update
Summary: YaST2 - Update
+Patch: freshen-fix.diff

%description
Use this component if you wish to update your system.
@@ -40,6 +41,7 @@

%prep
%setup -n yast2-update-2.13.14
+%patch

%build
%{prefix}/bin/y2tool y2autoconf
@@ -74,6 +76,9 @@
%doc %{prefix}/share/doc/packages/yast2-update

%changelog -n yast2-update
+* Tue Apr 11 2006 - kkaempf@xxxxxxx
+- call PkgFreshen() after calculating Update, not before.
+- 2.13.15
* Thu Apr 06 2006 - jsrain@xxxxxxx
- do not display hidden patterns in proposal (#159450)
- 2.13.14

++++++ freshen-fix.diff ++++++
Index: src/clients/update_proposal.ycp
===================================================================
--- src/clients/update_proposal.ycp (revision 29825)
+++ src/clients/update_proposal.ycp (working copy)
@@ -144,13 +144,13 @@
}

Pkg::ActivateSelections (); // now go through all selected selections and select their packages
- Pkg::PkgFreshen();
map<symbol, integer> update_sum
= Pkg::PkgUpdateAll (Update::deleteOldPackages);
y2milestone ("Update summary: %1", update_sum);
Update::unknown_packages = update_sum[`ProblemListSze]:0;

SelectKernelPackages ();
+ Pkg::PkgFreshen();

if (Pkg::PkgSolve (!Update::onlyUpdateInstalled))
Update::solve_errors = 0;

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


< Previous Next >