Package Release Info

protobuf-c-1.5.1-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

protobuf-c-devel

Change Logs

* Sun Feb 09 2025 jengelh@inai.de
- 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 jengelh@inai.de
- 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 fstrba@suse.com
- 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 fstrba@suse.com
- 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@gmx.de
- BuildRequire a C++ compiler, previously pulled in via protobuf
* Wed Dec 27 2023 dmueller@suse.com
- 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 dmueller@suse.com
- limit to protobuf < 22 as it is not compatible with newer
  versions (gh#protobuf-c#544)
* Mon Apr 24 2023 adam.majer@suse.de
- Add protobuf-devel to devel package recommends as the binary there
  is required to actually generated protobuf headers.
* Thu Mar 23 2023 mliska@suse.cz
- Enable LTO again.
* Mon Jul 11 2022 jengelh@inai.de
- 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)