- Added helper struct NVR (name,edition(version,relase))
authorMichael Andres <ma@suse.de>
Mon, 9 Jan 2006 22:41:18 +0000 (22:41 +0000)
committerMichael Andres <ma@suse.de>
Mon, 9 Jan 2006 22:41:18 +0000 (22:41 +0000)
commit4ec0de5f4bcc9daa14f2d539d4dceca2f39440e1
treec52a7e628333ea50f65e8d8ed428eba7077bd9ee
parentf499147658e38ad495aac649d7818e2ab01d2ab7
- Added helper struct NVR (name,edition(version,relase))
  and NVRAD(name,edition,arch,dependencies).
- Resolvable construction now supports NVRAD. Manipulation of
  Dependencies after construction via the Resolvables public
  interface is deprecated. To be fixed in RpmDb and YUMParser.
29 files changed:
devel/devel.ma/Parse.cc
zypp/Capability.h
zypp/Dependencies.cc
zypp/Edition.cc
zypp/Makefile.am
zypp/Message.cc
zypp/Message.h
zypp/NVR.cc [new file with mode: 0644]
zypp/NVR.h [new file with mode: 0644]
zypp/NVRA.h
zypp/NVRAD.cc [new file with mode: 0644]
zypp/NVRAD.h [new file with mode: 0644]
zypp/Package.cc
zypp/Package.h
zypp/Patch.cc
zypp/Patch.h
zypp/Product.cc
zypp/Product.h
zypp/ResObject.cc
zypp/ResObject.h
zypp/Resolvable.cc
zypp/Resolvable.h
zypp/Script.cc
zypp/Script.h
zypp/Selection.cc
zypp/Selection.h
zypp/detail/ResObjectFactory.h
zypp/detail/ResolvableImpl.h
zypp/solver/temporary/ResItem.h