update Source0

This commit is contained in:
桐小哥 2020-09-08 17:29:58 +08:00 committed by sxt1001
parent f1d68bbcc1
commit 6b423725ec
3 changed files with 9 additions and 3 deletions

BIN
1.3.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: lua-json Name: lua-json
Version: 1.3.2 Version: 1.3.2
Release: 13 Release: 14
License: MIT License: MIT
Summary: JSON Parser/Constructor for Lua Summary: JSON Parser/Constructor for Lua
@ -10,7 +10,7 @@ Summary: JSON Parser/Constructor for Lua
%global shortid %(c=%{commitid}; echo ${c:0:7}) %global shortid %(c=%{commitid}; echo ${c:0:7})
URL: http://github.com/harningt/luajson/ URL: http://github.com/harningt/luajson/
Source0: https://github.com/harningt/luajson/archive/%{commitid}/luajson-%{version}-%{shortid}.tar.gz Source0: https://github.com/harningt/luajson/archive/%{version}.tar.gz
# for build and check # for build and check
BuildRequires: lua >= %{luaversion}, lua-lpeg >= 0.8.1 BuildRequires: lua >= %{luaversion}, lua-lpeg >= 0.8.1
BuildRequires: lua-filesystem >= 1.4.1, lua-lunit >= 0.4 BuildRequires: lua-filesystem >= 1.4.1, lua-lunit >= 0.4
@ -28,7 +28,7 @@ JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility.
Depending on parser/encoder options, various values are preserved as best as possible. Depending on parser/encoder options, various values are preserved as best as possible.
%prep %prep
%autosetup -n luajson-%{commitid} -p1 %autosetup -n luajson-%{version} -p1
%build %build
@ -44,6 +44,12 @@ make check-regression
%{luapkgdir}/* %{luapkgdir}/*
%changelog %changelog
* Tue Sep 8 2020 shixuantong <shixuantong@huawei.com> - 1.3.2-14
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: update Source0
* Fri Dec 20 2019 chengquan <chengquan3@huawei.com> - 1.3.2-13 * Fri Dec 20 2019 chengquan <chengquan3@huawei.com> - 1.3.2-13
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA

Binary file not shown.