Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua54 for openSUSE:Factory checked in at 2023-01-27 10:15:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua54 (Old) and /work/SRC/openSUSE:Factory/.lua54.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua54" Fri Jan 27 10:15:12 2023 rev:22 rq:1060891 version:5.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/lua54/lua54.changes 2022-12-20 20:19:41.813618401 +0100 +++ /work/SRC/openSUSE:Factory/.lua54.new.32243/lua54.changes 2023-01-27 10:16:34.899734712 +0100 @@ -1,0 +2,5 @@ +Tue Jan 24 10:53:04 UTC 2023 - Michal Suchanek <msucha...@suse.com> + +- Do not use complex dependencies on SLE12 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua54.spec ++++++ --- /var/tmp/diff_new_pack.1E2s7Z/_old 2023-01-27 10:16:35.419737591 +0100 +++ /var/tmp/diff_new_pack.1E2s7Z/_new 2023-01-27 10:16:35.427737635 +0100 @@ -1,7 +1,7 @@ # # spec file for package lua54 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ Summary: Small Embeddable Language with Procedural Syntax License: GPL-3.0-or-later Group: Development/Languages/Other -URL: http://www.lua.org +URL: https://www.lua.org Source: http://www.lua.org/ftp/lua-%{version}.tar.gz Source1: http://www.lua.org/tests/lua-%{version}-tests.tar.gz Source99: baselibs.conf @@ -133,7 +133,9 @@ License: MIT Group: Documentation/HTML BuildArch: noarch +%if 0%{?suse_version} > 1315 Supplements: (lua54 and patterns-base-documentation) +%endif %description doc Lua is a programming language originally designed for extending @@ -178,7 +180,7 @@ prefix=%{_prefix} exec_prefix=%{_prefix} libdir=%{_libdir} -includedir=%{_prefix}/include/lua%{major_version} +includedir=%{_includedir}/lua%{major_version} INSTALL_LMOD=%{_datadir}/lua/%{major_version} INSTALL_CMOD=%{_libdir}/lua/%{major_version} @@ -247,13 +249,13 @@ %dir %{_datadir}/lua/%{major_version} %{_bindir}/lua%{major_version} %{_bindir}/luac%{major_version} -%{_mandir}/man1/lua%{major_version}.1%{ext_man} -%{_mandir}/man1/luac%{major_version}.1%{ext_man} +%{_mandir}/man1/lua%{major_version}.1%{?ext_man} +%{_mandir}/man1/luac%{major_version}.1%{?ext_man} # alternatives %{_bindir}/lua %{_bindir}/luac -%{_mandir}/man1/lua.1%{ext_man} -%{_mandir}/man1/luac.1%{ext_man} +%{_mandir}/man1/lua.1%{?ext_man} +%{_mandir}/man1/luac.1%{?ext_man} %ghost %{_sysconfdir}/alternatives/lua %ghost %{_sysconfdir}/alternatives/luac %ghost %{_sysconfdir}/alternatives/lua.1%{ext_man}