Changelog for
protobuf-c-debuginfo-1.5.1-1.1.x86_64.rpm :
* Sun Feb 09 2025 Jan Engelhardt
- Update to release 1.5.1
* Order `oneof` union members from largest to smallest
* Better compatibility with protobuf >= 26.0- Delete 711.patch (merged)
* Sun Oct 27 2024 Jan Engelhardt - Implement naming guidelines and rename libprotobuf-c-devel back to just %name-devel. (The divergence came about on Nov 19 2021 as a result of merging two subpackages.)
* Tue Oct 22 2024 Fridrich Strba - Modified patch:
* 711.patch + Drop a hunk that was creating problems when the protoc-c was called directly and not just as a plugin to protoc
* Mon Oct 21 2024 Fridrich Strba - Added patch:
* 711.patch + Backport the changes from the pull request #711 https://github.com/protobuf-c/protobuf-c/pull/711 fixing build with protobuf 26.0+
* Mon Aug 12 2024 Andreas Stieger - BuildRequire a C++ compiler, previously pulled in via protobuf
* Wed Dec 27 2023 Dirk Müller - update to 1.5.0:
* Use CMAKE_CURRENT_BINARY_DIR instead of CMAKE_BINARY_DIR
* remove deprecated functionality
* Avoid \"unused variable\" compiler warning
* Update autotools
* Support for new Google protobuf 22.x, 23.x releases
* Remove protobuf 2.x support
* Mon Jun 12 2023 Dirk Müller - limit to protobuf < 22 as it is not compatible with newer versions (gh#protobuf-c#544)
* Mon Apr 24 2023 Adam Majer - Add protobuf-devel to devel package recommends as the binary there is required to actually generated protobuf headers.
* Thu Mar 23 2023 Martin Liška - Enable LTO again.
* Mon Jul 11 2022 Jan Engelhardt - Update to release 1.4.1 (jsc#PED-5634)
* Fixed unsigned integer overflow (GH#499, bsc#1210323, CVE-2022-48468)
* Avoid shifting signed values (GH#508)- Remove 508.patch (merged)
* Tue Jul 05 2022 Adam Majer - Do not build static libraries- Run unit tests- Explicit files and directories for includedir, so we can detect what we actually install there- 508.patch: fixes invalid arithmetic shift (bsc#1200908, CVE-2022-33070)