!33 修改版本号

From: @wangmengc 
Reviewed-by: @ut-wanglujun 
Signed-off-by: @ut-wanglujun
This commit is contained in:
openeuler-ci-bot 2024-06-24 02:39:44 +00:00 committed by Gitee
commit 915ccef901
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 37 additions and 1 deletions

View File

@ -0,0 +1,29 @@
From b93998a221ad9e78540253016eadd634a39c1598 Mon Sep 17 00:00:00 2001
From: wangyaoyong <yaoyong.oerv@isrc.iscas.ac.cn>
Date: Thu, 23 May 2024 17:59:49 +0800
Subject: [PATCH 1/1] fix compile error on riscv64
---
Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 6affd14..0e8ff16 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -598,10 +598,10 @@ $(Program): .build $(OBJECTS) $(BUILTINS_DEP) $(LIBDEP) rust_builtins_lib rust
@echo " ***********************************************************"
@echo
-rust_mainland_lib:
+rust_mainland_lib: $(SHLIB_LIBRARY)
@for it in $(RUST_MAINLAND_DIRS); do cd $$it ; cargo build; cd -; done
-rust_builtins_lib:
+rust_builtins_lib: $(SHLIB_LIBRARY)
@for it in $(RUST_BUILTINS_DIRS); do cd $$it ; cargo build; cd -; done
--
2.25.1

View File

@ -6,7 +6,7 @@
Version: %{baseversion}%{patchleveltag}
Name: utshell
Summary: The utshell respect Bash
Release: 0%{?dist}.3
Release: 1%{?dist}
License: GPLv3+
Source0: utshell-%{baseversion}.tar.gz
@ -18,6 +18,7 @@ Patch0003: 0003-fix-exec-c-exec-l-Redundant-output.patch
Patch0004: 0004-fix-complete-p-no-display.patch
Patch0005: 0005-fix-translation-files-correlation.patch
Patch0006: 0006-fix-select-error.patch
Patch0007: 0007-fix-compile-error-on-riscv64.patch
# Other patches
# We don't want to add '/etc:/usr/etc' in standard utils path.
@ -134,6 +135,12 @@ end
%{_includedir}/%{name}
%changelog
* Fri Jun 21 2024 wangmeng<wangmengc@uniontech.con> - 0.5.1
- fix:IA4DBK Change the verson number to be consistent with other software packages
* Thu May 23 2024 wangyaoyong <yaoyong.oerv@isrc.iscas.ac.cn> - 0.5.0-0.4
- fix:I9KZET riscv64 下cargo build编译时出现缺少依赖的问题
* Thu May 9 2024 wangmeng<wangmengc@uniontech.com> - 0.5.0-0.3
- fix:I9CANW select 关键字没有输出