Hello community, here is the log from the commit of package lua-luasec for openSUSE:Factory checked in at 2019-11-04 17:16:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luasec (Old) and /work/SRC/openSUSE:Factory/.lua-luasec.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luasec" Mon Nov 4 17:16:21 2019 rev:3 rq:745186 version:0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luasec/lua-luasec.changes 2017-10-31 15:44:22.040975107 +0100 +++ /work/SRC/openSUSE:Factory/.lua-luasec.new.2990/lua-luasec.changes 2019-11-04 17:16:35.080913552 +0100 @@ -1,0 +2,8 @@ +Sun Nov 3 16:48:48 CET 2019 - Matej Cepl <[email protected]> + +- Update to luasec 0.9. Too many changes to enlist here, + CHANGELOG file is included in the package. +- Patch lua-sec-0.6-openssl_110.patch has been removed as it is + fully included upstream. + +------------------------------------------------------------------- Old: ---- lua-sec-0.6-openssl_110.patch luasec-0.6.tar.gz New: ---- luasec-0.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luasec.spec ++++++ --- /var/tmp/diff_new_pack.YE026E/_old 2019-11-04 17:16:36.540915112 +0100 +++ /var/tmp/diff_new_pack.YE026E/_new 2019-11-04 17:16:36.588915163 +0100 @@ -1,7 +1,7 @@ # # spec file for package lua-luasec # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,31 +12,28 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define flavor @BUILD_FLAVOR@ -%define mod_name luasec -Version: 0.6 +%define modname luasec +Version: 0.9 Release: 0 Summary: A Lua binding for OpenSSL License: MIT -Group: Productivity/Networking/Other -Url: https://github.com/brunoos/luasec -Source: https://github.com/brunoos/luasec/archive/%{mod_name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM build with openssl 1.1.0 (taken from Fedora) -Patch0: lua-sec-0.6-openssl_110.patch +URL: https://github.com/brunoos/luasec +Source: https://github.com/brunoos/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-luasocket BuildRequires: libopenssl-devel Requires: %{flavor} Requires: %{flavor}-luasocket %if "%{flavor}" == "" -Name: lua-%{mod_name} +Name: lua-%{modname} ExclusiveArch: do_not_build %else -Name: %{flavor}-%{mod_name} +Name: %{flavor}-%{modname} %endif %description @@ -45,8 +42,7 @@ session between the peers. %prep -%setup -q -n luasec-luasec-%{version} -%patch0 -p1 +%setup -q -n %{modname}-%{version} %build make %{?_smp_mflags} linux \ @@ -56,7 +52,8 @@ %make_install LUAPATH=%{lua_noarchdir} LUACPATH=%{lua_archdir} %files -%doc CHANGELOG LICENSE README.md +%license LICENSE +%doc CHANGELOG README.md %{lua_archdir}/ssl.so %{lua_noarchdir}/ssl.lua %{lua_noarchdir}/ssl/ ++++++ luasec-0.6.tar.gz -> luasec-0.9.tar.gz ++++++ ++++ 3980 lines of diff (skipped)
