[Release] NPU Engine 2.3.5 release
authorDongju Chae <dongju.chae@samsung.com>
Tue, 6 Apr 2021 06:58:37 +0000 (15:58 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Wed, 7 Apr 2021 01:55:54 +0000 (10:55 +0900)
This patch makes new release, npu engine v2.3.5.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
CHANGES
debian/changelog
meson.build
packaging/npu-engine.spec

diff --git a/CHANGES b/CHANGES
index ea03b9d..cee70d4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2.3.4 -> 2.3.5:
+  - Add start/end cycles of each profiling layer
+  - Support NPU emulation mode in Tizen env.
+
 2.3.3 -> 2.3.4:
   - Increase the maximum length of profiling layer name
   - Update the testdata path of unittests (v2.3.4)
index 46b6c18..5aaa00d 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.3.5) unstable xenial bionic; urgency=medium
+
+  * 2.3.5 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Tue, 06 Apr 2021 15:56:00 +0900
+
 npu-engine (2.3.4) unstable xenial bionic; urgency=medium
 
   * 2.3.4 release; See ./CHANGES for details
index 33ac6f1..9b4a96f 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.3.4',
+  version: '2.3.5',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index ae2aad6..bb9fad3 100644 (file)
@@ -2,8 +2,8 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.3.4
-Release:       1
+Version:       2.3.5
+Release:       0
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
 License:       Proprietary
@@ -23,9 +23,9 @@ BuildRequires:        pkgconfig(iniparser)
 BuildRequires: ncurses-devel
 
 # test
-BuildRequires:  gtest-devel
-BuildRequires:  pkgconfig(libdrm)
-BuildRequires:  pkgconfig(tinyxml2)
+BuildRequires: gtest-devel
+BuildRequires: pkgconfig(libdrm)
+BuildRequires: pkgconfig(tinyxml2)
 
 BuildRequires:  pkgconfig(dlog)
 
@@ -78,7 +78,7 @@ This contains corresponding header files and .pc pkgconfig file.
 %{_libdir}/pkgconfig/*.pc
 
 %package example
-Summary:  NPU Engine Example Package
+Summary:       NPU Engine Example Package
 Requires:      npu-engine = %{version}-%{release}
 %description example
 Example application package for NPU Engine, including UnitTests and AppTest with realistic scenarios.
@@ -90,7 +90,7 @@ Example application package for NPU Engine, including UnitTests and AppTest with
 
 %package utils
 Requires:      npu-engine = %{version}-%{release}
-Summary:  NPU Engine Example Package
+Summary:       NPU Engine Example Package
 %description utils
 This probides utility packages for NPU Engine, including metadata extraction of model files.
 %files utils
@@ -99,6 +99,9 @@ This probides utility packages for NPU Engine, including metadata extraction of
 %{neexampledir}/utils/*
 
 %changelog
+* Tue Apr 06 2021 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.3.5
+
 * Wed Mar 24 2021 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.3.4