!4 Fix source0 and URL

From: @kkkl12
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-09-11 11:43:49 +08:00 committed by Gitee
commit 0d77b1c3c9

View File

@ -1,10 +1,10 @@
Name: lua-lunit Name: lua-lunit
Version: 0.5 Version: 0.5
Release: 15 Release: 16
Summary: Unit testing framework for Lua Summary: Unit testing framework for Lua
License: MIT License: MIT
URL: http://nessie.de/mroth/lunit/index.html URL: https://mroth.net/lunit
Source0: http://nessie.de/mroth/lunit/lunit-%{version}.tar.gz Source0: https://mroth.net/lunit/lunit-%{version}.tar.gz
BuildRequires: lua >= 5.2 BuildRequires: lua >= 5.2
Requires: lua >= 5.2 Requires: lua >= 5.2
BuildArch: noarch BuildArch: noarch
@ -38,6 +38,9 @@ grep -q "0 failed, 0 errors" testlog.txt
%{_datadir}/lua/5.2/* %{_datadir}/lua/5.2/*
%changelog %changelog
* Thu Sep 09 2020 liuweibo <liuweibo10@huawei.com> - 0.5-16
- Fix Source0 and URL
* Mon Dec 2 2019 lijin Yang <yanglijin@huawei.com> - 0.5-15 * Mon Dec 2 2019 lijin Yang <yanglijin@huawei.com> - 0.5-15
- init package - init package