2 Commits

Author SHA256 Message Date
ba35fa8421 Accepting request 1228004 from devel:libraries:c_c++
- Update to 0.4.9.1:
  * Fix memory not released on error return from pb_decode_ex() (bsc#1234088)
  * Fix deprecated MakeClass() call in generator (#1015)
  * Fix compiler error with enums and --c-style (#1014)
  * Fix version conflict with bazel build rules (#1034)
  * Fix problems with enum intsize introduced in 0.4.8 (#961)
  * Fix Python pkg_resources deprecation (#887)
  * Add option to discard deprecated fields (#997)
  * Use fallback_type when breaking circular dependencies (#996)
  * Discard autogenerated map entry types if the field is skipped (#956)
  * Use pb_byte_t = uint8_t when available (#916)
  * Add enum_validate option (#988, #991)
  * Add check_return attribute for IAR compiler (#965)
  * Add label_override field option (#962, #963)
  * Add Zephyr module specification (#946)
  * Add Apple privacy manifest (#938)
  * Bazel rule improvements, including bzlmod migration (#927, #950)
  * CMake build rule improvements (#936, #939, #942, #958, #968, #971, #974, #978, #1003)
  * Improve C++ descriptors (#931, #933)
  * Test case improvements (#928)
  * Update dependency package versions (#924, #959, #986, #998, #1010)
  * Documentation improvements (#319, #710, #999)

OBS-URL: https://build.opensuse.org/request/show/1228004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nanopb?expand=0&rev=14
2024-12-03 19:47:45 +00:00
be54df776b - Update to 0.4.9.1:
* Fix memory not released on error return from pb_decode_ex() (bsc#1234088)
  * Fix deprecated MakeClass() call in generator (#1015)
  * Fix compiler error with enums and --c-style (#1014)
  * Fix version conflict with bazel build rules (#1034)
  * Fix problems with enum intsize introduced in 0.4.8 (#961)
  * Fix Python pkg_resources deprecation (#887)
  * Add option to discard deprecated fields (#997)
  * Use fallback_type when breaking circular dependencies (#996)
  * Discard autogenerated map entry types if the field is skipped (#956)
  * Use pb_byte_t = uint8_t when available (#916)
  * Add enum_validate option (#988, #991)
  * Add check_return attribute for IAR compiler (#965)
  * Add label_override field option (#962, #963)
  * Add Zephyr module specification (#946)
  * Add Apple privacy manifest (#938)
  * Bazel rule improvements, including bzlmod migration (#927, #950)
  * CMake build rule improvements (#936, #939, #942, #958, #968, #971, #974, #978, #1003)
  * Improve C++ descriptors (#931, #933)
  * Test case improvements (#928)
  * Update dependency package versions (#924, #959, #986, #998, #1010)
  * Documentation improvements (#319, #710, #999)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nanopb?expand=0&rev=29
2024-12-03 14:48:00 +00:00
4 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f78bf63722a810edb6da5ab5f0e76c7db13a961c2aad4ab49296e3095d0d830
size 1163452

3
nanopb-0.4.9.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4575944a468718ef25f05eb01d994364650b581563089a9841986bb1e460eac3
size 1186352

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Dec 3 14:46:52 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.4.9.1:
* Fix memory not released on error return from pb_decode_ex() (bsc#1234088)
* Fix deprecated MakeClass() call in generator (#1015)
* Fix compiler error with enums and --c-style (#1014)
* Fix version conflict with bazel build rules (#1034)
* Fix problems with enum intsize introduced in 0.4.8 (#961)
* Fix Python pkg_resources deprecation (#887)
* Add option to discard deprecated fields (#997)
* Use fallback_type when breaking circular dependencies (#996)
* Discard autogenerated map entry types if the field is skipped (#956)
* Use pb_byte_t = uint8_t when available (#916)
* Add enum_validate option (#988, #991)
* Add check_return attribute for IAR compiler (#965)
* Add label_override field option (#962, #963)
* Add Zephyr module specification (#946)
* Add Apple privacy manifest (#938)
* Bazel rule improvements, including bzlmod migration (#927, #950)
* CMake build rule improvements (#936, #939, #942, #958, #968, #971, #974, #978, #1003)
* Improve C++ descriptors (#931, #933)
* Test case improvements (#928)
* Update dependency package versions (#924, #959, #986, #998, #1010)
* Documentation improvements (#319, #710, #999)
-------------------------------------------------------------------
Wed Feb 14 14:22:26 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -19,7 +19,7 @@
%define sover 0
%define src_install_dir %{_prefix}/src/%{name}
Name: nanopb
Version: 0.4.8
Version: 0.4.9.1
Release: 0
Summary: Protocol Buffers with small code size
License: Zlib