npu-engine 2.5.1 release
authorJiho Chu <jiho.chu@samsung.com>
Fri, 22 Jul 2022 06:09:46 +0000 (15:09 +0900)
committer추지호/NPU Lab(SR)/삼성전자 <jiho.chu@samsung.com>
Fri, 22 Jul 2022 10:06:40 +0000 (19:06 +0900)
- Support Simulator 3.9.1
- Backward compatibility for simulator is not supported

Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
CHANGES
debian/changelog
debian/control
debian/copyright
packaging/npu-engine.spec

diff --git a/CHANGES b/CHANGES
index 883a472f1e435bbacce316553ef372f2e5cb5704..96904a45bf9ba8823b29abc788ed0a6b7ca09b81 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2.5.0 -> 2.5.1:
+  - Support Simulator 3.9.1
+  - Backward compatibility for simulator is not supported
+
 2.4.3 -> 2.5.0:
   - Use Apache-2.0 License for now
   - Use the embedded uapi header temporally
index 6ceb201c3b24a5387cd8d9ba2a0d3da035eb1672..7ffe78ffb3b93e9fb46cb11d14ec6bd1f7826b30 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.5.1) unstable bionic; urgency=medium
+
+  * npu-engine v2.5.1 release; See ./CHANGES for details
+
+ -- Jiho Chu <jiho.chu@samsung.com>  Mon, 18 Jul 2022 12:00:00 +0900
+
 npu-engine (2.5.0) unstable bionic; urgency=medium
 
   * npu-engine v2.5.0 release; See ./CHANGES for details
index 7ccb921b4dd5d81987d658b0458507318d2a998a..ca505f0461f258ab57a452c729bab381e725b935 100644 (file)
@@ -5,14 +5,14 @@ Maintainer: MyungJoo Ham <myungjoo.ham@samsung.com>
 Build-Depends: ninja-build, meson (>=0.50), debhelper (>=9),
  gcc-9 | gcc-8 | gcc-7 | gcc-6 | gcc-5, libgtest-dev, python,
  libiniparser-dev, pkg-config, cmake, libdrm-dev, libfuse-dev,
- libmrpsim-dev (>=3.8.0), libtinyxml2-dev, libncurses-dev
+ libmrpsim-dev (>=3.9.1), libtinyxml2-dev, libncurses-dev
 Standards-Version: 3.8.2
 Homepage: https://research.samsung.com
 
 Package: npu-engine
 Architecture: amd64
 Multi-Arch: same
-Depends: libmrpsim (>=3.8.0), ${shlibs:Depends}, ${misc:Depends}
+Depends: libmrpsim (>=3.9.1), ${shlibs:Depends}, ${misc:Depends}
 Description: NPU Engine
  This provides in-NPU software control daemon, NPU-Engine.
 
index 99ea7d0bd64839e8351e05a23a244df0f09a34ca..7467957b5b77800d821349976a65def3c6c9c542 100644 (file)
@@ -1,3 +1,3 @@
 Files: *
 License: Apache-2.0
-Copyright(C) Samsung Electonics 2019
+Copyright(C) Samsung Electonics 2022
index 2aba823fefc3927c8fbdb9648722645fc91d0760..fc5bb094052909f2521fcbaeee10db77a69b1e01 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.5.0
+Version:       2.5.1
 Release:       0
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -31,14 +31,14 @@ BuildRequires:      pkgconfig(tinyxml2)
 BuildRequires: pkgconfig(dlog)
 
 %if 0%{?npu_emul}
-BuildRequires: libmrpsim-devel
+BuildRequires: libmrpsim-devel >= 3.9.1
 %define enable_npu_emul -Denable_npu_emul=true
 %else
 %define enable_npu_emul -Denable_npu_emul=false
 %endif
 
 %if 0%{?npu_cuse}
-BuildRequires: libmrpsim-devel
+BuildRequires: libmrpsim-devel >= 3.9.1
 %define enable_npu_cuse -Denable_npu_cuse=true
 %else
 %define enable_npu_cuse -Denable_npu_cuse=false
@@ -194,6 +194,9 @@ Reference implementation of NNStreamer filter subplugin for SR TRIx devices (for
 %endif
 
 %changelog
+* Fri Jul 18 2022 Jiho Chu <jiho.chu@samsung.com>
+- npu-engine v2.5.1 release; See ./CHANGES for details
+
 * Fri Dec 17 2021 Dongju Chae <dongju.chae@samsung.com>
 - npu-engine v2.5.0 release; See ./CHANGES for details