Changelog for
createrepo_c-1.1.0-3.2.x86_64.rpm :
* Sun Aug 11 2024 Georg Pfuetzenreuter
- Repair manpage links by removing a spurious backslash escape
* Sun Mar 24 2024 Dirk Müller - update to 1.1.0:
* add --no-pretty option to reduce metadata size
* align compression level for zck
* restore compatibilty with libxml2 2.12.0
* restore default to pretty_print in mergerepo_c and modifyrepo_c
* add tests
* Wed Nov 15 2023 Dirk Müller - remove unneeded file-devel dependency
* Tue Nov 07 2023 Dirk Müller - update to 1.0.2:
* Don\'t allow building without zstd
* Remove dependency on libmagic, hardcode magic number detection- update to 1.0.1:
* Fix some invalid C code to cover a wider ranger of compilers
* Python API: Fix a crash when setting pkg files
* Add support for building with sanitizers
* Fix a memory leak of nevra in case there are duplicate package
* Free loaded zchunk dictionary
* Fix few deltarpm related memory leaks- update to 1.0.0:
* Add zstd compression support- update to 0.21.1:
* Rename --filelists_ext to --filelists-ext to be consistent
* Change test to compare contents instead of checksum
* Don\'t remove old metadata packages with --update
* New --duplicated-nevra option- drop 0001-Add-optional-filelists_ext-metadata.patch 0002-Rename-filelists_ext-to-filelists-ext-to-be-consiste.patch 0003-Rename-filelists_ext.xml-metadata-to-filelists-ext.x.patch 0004-Add-missing-ext-to-filelists-ext-repomd-record.patch 0005-Complete-renaming-to-filelists-ext.patch: (merged upstream)
* Thu May 18 2023 Jiri Srain - disable DeltaRPM for ALP
* Fri Feb 24 2023 Bruno Pitrus - Precompile the python bytecode to avoid lingering files on package removal.
* Wed Feb 22 2023 Alberto Planas Dominguez - Add upstream patches (already merged) to publish IMA metadata in repomd repositories + 0001-Add-optional-filelists_ext-metadata.patch + 0002-Rename-filelists_ext-to-filelists-ext-to-be-consiste.patch + 0003-Rename-filelists_ext.xml-metadata-to-filelists-ext.x.patch + 0004-Add-missing-ext-to-filelists-ext-repomd-record.patch- Add upstream patches (under review) to rename filelists-ext + 0005-Complete-renaming-to-filelists-ext.patch- Use git for merging in %autosetup
* 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