Imported Upstream version 0.6.13 12/94112/1 upstream/0.6.13
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 27 Oct 2016 05:54:40 +0000 (14:54 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 27 Oct 2016 05:54:40 +0000 (14:54 +0900)
commit70c6207bfdb27f170377015f65f22e8ba50f6a10
treec7de4059dfc4518bbbf5c3b8a5925f441487b743
parent9d82811ac90c5db61fca60e3e7c95ba58bc66393
Imported Upstream version 0.6.13

Change-Id: I9fed388d0b8658275d9089b22473596379566069
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
61 files changed:
CMakeLists.txt
VERSION.cmake
bindings/solv.i
doc/filters/xcode.pl
doc/libsolv-bindings.3
doc/libsolv-bindings.txt
examples/CMakeLists.txt
examples/solv.c [deleted file]
examples/solv/CMakeLists.txt [new file with mode: 0644]
examples/solv/checksig.c [new file with mode: 0644]
examples/solv/checksig.h [new file with mode: 0644]
examples/solv/deltarpm.c [new file with mode: 0644]
examples/solv/deltarpm.h [new file with mode: 0644]
examples/solv/fastestmirror.c [new file with mode: 0644]
examples/solv/fastestmirror.h [new file with mode: 0644]
examples/solv/fileconflicts.c [new file with mode: 0644]
examples/solv/fileconflicts.h [new file with mode: 0644]
examples/solv/fileprovides.c [new file with mode: 0644]
examples/solv/fileprovides.h [new file with mode: 0644]
examples/solv/mirror.c [new file with mode: 0644]
examples/solv/mirror.h [new file with mode: 0644]
examples/solv/patchjobs.c [new file with mode: 0644]
examples/solv/patchjobs.h [new file with mode: 0644]
examples/solv/repoinfo.c [new file with mode: 0644]
examples/solv/repoinfo.h [new file with mode: 0644]
examples/solv/repoinfo_cache.c [new file with mode: 0644]
examples/solv/repoinfo_cache.h [new file with mode: 0644]
examples/solv/repoinfo_config_debian.c [new file with mode: 0644]
examples/solv/repoinfo_config_debian.h [new file with mode: 0644]
examples/solv/repoinfo_config_urpmi.c [new file with mode: 0644]
examples/solv/repoinfo_config_urpmi.h [new file with mode: 0644]
examples/solv/repoinfo_config_yum.c [new file with mode: 0644]
examples/solv/repoinfo_config_yum.h [new file with mode: 0644]
examples/solv/repoinfo_download.c [new file with mode: 0644]
examples/solv/repoinfo_download.h [new file with mode: 0644]
examples/solv/repoinfo_system_debian.c [new file with mode: 0644]
examples/solv/repoinfo_system_debian.h [new file with mode: 0644]
examples/solv/repoinfo_system_rpm.c [new file with mode: 0644]
examples/solv/repoinfo_system_rpm.h [new file with mode: 0644]
examples/solv/repoinfo_type_debian.c [new file with mode: 0644]
examples/solv/repoinfo_type_debian.h [new file with mode: 0644]
examples/solv/repoinfo_type_mdk.c [new file with mode: 0644]
examples/solv/repoinfo_type_mdk.h [new file with mode: 0644]
examples/solv/repoinfo_type_rpmmd.c [new file with mode: 0644]
examples/solv/repoinfo_type_rpmmd.h [new file with mode: 0644]
examples/solv/repoinfo_type_susetags.c [new file with mode: 0644]
examples/solv/repoinfo_type_susetags.h [new file with mode: 0644]
examples/solv/solv.c [new file with mode: 0644]
ext/repo_autopattern.c
ext/repo_mdk.c
ext/testcase.c
package/libsolv.changes
src/CMakeLists.txt
src/hash.h
src/libsolv.ver
src/order.c [new file with mode: 0644]
src/solver.c
src/solver.h
src/transaction.c
src/transaction.h
tools/installcheck.c