#4 ANNOUNCED: Update to 23.1.4 (close RHBZ#2159100)
Merged a year ago by music. Opened a year ago by music.
Unknown source v23.1.4  into  rawhide

file modified
+1
@@ -16,3 +16,4 @@

  /flatbuffers-22.10.26.tar.gz

  /flatbuffers-22.11.23.tar.gz

  /flatbuffers-22.12.06.tar.gz

+ /flatbuffers-23.1.4.tar.gz

file modified
+5 -3
@@ -12,13 +12,15 @@

  %bcond_with doc_pdf

  

  Name:           flatbuffers

- Version:        22.12.06

+ Version:        23.1.4

  # The .so version is explicitly constructed from project version—search

  # CMakeLists.txt for FlatBuffers_Library_SONAME_MAJOR and

  # FlatBuffers_Library_SONAME_FULL—but we manually repeat the SOVERSION here,

  # and use the macro in the file lists, as a reminder to avoid undetected .so

- # version bumps.

- %global so_version 22

+ # version bumps. Be aware that upstream does not offer ABI stability

+ # guarantees; they have been asked to use the full version number as the .so

+ # version in https://github.com/google/flatbuffers/issues/7759.

+ %global so_version 23

  Release:        %autorelease

  Summary:        FlatBuffers: Memory Efficient Serialization Library

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (flatbuffers-22.12.06.tar.gz) = 1b2c8eaa2ebeb92c3ebc363888b34b817d7b62a568e40bce2b037814f1f0103d4cb7db8507ec9ca05421be61b0b2be3edd6c4d564f75d1ce39278d73f8442ac1

+ SHA512 (flatbuffers-23.1.4.tar.gz) = 8b3e1b9596a76548faca529fe5070e775be50bfdea079ba4f66014f5a1bfb93f8edd7e56f97363c897d2db8391277a9099a61d14e4298c3669ab7068bbf07865

## [23.1.4 (Jan 4 2023)](https://github.com/google/flatbuffers/releases/tag/v23.1.4)

* Major release! Just kidding, we are continuing the
  [versioning scheme](https://github.com/google/flatbuffers/wiki/Versioning) of
  using a date to signify releases. This results in the first release of the new
  year to bump the tradition major version field.

* Go minimum version is now 1.19 (#7720) with the addition of Go modules.

* Added CI support for Big Endian regression testing (#7707).

* Fixed `getFullyQualifiedName` in typescript to return name delimited by '.'
  instead of '_' (#7730).

* Fixed the versioning scheme to not include leading zeros which are not
  consistently handled by every package manager. Only the last release
  (12.12.06) should have suffered from this.

The .so version is bumped from 22 to 23. See https://github.com/google/flatbuffers/issues/7759 and the spec file comments added in this PR.

Announced 2023-01-08; merge and build no earlier than 2023-01-15.

Build succeeded.

rebased onto c8e7fed

a year ago

Build succeeded.

rebased onto 10a616e

a year ago

Build succeeded.

Pull-Request has been merged by music

a year ago