From 75ceed56685549df499d88451233a573bbf46490 Mon Sep 17 00:00:00 2001 From: zhangchao13 Date: Wed, 19 Apr 2023 16:25:14 +0800 Subject: [PATCH] test --- flatbuffers.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flatbuffers.spec b/flatbuffers.spec index 2ffc6eb..3d3e3ee 100644 --- a/flatbuffers.spec +++ b/flatbuffers.spec @@ -5,7 +5,7 @@ %endif Name: flatbuffers Version: 2.0.0 -Release: 2 +Release: 3 Summary: Memory efficient serialization library License: Apache-2.0 URL: https://github.com/google/flatbuffers @@ -88,6 +88,9 @@ make test %{python3_sitelib}/ %changelog +* Wed Apr 19 2023 Zhang Chao - 2.0.0-3 +- test + * Tue Nov 22 2022 Bin Hu - 2.0.0-2 - add python subpackage for tensorflow 2.10 build -- Gitee