Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package lua-luafilesystem for
openSUSE:Factory checked in at 2023-01-05 15:01:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-luafilesystem (Old)
and /work/SRC/openSUSE:Factory/.lua-luafilesystem.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luafilesystem"
Thu Jan 5 15:01:21 2023 rev:8 rq:1056121 version:1.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luafilesystem/lua-luafilesystem.changes
2021-02-04 20:24:19.226848757 +0100
+++
/work/SRC/openSUSE:Factory/.lua-luafilesystem.new.1563/lua-luafilesystem.changes
2023-01-05 15:01:39.421290948 +0100
@@ -1,0 +2,5 @@
+Tue Jan 3 16:52:00 UTC 2023 - Egbert Eich <[email protected]>
+
+- Handle Leap 15 / SLE-15 where %lua_provides is not supported.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lua-luafilesystem.spec ++++++
--- /var/tmp/diff_new_pack.K04KpV/_old 2023-01-05 15:01:39.861294091 +0100
+++ /var/tmp/diff_new_pack.K04KpV/_new 2023-01-05 15:01:39.865294120 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package lua-luafilesystem
+# spec file
#
-# Copyright (c) 2020 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
@@ -20,6 +20,13 @@
%define mod_name luafilesystem
%define pversion 1.8.0
%define _pversion 1_8_0
+
+%if %{undefined lua_provides}
+%define lua_provides \
+Provides: lua-%{mod_name} = %{version}-%{release} \
+Obsoletes: lua-%{mod_name} < %{version}-%{release}
+%endif
+
Version: %{pversion}
Release: 0
Summary: Filesystem support for Lua