Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

flatbuffers-devel-23.5.26-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: flatbuffers-devel Distribution: openSUSE:Factory:zSystems
Version: 23.5.26 Vendor: openSUSE
Release: 1.1 Build date: Mon Oct 30 22:19:27 2023
Group: Development/Libraries/C and C++ Build host: s390zl25
Size: 3967973 Source RPM: flatbuffers-23.5.26-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://google.github.io/flatbuffers/
Summary: Development files for flatbuffers
FlatBuffers is a serialization library for games and other memory constrained programs.
FlatBuffers allows to directly access serialized data without unpacking/parsing
it first, while still having great forwards/backwards compatibility.

This package provides the libflatbuffers headers, development libraries,
and tools.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Oct 11 2023 ecsos <ecsos@opensuse.org>
  - Update to 23.5.26
    - TS/JS: Upgrade package.json dependencies by @bjornharrtell in #7933
    - fix out-of-source builds with cmake by @dbaileychess in #7946
    - removed extern code generation declarations preferring direct includes by @dbaileychess in #7948
    - fixed bfbs gen to pass extra options by @dbaileychess in #7949
    - Fix //tests/ts:bazel_repository_test by @philsc in #7952
    - Change SizedPrefixed verifier to be <= provided size by @dbaileychess in #7957
    - fix(TS): fixed incorrect function name when importing unionTo functions by @sssooonnnggg in #7958
    - remove flatbuffers tests from android by @dbaileychess in #7959
    - feat(C++): Support underlying_type for union by @sssooonnnggg in #7954
    - feat: Support union underlying type for TS/JS by @sssooonnnggg in #7961
    - README.md: SemVer case typo by @crisman in #7962
    - chore: fixed broken script: RustTest.bat by @sssooonnnggg in #7963
    - Switch to using alias instead of a typedef for FlatBufferBuilder by @dbaileychess in #7966
    - fix(rust): fixed rust namer isses, resolve #7865 and ##7782 by @sssooonnnggg in #7964
    - Fix python tests by @yan12125 in #7960
    - switch back to having T explicitly defined in CreateVector by @dbaileychess in #7967
    - don't emit flatbuffers include in bfbs generated output by @dbaileychess in #7968
    - Update java pom.xml file to allow java 8 compatibility by @swimar in #7894
    - FlatBuffers Version 23.5.26 by @dbaileychess in #7976
  - Changes from 23.5.9
    - FlatBuffers 64 for C++ by @dbaileychess in #7935
    - FlatBuffers Version 23.5.9 by @dbaileychess in #7945
  - Changes from 23.5.8
    - Update filename to README.md and improve formatting by @SmashedFrenzy16 in #7855
    - Fix help output for --java-checkerframework by @musicinmybrain in #7854
    - ToCamelCase() when kLowerCamel now converts first char to lower. by @paulovap in #7838
    - Adding comment for code clarification by @SmashedFrenzy16 in #7856
    - made changes to the rust docs so they would compile. by @jeffsmith82 in #7871
    - fix using null string in vector by @phenixxy in #7872
    - Use Bool for flatbuffers 'bool' instead of Byte in swift by @blindspotbounty in #7876
    - Update go documentation link to point to root module by @le-michael in #7879
    - README.md: PyPI case typo by @crisman in #7880
    - [CS] Verifier by @tira-misu in #7850
    - [TS/JS] Use minvalue from enum if not found by @bjornharrtell in #7888
    - Add a FileWriter interface by @Kn99HN in #7821
    - [TS/JS] Upgrade dependencies by @bjornharrtell in #7889
    - Fix go_sample.sh by @jdemeyer in #7903
    - Go: add test for FinishWithFileIdentifier by @jdemeyer in #7905
    - Optionally generate type prefixes and suffixes for python code by @maxburke in #7857
    - Support file_identifier in Go by @jdemeyer in #7904
    - Go: make generated code more compliant to "go fmt" by @jdemeyer in #7907
    - TS/JS: Use TypeError instead of Error when appropriate by @jmillan in #7910
    - Allow to use functions from BuildFlatBuffers.cmake from a flatbuffe… by @KerstinKeller in #7912
    - Make JSON supporting advanced union features by @admo in #7869
    - drop glibc from runtime dependencies by @faucct in #7906
    - Replace deprecated command with environment file by @jongwooo in #7921
    - Optionally generate Python type annotations by @maxburke in #7858
    - additional check for absl::string_view availability by @ocpalo in #7897
    - Only generate @kotlin.ExperimentalUnsigned annotation on create*Vector methods having an unsigned array type parameter. by @aaronriekenberg in #7881
    - Migrate from rules_nodejs to rules_js/rules_ts by @philsc in #7923
    - Revert "Migrate from rules_nodejs to rules_js/rules_ts" by @dbaileychess in #7927
    - inject no long for FBS generation to remove logs in flattests by @dbaileychess in #7926
    - fixed some windows warnings by @dbaileychess in #7929
    - Migrate from rules_nodejs to rules_js/rules_ts (take 2) by @philsc in #7928
    - Add binary schema reflection by @dbaileychess in #7932
    - Rework cmake flatc codegeneration by @dbaileychess in #7938
    - Add #!/usr/bin/bash to release.sh by @rishabhdeepsingh in #7942
    - FlatBuffers Version 23.5.8 by @rishabhdeepsingh in #7943
