[yast-commit] r66343 - in /branches/SuSE-Code-11-SP2-Branch/pkg-bindings: VERSION package/yast2-pkg-bindings.changes src/Package.cc yast2-pkg-bindings.spec.in
Author: lslezak Date: Fri Oct 7 17:19:28 2011 New Revision: 66343 URL: http://svn.opensuse.org/viewcvs/yast?rev=66343&view=rev Log: - solver reset - reset also the distupgrade solver flag (bnc#709480) - 2.17.53 Modified: branches/SuSE-Code-11-SP2-Branch/pkg-bindings/VERSION branches/SuSE-Code-11-SP2-Branch/pkg-bindings/package/yast2-pkg-bindings.changes branches/SuSE-Code-11-SP2-Branch/pkg-bindings/src/Package.cc branches/SuSE-Code-11-SP2-Branch/pkg-bindings/yast2-pkg-bindings.spec.in Modified: branches/SuSE-Code-11-SP2-Branch/pkg-bindings/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/pkg-bindings/VERSION?rev=66343&r1=66342&r2=66343&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/pkg-bindings/VERSION (original) +++ branches/SuSE-Code-11-SP2-Branch/pkg-bindings/VERSION Fri Oct 7 17:19:28 2011 @@ -1 +1 @@ -2.17.52 +2.17.53 Modified: branches/SuSE-Code-11-SP2-Branch/pkg-bindings/package/yast2-pkg-bindings.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/pkg-bindings/package/yast2-pkg-bindings.changes?rev=66343&r1=66342&r2=66343&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/pkg-bindings/package/yast2-pkg-bindings.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/pkg-bindings/package/yast2-pkg-bindings.changes Fri Oct 7 17:19:28 2011 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Oct 7 10:12:22 UTC 2011 - lslezak@suse.cz + +- solver reset - reset also the distupgrade solver flag + (bnc#709480) +- 2.17.53 + +------------------------------------------------------------------- Thu Sep 22 13:26:20 UTC 2011 - lslezak@suse.cz - use signed type for RepoId, fixes returning 2^32 - 1 instead of Modified: branches/SuSE-Code-11-SP2-Branch/pkg-bindings/src/Package.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/pkg-bindings/src/Package.cc?rev=66343&r1=66342&r2=66343&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/pkg-bindings/src/Package.cc (original) +++ branches/SuSE-Code-11-SP2-Branch/pkg-bindings/src/Package.cc Fri Oct 7 17:19:28 2011 @@ -1840,6 +1840,8 @@ { y2milestone("Resetting the solver"); zypp_ptr()->resolver()->reset(); + // reset also the dist upgrade flag (set by PkgUpdateAll()) + zypp_ptr()->resolver()->setUpgradeMode(false); } } Modified: branches/SuSE-Code-11-SP2-Branch/pkg-bindings/yast2-pkg-bindings.spec.in URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/pkg-bindings/yast2-pkg-bindings.spec.in?rev=66343&r1=66342&r2=66343&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/pkg-bindings/yast2-pkg-bindings.spec.in (original) +++ branches/SuSE-Code-11-SP2-Branch/pkg-bindings/yast2-pkg-bindings.spec.in Fri Oct 7 17:19:28 2011 @@ -3,7 +3,7 @@ @HEADER@ Group: System/YaST BuildRequires: blocxx-devel docbook-xsl-stylesheets doxygen gcc-c++ libgcrypt-devel libxcrypt-devel libxslt perl-XML-Writer sgml-skel yast2-core-devel yast2-devtools -BuildRequires: libzypp-devel >= 6.22.0 +BuildRequires: libzypp-devel >= 6.37.0 Requires: libzypp >= 6.22.0 -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn2.opensuse.org