Changelog for
libprotobuf-c-devel-1.5.0-2.1.x86_64.rpm :
* 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)
* Tue Nov 23 2021 Bjørn Lie - Drop no longer needed rpmlintrc.- Also add a protobuf-c =< version Obsoletes to devel sub-package.
* Fri Nov 19 2021 Bjørn Lie - Fold main package into devel package, as it needed its own devel-package, add a protobuf-c = version Provides to devel sub-package. (bsc#1213443)
* Wed May 19 2021 Jan Engelhardt - Update to release 1.4.0
* protoc-c: Add custom options support
* Fix packed repeated bool parsing