Merged revisions 4907-4926 via svnmerge from
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 29 Jan 2007 12:12:44 +0000 (12:12 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 29 Jan 2007 12:12:44 +0000 (12:12 +0000)
commitb957fdef120ea71c9afa4e3d935b8d2d162e5ec7
tree5b622a62e738b7f1dae9bd345571a07b13f9f995
parent870828c565151e3f489fbab19a8bdad7fb129853
Merged revisions 4907-4926 via svnmerge from
http://svn.suse.de/svn/zypp/branches/SuSE-Linux-10_2-Branch/libzypp

........
  r4908 | kkaempf | 2007-01-25 10:37:28 +0100 (Thu, 25 Jan 2007) | 2 lines

  fix typo 'scipped' -> 'skipped'
........
  r4909 | kkaempf | 2007-01-25 11:29:09 +0100 (Thu, 25 Jan 2007) | 12 lines

  bugfix 238087 (incomplete)

  libzypp:
  - make 'tryAllPossibilities' settable in Resolver::resolvePool
    (its passed via ResolverContext, so create a ResolverContext in Resolver::resolvePool,
     set the tryAllPossibilities flag, and pass the context to resolveDependencies)

  backend:
  - check if a 'best package' request is part of the transactions
    if yes, pass "tryAllPossibilities = true" to Resolver::resolvePool
........
  r4910 | schubi | 2007-01-25 13:48:54 +0100 (Thu, 25 Jan 2007) | 7 lines

  update packages: changing architecture is only valid while an
  system update and NOT while an update via a patch.
  Bug 230685 - x86_64 MozillaFirefox binaries in security update
  repository
  Fix has not worked if the first founded item had another architecture.
........
  r4911 | schubi | 2007-01-25 13:55:50 +0100 (Thu, 25 Jan 2007) | 7 lines

  Added solver parameter:
  tryAllPossibilities: regarding every solver branch ( not only
                       branches with e.G. best architectures
  preferHighestVersion: Prefer solver results which have a higher
                        version number.
  Bug #238087
........
  r4912 | schubi | 2007-01-25 13:59:54 +0100 (Thu, 25 Jan 2007) | 7 lines

  Added solver parameter:
  tryAllPossibilities: regarding every solver branch ( not only
                       branches with e.G. best architectures
  preferHighestVersion: Prefer solver results which have a higher
                        version number.
  Bug #238087
........
  r4919 | schubi | 2007-01-25 17:06:56 +0100 (Thu, 25 Jan 2007) | 1 line

  testcase for bug 238284
........
  r4920 | dmacvicar | 2007-01-25 18:21:11 +0100 (Thu, 25 Jan 2007) | 5 lines

  - Download only English and Local translation
    (#208457)
........
  r4921 | dmacvicar | 2007-01-25 18:25:07 +0100 (Thu, 25 Jan 2007) | 1 line

  changes, version 2.14.1
........
  r4922 | schubi | 2007-01-26 13:43:04 +0100 (Fri, 26 Jan 2007) | 7 lines

  Patch has selected not the concerning package for update but
  a package which has provided the required dependencies too.
  Algorithmus: If there are exactly two providers which differ in
               architecture prefer the better arch.
  Fix: Regarding NVRA too. ( only if equal )
........
  r4923 | schubi | 2007-01-26 13:43:44 +0100 (Fri, 26 Jan 2007) | 1 line

  Revision 4922 ; version 2.14.2
........
22 files changed:
VERSION
package/libzypp.changes
testsuite/solver/data.deptestomatic/basic-exercises/require-1-test.solution
testsuite/solver/data.deptestomatic/basic-exercises/require-2-test.solution
testsuite/solver/data.deptestomatic/bugzilla-tests/bug238284-0-package.xml [new file with mode: 0644]
testsuite/solver/data.deptestomatic/bugzilla-tests/bug238284-2-package.xml [new file with mode: 0644]
testsuite/solver/data.deptestomatic/bugzilla-tests/bug238284-3-package.xml [new file with mode: 0644]
testsuite/solver/data.deptestomatic/bugzilla-tests/bug238284-4-package.xml [new file with mode: 0644]
testsuite/solver/data.deptestomatic/bugzilla-tests/bug238284-5-package.xml [new file with mode: 0644]
testsuite/solver/data.deptestomatic/bugzilla-tests/bug238284-7-package.xml [new file with mode: 0644]
testsuite/solver/data.deptestomatic/bugzilla-tests/bug238284-system.xml [new file with mode: 0644]
testsuite/solver/data.deptestomatic/bugzilla-tests/bug238284-test.solution [new file with mode: 0644]
testsuite/solver/data.deptestomatic/bugzilla-tests/bug238284-test.xml [new file with mode: 0644]
testsuite/solver/data.deptestomatic/yast-tests/Bug156408-test.solution
zypp/Resolver.cc
zypp/Resolver.h
zypp/solver/detail/QueueItemRequire.cc
zypp/solver/detail/Resolver.cc
zypp/solver/detail/Resolver.h
zypp/solver/detail/ResolverContext.cc
zypp/solver/detail/ResolverContext.h
zypp/source/susetags/SuseTagsImpl.cc