diff options
author | Gichan Jang <gichan2.jang@samsung.com> | 2021-05-13 12:47:29 +0900 |
---|---|---|
committer | Yongjoo Ahn <yongjoo1.ahn@samsung.com> | 2022-12-02 16:37:25 +0900 |
commit | dcea09ac6b339073a8da8305d4bf16a1fe30b8c1 (patch) | |
tree | 4c5b3c6f20b16cdf609a9195859d74db5a7c69e8 | |
parent | 8c75906629f2a27d51b273c42cd398b35a2f7083 (diff) | |
download | flatbuffers-dcea09ac6b339073a8da8305d4bf16a1fe30b8c1.tar.gz flatbuffers-dcea09ac6b339073a8da8305d4bf16a1fe30b8c1.tar.bz2 flatbuffers-dcea09ac6b339073a8da8305d4bf16a1fe30b8c1.zip |
Bump to flatbuffers 2.0.0
Bump to flatbuffers 2.0.0
Change-Id: I5f229796cccfdb60cd15c29996aff57f75bc5cdb
Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | packaging/flatbuffers.spec | 5 |
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f7befddd..cad018ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +flatbuffers (2.0.0-1) unstable; urgency=medium + + * Release of v2.0.0 + + -- Gichan Jang <gichan2.jang@samsung.com> Thu, 13 May 2021 12:43:00 +0900 + flatbuffers (1.12.0-3) unstable; urgency=medium * Include flatbuffers.pc to the dev-kit package diff --git a/debian/rules b/debian/rules index fa699795..7d2b20bd 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) else export DEB_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) endif -export VERSION:=1.12.0 +export VERSION:=2.0.0 export DEB_CMAKE_EXTRA_FLAGS += -DFLATBUFFERS_INSTALL=ON \ -DFLATBUFFERS_BUILD_SHAREDLIB=ON \ diff --git a/packaging/flatbuffers.spec b/packaging/flatbuffers.spec index 1e6eed6f..2f2c7cd3 100644 --- a/packaging/flatbuffers.spec +++ b/packaging/flatbuffers.spec @@ -1,6 +1,6 @@ Name: flatbuffers Summary: cross platform serialization library -Version: 1.12.0 +Version: 2.0.0 Release: 1%{?dist} Group: Development/Libraries Packager: Parichay Kapoor <pk.kapoor@samsung.com> @@ -77,6 +77,9 @@ sed -i 's#@includedir@#%{_includedir}#g' %{buildroot}%{_libdir}/pkgconfig/%{name %{_libdir}/pkgconfig/flatbuffers.pc %changelog +* Thu May 13 2021 Gichan Jang <gichan2.jang@samsung.com> +- Release of 1.11.0 + * Tue Sep 15 2020 Wook Song <wook16.song@samsung.com> - Add the pkg-config file to the dev-kit package |