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#300334013c97f340d94cb960ca37b3df82fed1c3
This commit is contained in:
DistroBaker 2021-01-31 02:38:46 +00:00
parent 7b44655025
commit 5432157d0a

View File

@ -12,7 +12,7 @@
Name: lua-filesystem
Version: 1.8.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: File System Library for the Lua Programming Language
%global gitowner keplerproject
@ -52,10 +52,10 @@ structure and file attributes.}
Summary: File System Library for the Lua Programming Language %{lua_compat_version}
%if 0%{?fedora} < 33 && 0%{?rhel} < 9
Requires: lua(abi) = %{lua_compat_version}
%endif
Obsoletes: lua-filesystem-compat < 1.8.0-3
Provides: lua-filesystem-compat = %{version}-%{release}
Provides: lua-filesystem-compat%{?_isa} = %{version}-%{release}
%endif
%description -n lua%{lua_compat_version}-filesystem %{_description}
%endif
@ -109,6 +109,9 @@ LUA_CPATH=%{buildroot}%{lua_compat_libdir}/\?.so lua-%{lua_compat_version} tests
%endif
%changelog
* Sun Jan 31 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.8.0-4
- Adjust conditionals for compat package
* Fri Jan 29 2021 Robert Scheck <robert@fedoraproject.org> - 1.8.0-3
- Use Fedora-specific linker flags
- Remove unused PREFIX argument at %%make_build and %%make_install