From bb7522ba76313a92bfc64f143bc7d041aab68134f1bb313c0d57b83e14dd06e1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 19 Sep 2019 13:47:17 +0000 Subject: [PATCH] Accepting request 731965 from home:mcepl:branches:devel:languages:lua - Update to 1.30.1-1: mostly bugfixes. Full log is only https://github.com/luvit/luv/commits/master OBS-URL: https://build.opensuse.org/request/show/731965 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luv?expand=0&rev=10 --- lua-luv.changes | 6 ++++++ lua-luv.spec | 16 ++++++++-------- luv-1.30.0-0.tar.gz | 3 --- luv-1.30.1-1.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 luv-1.30.0-0.tar.gz create mode 100644 luv-1.30.1-1.tar.gz diff --git a/lua-luv.changes b/lua-luv.changes index 63fd7da..c6ffbfa 100644 --- a/lua-luv.changes +++ b/lua-luv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 19 15:33:38 CEST 2019 - Matej Cepl + +- Update to 1.30.1-1: mostly bugfixes. Full log is only + https://github.com/luvit/luv/commits/master + ------------------------------------------------------------------- Fri Aug 9 18:09:40 CEST 2019 - Matej Cepl diff --git a/lua-luv.spec b/lua-luv.spec index dd385e6..7e12223 100644 --- a/lua-luv.spec +++ b/lua-luv.spec @@ -20,11 +20,17 @@ %define flavor @BUILD_FLAVOR@ %define mod_name luv %define lua_value %(echo "%{flavor}" |sed -e 's:lua::') -%define upver 1.30.0-0 +%define upver 1.30.1-1 %define libluv_sover 1 %bcond_with public_lib -Version: 1.30.0 +%if "%{flavor}" == "" +Name: lua-%{mod_name} +ExclusiveArch: do_not_build +%else +Name: %{flavor}-%{mod_name} +%endif +Version: 1.30.1 Release: 0 Summary: Bare libuv bindings for lua License: Apache-2.0 @@ -44,12 +50,6 @@ BuildRequires: lua-compat53 BuildRequires: lua-devel BuildRequires: lua-filesystem %endif # suse_version -%if "%{flavor}" == "" -Name: lua-%{mod_name} -ExclusiveArch: do_not_build -%else -Name: %{flavor}-%{mod_name} -%endif %description This library makes libuv available to lua scripts. It was made diff --git a/luv-1.30.0-0.tar.gz b/luv-1.30.0-0.tar.gz deleted file mode 100644 index b373d75..0000000 --- a/luv-1.30.0-0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e468fa17bf222ca8ce0bfffdbdf947fc897da48643a12955db92f80e2c852f5 -size 87491 diff --git a/luv-1.30.1-1.tar.gz b/luv-1.30.1-1.tar.gz new file mode 100644 index 0000000..6992e3e --- /dev/null +++ b/luv-1.30.1-1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b17921e2e18094df6221e3cd291c82d4569e50d8c081518d3e775dceae267cf +size 88948