Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nanopb for openSUSE:Factory checked in at 2023-01-29 14:11:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nanopb (Old) and /work/SRC/openSUSE:Factory/.nanopb.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nanopb" Sun Jan 29 14:11:03 2023 rev:10 rq:1061804 version:0.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/nanopb/nanopb.changes 2022-09-12 19:08:34.674591931 +0200 +++ /work/SRC/openSUSE:Factory/.nanopb.new.32243/nanopb.changes 2023-01-29 14:32:33.066135561 +0100 @@ -1,0 +2,31 @@ +Sat Jan 28 21:06:33 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.4.7: + * Fix comments generation for submessages + * Fix handling of spaces in arguments passed through protoc + * Fix problems with multiple files and mangle_names option + * Fix generator error when using M_STRIP_PACKAGE without package name + * Fix compilation error with fixed size array and FT_POINTER + * Fix wrong format in Python Poetry project file + * Fix unnecessary generator message when using --quiet + * Fix enum_to_string with C++ + Fix /* */ inside .proto file comment + * Workaround python-protobuf version issues + * Safeguard substraction in pb_read() with custom streams + * Always include pb_release() as function, instead of macro. + Allow using = instead of : with generator option -s + * Allow specifying include format without special characters + * Allow including headers from inside of extern C + * Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir + * Add compile-time error message for when PB_FIELD_32BIT is needed + * Add --c-style command line option for naming style + * Add --protoc-opt to nanopb_generator.py + * Add ENUMTYPE convenience macros + * Add Bazel build rules + +------------------------------------------------------------------- +Mon Jan 9 06:59:38 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Add 'PB_ENABLE_MALLOC=1' so that we can build Criterion. + +------------------------------------------------------------------- Old: ---- nanopb-0.4.6.tar.gz New: ---- nanopb-0.4.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nanopb.spec ++++++ --- /var/tmp/diff_new_pack.SaDP67/_old 2023-01-29 14:32:33.478137823 +0100 +++ /var/tmp/diff_new_pack.SaDP67/_new 2023-01-29 14:32:33.482137844 +0100 @@ -1,7 +1,7 @@ # # spec file for package nanopb # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define sover 0 %define src_install_dir %{_prefix}/src/%{name} Name: nanopb -Version: 0.4.6 +Version: 0.4.7 Release: 0 Summary: Protocol Buffers with small code size License: Zlib @@ -31,6 +31,7 @@ BuildRequires: protobuf-devel BuildRequires: python-rpm-macros BuildRequires: python3 +BuildRequires: python3-setuptools %description Nanopb is a C implementation of Google's Protocol Buffers data format. It is @@ -67,7 +68,8 @@ %autosetup %build -%cmake +%cmake \ + -DCMAKE_C_FLAGS=-DPB_ENABLE_MALLOC=1 %cmake_build %install ++++++ nanopb-0.4.6.tar.gz -> nanopb-0.4.7.tar.gz ++++++ ++++ 3434 lines of diff (skipped)