From f8cb077b3a7531bbc754d1cca8b68a1ef6bc3a96 Mon Sep 17 00:00:00 2001 From: Yongjoo Ahn Date: Fri, 2 Dec 2022 16:38:56 +0900 Subject: [Version] Bump up to v2.0.6 - Upgrade the version to v2.0.6 Change-Id: Ifc586ca06fbbe4c203d7d3346c3c8a27352cf209 Signed-off-by: Yongjoo Ahn --- packaging/flatbuffers.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packaging/flatbuffers.spec b/packaging/flatbuffers.spec index 0d6f6b1c..8ae86cfb 100644 --- a/packaging/flatbuffers.spec +++ b/packaging/flatbuffers.spec @@ -1,6 +1,6 @@ Name: flatbuffers Summary: cross platform serialization library -Version: 2.0.0 +Version: 2.0.6 Release: 1%{?dist} Group: Development/Libraries Packager: Parichay Kapoor @@ -43,7 +43,7 @@ cp %{SOURCE1} . export CFLAGS+=" -fno-lto" export CXXFLAGS+=" -fno-lto" pushd python -export VERSION="2.0.0" +export VERSION="2.0.6" %{_bindir}/python3 setup.py build popd @@ -72,7 +72,7 @@ sed -i 's#@libdir@#%{_libdir}#g' %{buildroot}%{_libdir}/pkgconfig/%{name}.pc sed -i 's#@includedir@#%{_includedir}#g' %{buildroot}%{_libdir}/pkgconfig/%{name}.pc mkdir -p %{buildroot}/%{python3_sitelib}/flatbuffers pushd python -export VERSION="2.0.0" +export VERSION="2.0.6" %{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} rm -r %{buildroot}/%{python3_sitelib}/*.egg-info rm -r %{buildroot}/%{python3_sitelib}/flatbuffers/__pycache__ @@ -104,6 +104,9 @@ popd %{python3_sitelib}/flatbuffers/ %changelog +* Fri Dec 02 2022 Yongjoo Ahn +- Release of 2.0.6 + * Thu May 13 2021 Gichan Jang - Release of 2.0.0 -- cgit v1.2.3