Changelog for
libcreaterepo_c0-0.20.1-3.4.i586.rpm :
* Wed Jul 27 2022 Andreas Stieger
- update to 0.20.1:
* fix performance problems with large repositories related to tasks queue management
* Wed Mar 30 2022 Neal Gompa - Update to 0.20.0 + Remove obsoleted API cr_xml_parse_main_metadata_together + Fix ampersand encoding in attributes when parsing repodata + Add a streaming parsing API that is user-controllable + Fix a bug in cr_repomd_record_compress_and_fill() + Zero init buffer to prevent use of garbage values if input is too short + Use copy+delete fallback when moving of a dir fails + Switch default of --keep-all-metadata to TRUE and add --discard-additional-metadata + Set database version only for the database records, not everything + If the new repodata generated during an --update run exactly matches the old repodata don\'t touch the files + Use --error-exit-val option by default + Remove insecure hashes SHA-1 and MD5 from the default build (rh#1935486) + Fix error when updating repo with removed modules metadata + Exit with status code 1 when loading of repo\'s metadata fails + Fix memory leaks and covscan warnings
* Tue Nov 30 2021 Steve Kowalik - python3-nose is not required for the testsuite, update BuildRequires to the actual package used, python3-setuptools.
* Wed Jun 30 2021 Callum Farmer - Update to 0.17.3 + Remove distutils which are deprecated in python3.10 + Fix segmentation fault when taking str() of closed file + Use pkg-config for rpm libraries instead of custom code + Drop Python 2 support + Never leave behind .repodata lock on exit
* Fri Feb 26 2021 Frank Schreiner - removed %is_opensuse (CtLG)- disabled drpm for SLE/Leap 15.3
* Tue Jul 07 2020 Neal Gompa - Update to 0.16.0 + Never do dir walk when --recycle-pkglist specified + Add automatic module metadata handling for repos (rh#1795936)
* Tue Jun 30 2020 Callum Farmer - Update to 0.15.11 + Add python unittest for invalid date in updateinfo record get_datetime + Simplify case when attr is empty (prevents covscan warnings) + Fix couple of memory leaks, some mistakenly dead code and error handling + Add --arch-expand option + Fix spelling errors.
* Tue Feb 18 2020 Neal Gompa - Update to 0.15.7 + Add relogin_suggested to updatecollectionpackage (rh#1779751) + Support issued date in epoch format in Python API (rh#1779751)
* Sun Jan 19 2020 Neal Gompa - Update to 0.15.6 + Set global_exit_status on sigint so that .repodata are cleaned up + Fix various issues discovered by covscans (rh#1789707) + Enhance error handling when locating repositories (rh#1762697) + Switch updateinfo to explicitly include bool values (rh#1772466) + add --recycle-pkglist option + use pkg href for cache lookup with --update + Sync --excludes matching for dir-walk vs. --pkglist
* Fri Dec 06 2019 Neal Gompa - Update to 0.15.4 + Add reboot_suggested field to UpdateRecord (rh#1772466) + Skip directory matching --exclude right away + Add restart_suggested to updatecollectionpackage