diff options
author | CoprDistGit <infra@openeuler.org> | 2025-10-13 08:14:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-10-13 08:14:16 +0000 |
commit | 9718be5f8c3965d95cf62889a3e31c8b1e8d18eb (patch) | |
tree | 6609639c9b70cb3f51b32e5d0e54979b70720ed9 | |
parent | 22aa2d61d5de8b397a624cfeb896dc436cf7331f (diff) |
automatic import of UNT
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | UNT.spec | 7 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -8,3 +8,4 @@ /maven.tar.part.aa /maven.tar.part.ab /maven.tar.part.ac +/UNT-v1.1.tar.gz @@ -1,10 +1,10 @@ Name: UNT Version: 1.0 -Release: 11 +Release: 1 Summary: UDF native tool License: MulanPSL-2.0 URL: https://gitee.com/openeuler/UNT.git -Source0: https://gitee.com/openeuler/UNT/repository/archive/%{name}-v%{version}.tar.gz +Source0: %{name}-v1.1.tar.gz Source1: maven.tgz.part.aa Source2: maven.tgz.part.ab BuildRequires: maven @@ -55,6 +55,9 @@ rm -rf /usr/bin/native_udf.py %attr(0550,root,root) /usr/bin/native_udf.py %changelog +* Mon Oct 13 2025 Cutie Deng <dengzhiren2@huawei.com> - 1.0-12 +- fix array index op + * Fri Sep 19 2025 Cutie Deng <dengzhiren2@huawei.com> - 1.0-11 - add offline maven repo @@ -1,3 +1,3 @@ -b582847623fc17427d56cd16c412a8b2 UNT-v1.0.tar.gz +6cf28902a01236d8c7a92ae3318fbfaa UNT-v1.1.tar.gz 825438c38557655fbeb38cdee4749df0 maven.tgz.part.aa 9851aa366f149881ef14bad21a024598 maven.tgz.part.ab |