diff --git a/_multibuild b/_multibuild index b9bdec1..a01285a 100644 --- a/_multibuild +++ b/_multibuild @@ -1,5 +1,4 @@ lua51 -lua52 lua53 diff --git a/lua-luaexpat.changes b/lua-luaexpat.changes index 1a19a12..aefb158 100644 --- a/lua-luaexpat.changes +++ b/lua-luaexpat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com + +- do not build for Lua 5.2 + ------------------------------------------------------------------- Fri Aug 4 12:49:30 UTC 2017 - tchvatal@suse.com diff --git a/lua-luaexpat.spec b/lua-luaexpat.spec index 1c7eebd..8d7b23a 100644 --- a/lua-luaexpat.spec +++ b/lua-luaexpat.spec @@ -1,9 +1,9 @@ # -# spec file for package lua51-luaexpat +# spec file for package lua-luaexpat # +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2009 florian.leparoux@gmail.com # Copyright (c) 2012 Togan Muftuoglu toganm@opensuse.org -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,13 +22,13 @@ %define mod_name luaexpat Version: 1.3.0 Release: 0 -License: MIT Summary: A SAX XML parser based on the Expat library -Url: http://matthewwild.co.uk/projects/luaexpat/ +License: MIT Group: Productivity/Networking/Other +Url: http://matthewwild.co.uk/projects/luaexpat/ Source: http://matthewwild.co.uk/projects/luaexpat/%{mod_name}-%{version}.tar.gz -BuildRequires: libexpat-devel BuildRequires: %{flavor}-devel +BuildRequires: libexpat-devel Requires: %{flavor} %if "%{flavor}" == "" Name: lua-%{mod_name}