From ce90ba3a98d7bb02734de238e064a335d05fe447 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Fri, 11 Sep 2020 09:29:31 +0800 Subject: [PATCH] Fix Source0 and URL --- lua-lunit.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lua-lunit.spec b/lua-lunit.spec index 682ac18..fa8f156 100644 --- a/lua-lunit.spec +++ b/lua-lunit.spec @@ -1,10 +1,10 @@ Name: lua-lunit Version: 0.5 -Release: 15 +Release: 16 Summary: Unit testing framework for Lua License: MIT -URL: http://nessie.de/mroth/lunit/index.html -Source0: http://nessie.de/mroth/lunit/lunit-%{version}.tar.gz +URL: https://mroth.net/lunit +Source0: https://mroth.net/lunit/lunit-%{version}.tar.gz BuildRequires: lua >= 5.2 Requires: lua >= 5.2 BuildArch: noarch @@ -38,6 +38,9 @@ grep -q "0 failed, 0 errors" testlog.txt %{_datadir}/lua/5.2/* %changelog +* Thu Sep 09 2020 liuweibo - 0.5-16 +- Fix Source0 and URL + * Mon Dec 2 2019 lijin Yang - 0.5-15 - init package