Update to 0.63.1
This commit is contained in:
parent
d7f8ad66b4
commit
d0c2eeeb0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
||||
/libdnf-0.58.0.tar.gz
|
||||
/libdnf-0.60.0.tar.gz
|
||||
/libdnf-0.62.0.tar.gz
|
||||
/libdnf-0.63.1.tar.gz
|
||||
|
17
libdnf.spec
17
libdnf.spec
@ -4,8 +4,8 @@
|
||||
%global dnf_conflict 4.3.0
|
||||
%global swig_version 3.0.12
|
||||
%global libdnf_major_version 0
|
||||
%global libdnf_minor_version 62
|
||||
%global libdnf_micro_version 0
|
||||
%global libdnf_minor_version 63
|
||||
%global libdnf_micro_version 1
|
||||
|
||||
%define __cmake_in_source_build 1
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: libdnf
|
||||
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rpm-software-management/libdnf
|
||||
@ -305,6 +305,17 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 15 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.63.1-1
|
||||
- Update to 0.63.1
|
||||
- ModuleProfile: add isDefault()
|
||||
- ModulePackage: add getDefaultProfile()
|
||||
- Add new dnf_context_module_install() C API
|
||||
- Fix a crash when [media] section in .treeinfo is missing for bootable media (RhBug:1946024)
|
||||
- Add hy_query_get_advisory_pkgs to C API (RhBug:1960561)
|
||||
- Add dnf_advisorypkg_get_advisory()
|
||||
- DNF does not fail on non UTF-8 file names in a package (RhBug:1893176)
|
||||
- Improve error-reporting for modular functions
|
||||
|
||||
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 0.62.0-2
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.62.0.tar.gz) = f7deab1c98e66f790472d41c1f3e9e55f35676a8ffcb4d50d2f41115fc7cfa61508763b808363364718963c8760aa708a5f3bf9ee5e39e65a4116c8b43543783
|
||||
SHA512 (libdnf-0.63.1.tar.gz) = 05f2213928892d66542ad6c1f476f13b01e60d80e6009c33423bf474f352f8fe94467330452ff9abc7d01402781969971d4e3d1518d065b0a6ef47955e24673b
|
||||
|
Loading…
Reference in New Issue
Block a user