Package: createrepo-c / 1.2.0-3

Metadata

Package Version Patches format
createrepo-c 1.2.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python path.patch | (download)

examples/python/contenthash_calculation.py | 2 1 + 1 - 0 !
examples/python/manual_createrepo.py | 2 1 + 1 - 0 !
examples/python/manual_repodata_parsing.py | 2 1 + 1 - 0 !
examples/python/repomd_parsing.py | 2 1 + 1 - 0 !
examples/python/simple_modifyrepo.py | 2 1 + 1 - 0 !
examples/python/updateinfo_gen_01.py | 2 1 + 1 - 0 !
examples/python/updateinfo_gen_02.py | 2 1 + 1 - 0 !
examples/python/updateinfo_parsing.py | 2 1 + 1 - 0 !
8 files changed, 8 insertions(+), 8 deletions(-)

 use /usr/bin/python3 for examples and tests.
python skbuild path.patch | (download)

src/python/CMakeLists.txt | 25 11 + 14 - 0 !
1 file changed, 11 insertions(+), 14 deletions(-)

 make the python module build with scikit-build
python platlib debian.patch | (download)

src/python/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use the debian directory layout for python modules
cmake imported target.patch | (download)

CMakeLists.txt | 22 11 + 11 - 0 !
src/CMakeLists.txt | 36 18 + 18 - 0 !
tests/CMakeLists.txt | 30 15 + 15 - 0 !
3 files changed, 44 insertions(+), 44 deletions(-)

 cmake: use imported_target for 3rd-party dependencies
 Fix linking for libraries and programs that use the installed library.
 Also bumps the CMake policy version to 3.7
cmake doxygen conditional.patch | (download)

doc/CMakeLists.txt | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 cmake: allow builds without doxygen being present with cmake 4+