SHA256
10
0
forked from pool/lua-luadbi

- Use %autosetup macro. Allows to eliminate the usage of deprecated

%patchN.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luadbi?expand=0&rev=20
This commit is contained in:
2024-02-22 09:58:10 +00:00
committed by Git OBS Bridge
parent 6b1b1b6542
commit 35444842f9
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 22 09:57:57 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Thu Feb 18 15:55:03 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package lua-luadbi
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -54,8 +54,7 @@ with native database drivers. But openSUSE version doesn't build with DB2 and
Oracle.
%prep
%setup -q -n luadbi-%{version}
%patch0 -p1
%autosetup -p1 -n luadbi-%{version}
sed -i \
-e 's:-g -pedantic -Wall -O2:%{optflags} -fPIC -I%{lua_incdir}:g' \