Release 2.6.2
authorJiho Chu <jiho.chu@samsung.com>
Thu, 27 Jun 2024 05:28:59 +0000 (14:28 +0900)
committerWook Song <wook16.song@samsung.com>
Tue, 18 Mar 2025 07:28:09 +0000 (16:28 +0900)
It release 2.6.2

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

diff --git a/CHANGES b/CHANGES
index 3e00e449224ac301d054de25007645a8eb50b4b7..047bb4ebe6de72bcc93ba6ddc435ded33fc00ce7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2.6.1 -> 2.6.2:
+  - support mrpsim 3.9.30
+  - change test data path
+
 2.6.0 -> 2.6.1:
   - seperate npubin-fmt package
   - add memory info
index d4ceba4df7b19fd805746bd043457a653ca9d352..ab5fe9aabd239127ce0cbe9a18161ebfc5601439 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.6.2) unstable bionic; urgency=medium
+
+  * npu-engine v2.6.2 release; See ./CHANGES for details
+
+ -- Jiho Chu <jiho.chu@samsung.com>  Mon, 01 Jul 2024 12:00:00 +0900
+
 npu-engine (2.6.1) unstable bionic; urgency=medium
 
   * npu-engine v2.6.1 release; See ./CHANGES for details
index 52d44e73d72302c4a652e2c33d1d30b103fba526..3318138d23e158f82fec68badfc0847b3b913bca 100644 (file)
@@ -5,21 +5,21 @@ Maintainer: MyungJoo Ham <myungjoo.ham@samsung.com>
 Build-Depends: ninja-build, meson (>=0.50), debhelper (>=9),
  gcc-11 | gcc-9 | gcc-8 | gcc-7 | gcc-6 | gcc-5, libgtest-dev, python | python3,
  libiniparser-dev, pkg-config, cmake, libdrm-dev, libfuse-dev,
- libmrpsim-dev (>=3.9.1), libtinyxml2-dev, libncurses-dev, npubin-fmt
+ libmrpsim-dev (>=3.9.30), libtinyxml2-dev, libncurses-dev, npubin-fmt (>= 3.0.1)
 Standards-Version: 3.8.2
 Homepage: https://research.samsung.com
 
 Package: npu-engine
 Architecture: amd64
 Multi-Arch: same
-Depends: libmrpsim (>=3.9.1), ${shlibs:Depends}, ${misc:Depends}
+Depends: libmrpsim (>=3.9.30), ${shlibs:Depends}, ${misc:Depends}
 Description: NPU Engine
  This provides in-NPU software control daemon, NPU-Engine.
 
 Package: npu-engine-dev
 Architecture: amd64
 Multi-Arch: same
-Depends: npu-engine, npubin-fmt, ${shlibs:Depends}, ${misc:Depends}
+Depends: npu-engine, npubin-fmt (>= 3.0.1), ${shlibs:Depends}, ${misc:Depends}
 # If this incurs ambiguity between usb/ip, add Recommends on one of the two.
 Description: Development Support for NPU Engine Library
  Developmental packages to develop programs using npu-engine.
index 4f0248b5f6b56cbec7358be3ef2477be49495bb1..11d64483c9e0d5d00877deb0d2937bbc3c0d72d1 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.6.1',
+  version: '2.6.2',
   license: ['Apache-2.0'],
   meson_version: '>=0.47.0',
   default_options: [
index dfd8a2e1a032e9269058deb24cb0f6684c70a230..12c018749acb008ce062b3d87211a65d60cb4da7 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.6.1
+Version:       2.6.2
 Release:       0
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -205,6 +205,9 @@ Reference implementation of NNStreamer filter subplugin for SR TRIx devices (for
 %endif
 
 %changelog
+* Mon Jul 01 2024 Jiho Chu <jiho.chu@samsung.com>
+- npu-engine v2.6.2 release; See ./CHANGES for details
+
 * Thu Jul 13 2023 Jiho Chu <jiho.chu@samsung.com>
 - npu-engine v2.6.1 release; See ./CHANGES for details