From 7f4951af70c8a102f92d66711d55d37ad1adca9959be22eba7aa50a94d873e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 15 Jul 2017 07:47:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-mpack?expand=0&rev=5 --- lua-mpack.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua-mpack.spec b/lua-mpack.spec index 5aa27b2..0cdf747 100644 --- a/lua-mpack.spec +++ b/lua-mpack.spec @@ -24,11 +24,11 @@ Summary: Implementation of MessagePack for Lua 5.1 License: MIT Group: Development/Libraries/Other Url: https://github.com/libmpack/libmpack-lua -# Building against system version is in works of upstream Master branch Source: https://github.com/libmpack/libmpack-lua/archive/%{version}.tar.gz -# libmpack source is necessary to build lua51-mpack. +# libmpack source is necessary to build lua-mpack, next release should build +# fine against system version # The latest source can be downloaded from: https://github.com/libmpack/libmpack -Source1: https://github.com/libmpack/libmpack/archive/%{version}/libmpack-%{libmpack_version}.tar.gz +Source1: https://github.com/libmpack/libmpack/archive/%{libmpack_version}/libmpack-%{libmpack_version}.tar.gz # PATCH-FIX-UPSTREAM lua51-mpack-fix-gcc7.patch gh#libmpack/libmpack-lua#3 -- Fix compilation error when using GCC7. Patch0: lua51-mpack-fix-gcc7.patch # PATCH-FIX-UPSTREAM lua51-mpack-fix-compilation.patch gh#libmpack/libmpack-lua#2 -- Fix compilation error when using `USE_SYSTEM_LUA=1`.