summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGichan Jang <gichan2.jang@samsung.com>2021-05-13 12:47:29 +0900
committerGichan Jang <gichan2.jang@samsung.com>2021-05-13 14:46:41 +0900
commit3e0a04f0bae864ede933971aefd7ded0d5dc9887 (patch)
treeb78023bc3d9fc546c0097b353d8cc0e4dc238f7a
parent6e0ad18036e8055b17ded05aee5911678d342cdf (diff)
downloadflatbuffers-3e0a04f0bae864ede933971aefd7ded0d5dc9887.tar.gz
flatbuffers-3e0a04f0bae864ede933971aefd7ded0d5dc9887.tar.bz2
flatbuffers-3e0a04f0bae864ede933971aefd7ded0d5dc9887.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/changelog6
-rwxr-xr-xdebian/rules2
-rw-r--r--packaging/flatbuffers.spec5
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