npu-engine 2.6.0 released.
- Add npubin-fmt package
- Disable minor version check
- Add testenv for unittest
- Fix for gcc-12
Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
+2.5.6 -> 2.6.0:
+ - Add npubin-fmt package
+ - Disable minor version check
+ - Add testenv for unittest
+ - Fix for gcc-12
+
2.5.5 -> 2.5.6:
- Fix some coverity issues
- Add device type for both TRIV 2.3/2.4
+npu-engine (2.6.0) unstable bionic; urgency=medium
+
+ * npu-engine v2.6.0 release; See ./CHANGES for details
+
+ -- Yelin Jeong <yelini.jeong@samsung.com> Wed, 10 May 2023 12:00:00 +0900
+
npu-engine (2.5.6) unstable bionic; urgency=medium
* npu-engine v2.5.6 release; See ./CHANGES for details
project('npu-engine', ['c', 'cpp'],
- version: '2.5.6',
+ version: '2.6.0',
license: ['Apache-2.0'],
meson_version: '>=0.47.0',
default_options: [
Name: npu-engine
Summary: NPU Engine
-Version: 2.5.6
+Version: 2.6.0
Release: 0
Group: System Environment/Daemons
Packager: MyungJoo Ham <myungjoo.ham@samsung.com>
%{_libdir}/pkgconfig/npubin-fmt.pc
%changelog
+* Wed May 10 2023 Yelin Jeong <yelini.jeong@samsung.com>
+- npu-engine v2.6.0 release; See ./CHANGES for details
+
* Thu Apr 10 2023 Yelin Jeong <yelini.jeong@samsung.com>
- npu-engine v2.5.6 release; See ./CHANGES for details