SHA256
1
0
forked from pool/flatbuffers

4 Commits

Author SHA256 Message Date
dc96b689ff Accepting request 1289278 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1289278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatbuffers?expand=0&rev=15
2025-07-01 09:34:20 +00:00
b6e3c8122b - Use pyproject macros to build and install.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/flatbuffers?expand=0&rev=46
2025-06-30 13:02:38 +00:00
6186442a65 Accepting request 1287816 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1287816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatbuffers?expand=0&rev=14
2025-06-23 13:05:23 +00:00
6839388b44 Accepting request 1286392 from home:frispete:Tumbleweed
- Update to 25.2.10
  - Removed the old documentation pages. The new one is live at https://flatbuffers.dev
  - Swift version 6.0 support (#8414)
- Changes from 25.1.24
  - Mostly related to bazel build support.
  - Min bazel supported is now 7 or higher, as WORKSPACE files are removed (#8509)
  - Minor C++ codegen fix removing extra semicolon (#8488)
- Changes from 27.1.21
  - Rust Full Reflection (#8102)
  - Mostly documentation updates hosted at https://flatbuffers.dev
- Changes from 24.3.25
  - Fixed license metadata parsing (#8253)
  - [C++] Allow string_view in `LookUpByKey` in addition to null-terminated c-style strings (#8203)
- Changes from 24.3.7
  - Just to fix some of the CI build issues from the 24.3.6 release.
- Changes from 24.3.6
  - Fix typescript object API to allow 0 values for null-default scalars (#7864)

- Update to 25.2.10
- Fix invalid ../LICENSE file reference in build

OBS-URL: https://build.opensuse.org/request/show/1286392
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/flatbuffers?expand=0&rev=44
2025-06-23 05:56:44 +00:00
6 changed files with 49 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cce06b17cddd896b6d73cc047e36a254fb8df4d7ea18a46acf16c4c0cd3f3f3
size 2257271

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9c2df49707c57a48fc0923d52b8c73beb72d675f9d44b2211e4569be40a7421
size 2299918

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Jun 17 09:37:37 UTC 2025 - Hans-Peter Jansen <hpj@urpla.net>
- Update to 25.2.10
- Removed the old documentation pages. The new one is live at https://flatbuffers.dev
- Swift version 6.0 support (#8414)
- Changes from 25.1.24
- Mostly related to bazel build support.
- Min bazel supported is now 7 or higher, as WORKSPACE files are removed (#8509)
- Minor C++ codegen fix removing extra semicolon (#8488)
- Changes from 27.1.21
- Rust Full Reflection (#8102)
- Mostly documentation updates hosted at https://flatbuffers.dev
- Changes from 24.3.25
- Fixed license metadata parsing (#8253)
- [C++] Allow string_view in `LookUpByKey` in addition to null-terminated c-style strings (#8203)
- Changes from 24.3.7
- Just to fix some of the CI build issues from the 24.3.6 release.
- Changes from 24.3.6
- Fix typescript object API to allow 0 values for null-default scalars (#7864)
-------------------------------------------------------------------
Wed Oct 11 10:30:43 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -270,7 +291,7 @@ Wed Jun 21 16:26:30 UTC 2017 - sebix+novell.com@sebix.at
* Many other fixes and improvements, 116 commits since 1.6.0
-----------------------------------------------------------------
Sat Jun 17 :02:48 UTC 2017 - sebix+novell.com@sebix.at
Sat Jun 17 15:02:48 UTC 2017 - sebix+novell.com@sebix.at
- update to 1.6.0
- upstrm changelog for 1.6.0:

View File

@@ -1,7 +1,7 @@
#
# spec file for package flatbuffers
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
#
%define sonum 23_5_26
%define sonum 25_2_10
Name: flatbuffers
Version: 23.5.26
Version: 25.2.10
Release: 0
Summary: Memory Efficient Serialization Library
License: Apache-2.0
@@ -64,7 +64,6 @@ and tools.
%autosetup -p1
%build
chmod -x docs/source/*.md docs/footer.html docs/source/doxyfile
%cmake -DCMAKE_BUILD_TYPE=Release \
-DFLATBUFFERS_BUILD_SHAREDLIB=ON \
-DFLATBUFFERS_BUILD_FLATLIB=OFF \

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jun 27 03:06:58 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Use pyproject macros to build and install.
-------------------------------------------------------------------
Tue Jun 17 12:44:12 UTC 2025 - Hans-Peter Jansen <hpj@urpla.net>
- Update to 25.2.10
- Fix invalid ../LICENSE file reference in build
-------------------------------------------------------------------
Sat Jan 6 11:39:48 UTC 2024 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-flatbuffers
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-flatbuffers
Version: 23.5.26
Version: 25.2.10
Release: 0
Summary: The FlatBuffers serialization format for Python
License: Apache-2.0
Group: Development/Languages/Python
URL: https://google.github.io/flatbuffers/
Source0: https://github.com/google/flatbuffers/archive/v%{version}.tar.gz#/flatbuffers-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Recommends: python-numpy
@@ -37,17 +39,19 @@ Python runtime library for use with the Flatbuffers serialization format.
%prep
%setup -q -n flatbuffers-%{version}/python
ln ../LICENSE
sed -i 's|../LICENSE|LICENSE|g' setup.cfg
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license ../LICENSE
%{python_sitelib}/flatbuffers*
%{python_sitelib}/flatbuffers-%{version}*-info
%{python_sitelib}/flatbuffers
%{python_sitelib}/flatbuffers-%{version}.dist-info
%changelog