Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump libdnf from 998efa8 to 0814e79 #161

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libdnf
Submodule libdnf updated 90 files
+5 −5 CMakeLists.txt
+1 −1 README.md
+2 −2 VERSION.cmake
+4 −1 bindings/python/__init__.py
+6 −0 bindings/swig/repo.i
+0 −408 cmake/modules/FindGpgme.cmake
+26 −0 docs/release_notes.rst
+3 −4 libdnf.spec
+0 −1 libdnf/CMakeLists.txt
+3 −2 libdnf/conf/ConfigMain.cpp
+18 −6 libdnf/goal/Goal.cpp
+3 −3 libdnf/module/ModulePackage.cpp
+10 −10 libdnf/module/ModulePackageContainer.cpp
+2 −0 libdnf/repo/CMakeLists.txt
+167 −0 libdnf/repo/Crypto.cpp
+90 −0 libdnf/repo/Crypto.hpp
+2 −1 libdnf/repo/DependencySplitter.cpp
+1 −27 libdnf/repo/Repo-private.hpp
+5 −219 libdnf/repo/Repo.cpp
+3 −3 libdnf/sack/query.cpp
+234 −181 po/as.po
+234 −181 po/bg.po
+234 −181 po/bn.po
+234 −181 po/bn_IN.po
+234 −181 po/ca.po
+398 −323 po/cs.po
+239 −184 po/da.po
+356 −232 po/de.po
+234 −181 po/el.po
+294 −202 po/es.po
+234 −181 po/eu.po
+241 −189 po/fa.po
+439 −317 po/fi.po
+234 −181 po/fil.po
+355 −233 po/fr.po
+374 −241 po/fur.po
+234 −181 po/gu.po
+234 −181 po/hi.po
+334 −255 po/hu.po
+234 −181 po/ia.po
+240 −187 po/id.po
+234 −181 po/is.po
+287 −197 po/it.po
+345 −230 po/ja.po
+1,250 −0 po/ka.po
+234 −181 po/kn.po
+311 −225 po/ko.po
+233 −181 po/libdnf.pot
+234 −181 po/mai.po
+234 −181 po/ml.po
+234 −181 po/mr.po
+234 −181 po/nb.po
+312 −217 po/nl.po
+234 −181 po/or.po
+234 −181 po/pa.po
+320 −223 po/pl.po
+234 −181 po/pt.po
+363 −255 po/pt_BR.po
+405 −283 po/ru.po
+234 −181 po/si.po
+234 −181 po/sk.po
+234 −181 po/sq.po
+234 −181 po/sr.po
+234 −181 po/sr@latin.po
+325 −227 po/sv.po
+234 −181 po/ta.po
+234 −181 po/te.po
+234 −181 po/th.po
+339 −218 po/tr.po
+316 −225 po/uk.po
+374 −258 po/zh_CN.po
+330 −213 po/zh_TW.po
+14 −3 python/hawkey/__init__.py
+5 −5 tests/hawkey/fixtures.cpp
+6 −5 tests/hawkey/test_goal.cpp
+9 −9 tests/hawkey/test_iutil.cpp
+6 −8 tests/hawkey/test_main.cpp
+4 −4 tests/hawkey/test_package.cpp
+2 −1 tests/hawkey/test_packageset.cpp
+6 −7 tests/hawkey/test_query.cpp
+5 −5 tests/hawkey/test_reldep.cpp
+4 −3 tests/hawkey/test_repo.cpp
+11 −11 tests/hawkey/test_sack.cpp
+6 −6 tests/hawkey/test_subject.cpp
+4 −4 tests/hawkey/test_util.cpp
+7 −5 tests/hawkey/testshared.cpp
+1 −3 tests/hawkey/testshared.h
+9 −10 tests/hawkey/testsys.cpp
+2 −1 tests/libdnf/dnf-self-test.c
+1 −1 tests/libdnf/repo/PackageTest.cpp
Loading