Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
SOURCES/luajson-1.3.2-7a86bc2.tar.gz
|
||||
luajson-1.0.tar.bz2
|
||||
/luajson-1.2.2.tar.bz2
|
||||
/luajson-1.3.2-7a86bc2.tar.gz
|
||||
|
@ -1,13 +1,12 @@
|
||||
%define luaver 5.3
|
||||
%define luaver 5.4
|
||||
%define luapkgdir %{_datadir}/lua/%{luaver}
|
||||
%global commit 7a86bc22066858afeb23845a191a6ab680b46233
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: lua-json
|
||||
Version: 1.3.2
|
||||
Release: 9%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Summary: JSON Parser/Constructor for Lua
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: http://luaforge.net/projects/luajson/
|
||||
Source0: https://github.com/harningt/luajson/archive/%{commit}/luajson-%{version}-%{shortcommit}.tar.gz
|
||||
@ -15,7 +14,8 @@ Patch0: luajson-lua-5.2.patch
|
||||
BuildRequires: lua >= %{luaver}, lua-lpeg >= 0.8.1
|
||||
# for checks
|
||||
BuildRequires: lua-filesystem >= 1.4.1, lua-lunit >= 0.4
|
||||
Requires: lua >= %{luaver}, lua-lpeg >= 0.8.1
|
||||
BuildRequires: make
|
||||
Requires: lua(abi) >= %{luaver}, lua-lpeg >= 0.8.1
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -42,6 +42,30 @@ make check-regression
|
||||
%{luapkgdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jun 30 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3.2-15
|
||||
- Rebuilt for Lua 5.4
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Nov 29 2019 Kalev Lember <klember@redhat.com> - 1.3.2-13
|
||||
- Require lua(abi) instead of just lua
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user