import libdnf-0.63.0-3.el8

This commit is contained in:
CentOS Sources 2021-09-17 17:43:10 +00:00 committed by Stepan
parent 7ee9d690f6
commit 293a962d5c
2 changed files with 4560 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -56,7 +56,7 @@
Name: libdnf
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Library providing simplified C and Python API to libsolv
License: LGPLv2+
URL: https://github.com/rpm-software-management/libdnf
@ -83,6 +83,7 @@ Patch19: 0019-Remove-redundant-test.patch
Patch20: 0020-Fix-dnf_context_module_install-memory-leaks.patch
Patch21: 0021-covscan-remove-unused-vars-mark-private-func-static-return-values.patch
Patch22: 0022-hawkey-surrogateescape-error-handler-to-decode-UTF-8-strings-RhBug1893176.patch
Patch23: 0023-Update-translations.patch
BuildRequires: cmake
BuildRequires: gcc
@ -327,6 +328,9 @@ popd
%endif
%changelog
* Mon Sep 13 2021 Marek Blaha <mblaha@redhat.com> - 0.63.0-3
- Update translations (RhBug:1961634)
* Tue Jul 27 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.63.0-2
- Fix: dnf_context_module_install: memory leaks
- covscan: remove unused vars, mark private func static, return values