Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/lua-filesystem.git#ba3823062a450eaf24392d6d474caf00917a9768
This commit is contained in:
DistroBaker 2021-01-28 00:45:30 +00:00
parent bef5a62ccb
commit 6dd9f27c60

View File

@ -12,7 +12,7 @@
Name: lua-filesystem
Version: 1.8.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: File System Library for the Lua Programming Language
%global gitowner keplerproject
@ -50,6 +50,9 @@ structure and file attributes.}
%if %{with compat}
%package compat
Summary: File System Library for the Lua Programming Language 5.1
%if 0%{?fedora} < 33 && 0%{?rhel} < 9
Requires: lua(abi) = %{lua_compat_version}
%endif
%description compat %{_description}
%endif
@ -99,6 +102,9 @@ LUA_CPATH=%{buildroot}%{lua_libdir}/\?.so lua tests/test.lua
%endif
%changelog
* Wed Jan 27 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.8.0-2
- compat: Add Requires on lua(abi) for older releases
* Wed Jan 27 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.8.0-1
- Update to 1.8.0
- Simplify spec to use new Lua macros (thanks robert@fp.o)