Update to 0.20.0
This commit is contained in:
parent
921b0d1ca7
commit
1e61d4a1ab
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
Summary: Creates a common metadata repository
|
Summary: Creates a common metadata repository
|
||||||
Name: createrepo_c
|
Name: createrepo_c
|
||||||
Version: 0.19.0
|
Version: 0.20.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rpm-software-management/createrepo_c
|
URL: https://github.com/rpm-software-management/createrepo_c
|
||||||
@ -182,6 +182,14 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
|
|||||||
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 05 2022 Jaroslav Rohel <jrohel@redhat.com> - 0.20.0-1
|
||||||
|
- Update to 0.20.0
|
||||||
|
- Add a streaming parsing API that is user-controllable
|
||||||
|
- Fix '&' encoding in attributes when parsing repodata
|
||||||
|
- Remove python bindings for xml_parse_main_metadata_together (obsoleted by cr.PackageIterator)
|
||||||
|
- Remove C API for cr_xml_parse_main_metadata_together (obsoleted by cr_PkgIterator_new)
|
||||||
|
- Fix signature of pkg_iterator_next_package to prevent a warning
|
||||||
|
|
||||||
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.19.0-1
|
* Mon Mar 14 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.19.0-1
|
||||||
- Fix memory leaks
|
- Fix memory leaks
|
||||||
- Fix a bug in cr_repomd_record_compress_and_fill()
|
- Fix a bug in cr_repomd_record_compress_and_fill()
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (createrepo_c-0.19.0.tar.gz) = a4255447044aa1283ad4ef55a5307ebf6044bc4398769b8162b8104d8ad1a8950060af9d020043f2ca49020e0ace235e24b9c268c0ac7bcf26965db820dcad1d
|
SHA512 (createrepo_c-0.20.0.tar.gz) = 36e0fb73d4bad663e01232321fa12725d342d7a9c8dedd8d089a397bf7861c2aa44272411016abe6a361703b7f60001a3d06826697c1609796d57eb994d8478f
|
||||||
|
Loading…
Reference in New Issue
Block a user