[Version] Bump up to v2.0.6 sandbox/anyj0527/v2.0.6 accepted/tizen/unified/20221226.065959
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Fri, 2 Dec 2022 07:38:56 +0000 (16:38 +0900)
committerYongjoo Ahn <yongjoo1.ahn@samsung.com>
Fri, 2 Dec 2022 07:38:56 +0000 (16:38 +0900)
- Upgrade the version to v2.0.6

Change-Id: Ifc586ca06fbbe4c203d7d3346c3c8a27352cf209
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
packaging/flatbuffers.spec

index 0d6f6b1..8ae86cf 100644 (file)
@@ -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 <pk.kapoor@samsung.com>
@@ -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 <yongjoo1.ahn@samsung.com>
+- Release of 2.0.6
+
 * Thu May 13 2021 Gichan Jang <gichan2.jang@samsung.com>
 - Release of 2.0.0