* Thu May 04 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Add _multibuild to define 2nd spec file as additional flavor.
    Eliminates the need for source package links in OBS.
* Mon Mar 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 23.3.3:
    * Major release! Just kidding, we are continuing the versioning
      scheme of using a date to signify releases. This results in the
      first release of the new year to
      bump the tradition major version field.
    * Refactoring of flatc generators to use an interface (#7797).
    * Removed legacy cmake support and set min to 3.8 (#7801).
    * Reworked entry points for Typescript/Javascript and compatibility
      for single file build (#7510)
    * Removed go.mod files after some versioning issues were being
      report (#7780).
    * 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.
    * 20 Major releases in a row? Nope, we switched to a new versioning
      scheme that is based on date.
    * Python supports fixed size arrays now (#7529).
    * Behavior change in how C++ object API uses UnPackTo. The original
      intent of this was to reduce allocations by reusing an existing
      object to pack data into.
      At some point, this logic started to merge the states of the two
      objects instead of clearing the state of the packee. This change
      goes back to the original intention, the packed object is cleared
      when getting data packed into it (#7527).
    * Fixed a bug in C++ alignment that was using sizeof() instead of
      the intended AlignOf() for structs (#7520).
* Thu May 12 2022 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 2.0.6
    * Make idl_parser deterministic
    * Various bug fixes
      https://github.com/google/flatbuffers/compare/v2.0.5...v2.0.6
  - Update to version 2.0.5
    * Implement Serialize for flexbuffer::Reader
    * Deprecate EnumVal.object
    * FixedTypedVector: add const to ElementType() and size()
* Wed May 12 2021 Ferdinand Thiessen <rpm@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
* Thu Feb 04 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Fix build on Tumbleweed:
    - Backport patches:
    * 5938.patch
    * 6020.patch
    - Disable LTO
* Thu Apr 30 2020 Michal Vyskocil <mvyskocil@opensuse.org>
  - Update to 1.12.0
    - An official Swift port! (including gRPC support).
    - A Kotlin port!
    - Object API and native JSON support for C#.
    - Object API and gRPC support for Python.
    - Object API for Go.
    - FlexBuffers for Java.
    - Many other fixes and smaller improvements, 247 commits since 1.11.0
  - Packaging: Use tarball from GitHub release page
    https://github.com/google/flatbuffers/releases
* Fri Feb 14 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - Fix build: RPM 4.15 got a bit stricter and fails on
    find-provides script errors. Earlier RPM versions ignored it. In
    this specic case it turns out that the .cmake file installed is
    invalid, as it contained set(PACKAGE_VERSION "..") (so RPM is
    right to abort). Turns out that upstream simply did not really
    cater for the fact that this could be installed from tarball and
    not from a git checkout: they use 'git describe' to inject a
    version into the .cmake file. Fix this by replacing the
    placeholders using sed, injecting the rpm %version there.
* Tue Dec 03 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Use %cmake_build to build the cmake stuff
* Tue Oct 08 2019 ecsos@opensuse.org
  - Update to 1.11.0
    - More accurate C++ float handling, NaN handling, limit checking.
    - Java optimization: faster object accessors, faster UTF8
      conversion.
    - A lot of Rust port improvements.
    - Vector of union JSON parsing.
    - Parser can now work from binary schemas.
    - Python: numpy vector support.
    - Packaging: Snap & RPM support.
    - Many improvements to our CI, added Bazel CI, dockerized
      language tests.
    - Many other fixes and smaller improvements, 169 commits since
      1.10.0

Files

/usr/bin/flatc
/usr/include/flatbuffers
/usr/include/flatbuffers/allocator.h
/usr/include/flatbuffers/array.h
/usr/include/flatbuffers/base.h
/usr/include/flatbuffers/buffer.h
/usr/include/flatbuffers/buffer_ref.h
/usr/include/flatbuffers/code_generator.h
/usr/include/flatbuffers/code_generators.h
/usr/include/flatbuffers/default_allocator.h
/usr/include/flatbuffers/detached_buffer.h
/usr/include/flatbuffers/file_manager.h
/usr/include/flatbuffers/flatbuffer_builder.h
/usr/include/flatbuffers/flatbuffers.h
/usr/include/flatbuffers/flatc.h
/usr/include/flatbuffers/flex_flat_util.h
/usr/include/flatbuffers/flexbuffers.h
/usr/include/flatbuffers/grpc.h
/usr/include/flatbuffers/hash.h
/usr/include/flatbuffers/idl.h
/usr/include/flatbuffers/minireflect.h
/usr/include/flatbuffers/pch
/usr/include/flatbuffers/pch/flatc_pch.h
/usr/include/flatbuffers/pch/pch.h
/usr/include/flatbuffers/reflection.h
/usr/include/flatbuffers/reflection_generated.h
/usr/include/flatbuffers/registry.h
/usr/include/flatbuffers/stl_emulation.h
/usr/include/flatbuffers/string.h
/usr/include/flatbuffers/struct.h
/usr/include/flatbuffers/table.h
/usr/include/flatbuffers/util.h
/usr/include/flatbuffers/vector.h
/usr/include/flatbuffers/vector_downward.h
/usr/include/flatbuffers/verifier.h
/usr/lib64/cmake/flatbuffers
/usr/lib64/cmake/flatbuffers/BuildFlatBuffers.cmake
/usr/lib64/cmake/flatbuffers/FlatBuffersSharedTargets-release.cmake
/usr/lib64/cmake/flatbuffers/FlatBuffersSharedTargets.cmake
/usr/lib64/cmake/flatbuffers/FlatcTargets-release.cmake
/usr/lib64/cmake/flatbuffers/FlatcTargets.cmake
/usr/lib64/cmake/flatbuffers/flatbuffers-config-version.cmake
/usr/lib64/cmake/flatbuffers/flatbuffers-config.cmake
/usr/lib64/libflatbuffers.so
/usr/lib64/pkgconfig/flatbuffers.pc
/usr/share/cmake/Modules/BuildFlatBuffers.cmake
/usr/share/cmake/Modules/FindFlatBuffers.cmake
/usr/share/doc/packages/flatbuffers-devel
/usr/share/doc/packages/flatbuffers-devel/README.md
/usr/share/doc/packages/flatbuffers-devel/docs
/usr/share/doc/packages/flatbuffers-devel/docs/footer.html
/usr/share/doc/packages/flatbuffers-devel/docs/header.html
/usr/share/doc/packages/flatbuffers-devel/docs/images
/usr/share/doc/packages/flatbuffers-devel/docs/images/fpl_logo_small.png
/usr/share/doc/packages/flatbuffers-devel/docs/images/ftv2mnode.png
/usr/share/doc/packages/flatbuffers-devel/docs/images/ftv2pnode.png
/usr/share/doc/packages/flatbuffers-devel/docs/source
/usr/share/doc/packages/flatbuffers-devel/docs/source/Benchmarks.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/Building.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/CONTRIBUTING.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/CUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/Compiler.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/CppUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/CsharpUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/DartUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/FlatBuffers.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/FlexBuffers.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/GoApi.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/GoApi_generated.txt
/usr/share/doc/packages/flatbuffers-devel/docs/source/GoUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/Grammar.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/IntermediateRepresentation.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/Internals.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/JavaScriptUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/JavaUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/KotlinUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/LobsterUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/LuaUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/PHPUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/PythonUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/README_TO_GENERATE_DOCS.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/RustUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/Schemas.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/Support.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/SwiftUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/Tutorial.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/TypeScriptUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/WhitePaper.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/doxyfile
/usr/share/doc/packages/flatbuffers-devel/docs/source/doxygen_layout.xml
/usr/share/doc/packages/flatbuffers-devel/docs/source/gRPC
/usr/share/doc/packages/flatbuffers-devel/docs/source/gRPC/CppUsage.md
/usr/share/doc/packages/flatbuffers-devel/docs/source/groups
/usr/share/doc/packages/flatbuffers-devel/docs/source/style.css


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024