diff --git a/1.3.2.tar.gz b/1.3.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..19a1d214bc645d93d45aa1eaf3d3daaead98541f Binary files /dev/null and b/1.3.2.tar.gz differ diff --git a/lua-json.spec b/lua-json.spec index aa4b80ada5bcd52bb5d51f300c5cd28fac30c39e..4aa4101a699cbd6ad62a0063a3a445b2a12793af 100644 --- a/lua-json.spec +++ b/lua-json.spec @@ -1,6 +1,6 @@ Name: lua-json Version: 1.3.2 -Release: 13 +Release: 14 License: MIT Summary: JSON Parser/Constructor for Lua @@ -10,7 +10,7 @@ Summary: JSON Parser/Constructor for Lua %global shortid %(c=%{commitid}; echo ${c:0:7}) 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 BuildRequires: lua >= %{luaversion}, lua-lpeg >= 0.8.1 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. %prep -%autosetup -n luajson-%{commitid} -p1 +%autosetup -n luajson-%{version} -p1 %build @@ -44,6 +44,12 @@ make check-regression %{luapkgdir}/* %changelog +* Tue Sep 8 2020 shixuantong - 1.3.2-14 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: update Source0 + * Fri Dec 20 2019 chengquan - 1.3.2-13 - Type:enhancement - ID:NA diff --git a/luajson-1.3.2-7a86bc2.tar.gz b/luajson-1.3.2-7a86bc2.tar.gz deleted file mode 100644 index 6e5512f0a1f7325db4fbc8d8d6e94e63baf07351..0000000000000000000000000000000000000000 Binary files a/luajson-1.3.2-7a86bc2.tar.gz and /dev/null differ