Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package flatbuffers for openSUSE:Factory checked in at 2021-05-12 19:31:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flatbuffers (Old) and /work/SRC/openSUSE:Factory/.flatbuffers.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flatbuffers" Wed May 12 19:31:59 2021 rev:8 rq:892368 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/flatbuffers/flatbuffers.changes 2021-02-04 20:25:15.642934652 +0100 +++ /work/SRC/openSUSE:Factory/.flatbuffers.new.2988/flatbuffers.changes 2021-05-12 19:32:27.826982100 +0200 @@ -1,0 +2,17 @@ +Wed May 12 03:08:28 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 2.0.0 + * Support for optional scalars in most languages. + * Rust Verifier, Object API and FlexBuffers support, + and many API improvements. + * Overhaul of TypeScript support. + * gRPC for many languages brought up to date. + * C++ compile time field reflection. + * JS FlexBuffers support. + * Kotlin FlexBuffers and platform support. + * Swift Object API and many Swift performance improvements. + * Lua supports LuaJIT and many more fixes. + * Many other fixes and smaller improvements +- Drop upstream fixed 5938.patch and 6020.patch + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/flatbuffers/python-flatbuffers.changes 2020-05-15 23:52:11.529529753 +0200 +++ /work/SRC/openSUSE:Factory/.flatbuffers.new.2988/python-flatbuffers.changes 2021-05-12 19:32:27.862981956 +0200 @@ -1,0 +2,5 @@ +Wed May 12 03:08:14 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 2.0.0 + +------------------------------------------------------------------- Old: ---- 5938.patch 6020.patch v1.12.0.tar.gz New: ---- flatbuffers-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flatbuffers.spec ++++++ --- /var/tmp/diff_new_pack.YDslM5/_old 2021-05-12 19:32:28.282980279 +0200 +++ /var/tmp/diff_new_pack.YDslM5/_new 2021-05-12 19:32:28.286980262 +0200 @@ -18,21 +18,18 @@ %define _lto_cflags %{nil} -%define sonum 1 +%define sonum 2 Name: flatbuffers -Version: 1.12.0 +Version: 2.0.0 Release: 0 Summary: Memory Efficient Serialization Library License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://google.github.io/flatbuffers/ -Source0: https://github.com/google/flatbuffers/archive/v%{version}.tar.gz -# PATCH-FIX-UPSTREAM - https://github.com/google/flatbuffers/pull/5938 but dropped src/idl_gen_cpp.cpp parts -Patch1: 5938.patch -# PATCH-FIX-UPSTREAM - https://github.com/google/flatbuffers/pull/6020 -Patch2: 6020.patch -BuildRequires: cmake >= 2.8.11.2 +Source0: https://github.com/google/flatbuffers/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: cmake >= 2.8.12 BuildRequires: gcc-c++ +BuildRequires: pkgconfig %description FlatBuffers is a serialization library for games and other memory constrained programs. @@ -102,6 +99,7 @@ %{_bindir}/flatc %{_libdir}/libflatbuffers.so %{_includedir}/flatbuffers/ +%{_libdir}/pkgconfig/flatbuffers.pc %{_libdir}/cmake/flatbuffers/ %{_datadir}/cmake/Modules/*FlatBuffers.cmake ++++++ python-flatbuffers.spec ++++++ --- /var/tmp/diff_new_pack.YDslM5/_old 2021-05-12 19:32:28.302980198 +0200 +++ /var/tmp/diff_new_pack.YDslM5/_new 2021-05-12 19:32:28.302980198 +0200 @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flatbuffers -Version: 1.12.0 +Version: 2.0.0 Release: 0 Summary: The FlatBuffers serialization format for Python License: Apache-2.0 Group: Development/Languages/Python -URL: https://github.com/google/flatbuffers -Source0: https://github.com/google/flatbuffers/archive/v%{version}.tar.gz +URL: https://google.github.io/flatbuffers/ +Source0: https://github.com/google/flatbuffers/archive/v%{version}.tar.gz#/flatbuffers-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros