diff --git a/flatbuffers-23.5.26.tar.gz b/flatbuffers-23.5.26.tar.gz deleted file mode 100644 index 111e3b908c2918c561065dc423e4ee6c740d0104..0000000000000000000000000000000000000000 Binary files a/flatbuffers-23.5.26.tar.gz and /dev/null differ diff --git a/flatbuffers-24.3.25.tar.gz b/flatbuffers-24.3.25.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..98ecb599a6b2011eac1f5fa20e928d99268a2b3a Binary files /dev/null and b/flatbuffers-24.3.25.tar.gz differ diff --git a/flatbuffers.spec b/flatbuffers.spec index 48c5ddfb5421c8c7b350acaad83308a4821a54aa..a476f325d9108d0130f0540f2cd1eb9810852709 100644 --- a/flatbuffers.spec +++ b/flatbuffers.spec @@ -1,8 +1,8 @@ %bcond cpp_tests 1 Name: flatbuffers -Version: 23.5.26 -Release: 2 +Version: 24.3.25 +Release: 1 Summary: Memory efficient serialization library License: Apache-2.0 URL: https://github.com/google/flatbuffers @@ -133,6 +133,19 @@ cp -p %SOURCE1 %{buildroot}%{_mandir}/man1/flatc.1 %changelog +* Tue Dec 17 2024 xu_ping <707078654@qq.com> - 24.3.25-1 +- Upgrade version to 24.3.25 + * Add clear method for builder + * Fix python type annotation output when not enabled + * Add allowReadingUnalignedBuffers to most ByteBuffer init methods + * Add absolute file names option to BFBS + * Add argument to FlatBufferToString for quotes around field names + * Remove msvc pragma warning disable C4351 as it is undocumented + * Add constexpr for bitmask operators + * Small optimization on "deserialization" and fix on benchmarks again + * Add ForceVectorAlignment64 and test + * Add Kotlin multiplatform support + * Thu Nov 14 2024 Funda Wang - 23.5.26-2 - adopt to new cmake macro