From 5eb5400d5bb225b8fa517e46f39b6d1870f5795f Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 15 Nov 2022 17:52:32 +0800 Subject: [PATCH] Change source --- lutok.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lutok.spec b/lutok.spec index 16a7981..2b06c13 100644 --- a/lutok.spec +++ b/lutok.spec @@ -1,10 +1,10 @@ Name: lutok Version: 0.4 -Release: 13 +Release: 14 Summary: Provides a clean and safe C++ interface for lua License: BSD URL: http://code.google.com/p/lutok/ -Source0: http://lutok.googlecode.com/files/lutok-%{version}.tar.gz +Source0: https://github.com/jmmv/lutok/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz Requires: lua >= 5.2 BuildRequires: gcc-c++ libatf-c++-devel >= 0.20 lua-devel >= 5.2 @@ -80,5 +80,8 @@ This package provides runtime tests for the Lutok library. %{_libexecdir}/lutok/tests %changelog +* Thu Nov 10 2022 liyanan - 0.4-14 +- Change source + * Tue Dec 31 2019 yangjian - 0.4-13 - Package init