Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-luasocket for openSUSE:Factory checked in at 2022-08-21 14:11:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luasocket (Old) and /work/SRC/openSUSE:Factory/.lua-luasocket.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luasocket" Sun Aug 21 14:11:00 2022 rev:9 rq:998384 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luasocket/lua-luasocket.changes 2021-07-15 23:59:10.178093739 +0200 +++ /work/SRC/openSUSE:Factory/.lua-luasocket.new.2083/lua-luasocket.changes 2022-08-21 14:11:02.970437257 +0200 @@ -1,0 +2,23 @@ +Sat Aug 20 17:43:12 UTC 2022 - Gordon Leung <[email protected]> + +rebase: luasocket-makefile.patch +fix: W: package-with-huge-docs 69% +- Create a speperate doc package, lua*-luasocket will recommend it +fix: update URL + +------------------------------------------------------------------- +Sat Aug 20 06:55:28 UTC 2022 - [email protected] + +- Update to version 3.1.0: + * chore: Release v3.1.0 + * ci: Echo correct platform in job title + * fix(build): Use gai_strerrorA not gai_strerror on Windows + * feat(tcp): Add support for TCP Defer Accept + * feat(tcp): Add support for TCP Fast Open + * chore(rockspec): Move recent PR change to proper rockspec (#384) + * fix(rockspec): Fixup Windows (mingw32) builds (#383) + * chore: Update internal version references to match release (#370) + * chore: Release v3.0.0 + * chore: Copy-edit description in dev rockspec + +------------------------------------------------------------------- Old: ---- luasocket-3.0~rc1+git20170515.5a17f79.tar.xz New: ---- luasocket-3.1.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luasocket.spec ++++++ --- /var/tmp/diff_new_pack.Z9dCMm/_old 2022-08-21 14:11:03.734439363 +0200 +++ /var/tmp/diff_new_pack.Z9dCMm/_new 2022-08-21 14:11:03.738439374 +0200 @@ -1,7 +1,7 @@ # -# spec file for package lua-luasocket +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %define flavor @BUILD_FLAVOR@ %define mod_name luasocket -Version: 3.0~rc1+git20170515.5a17f79 +Version: 3.1.0 Release: 0 Summary: Network support for the Lua language License: MIT Group: Development/Languages/Other -URL: https://github.com/diegonehab/luasocket +URL: https://github.com/lunarmodules/luasocket Source: %{mod_name}-%{version}.tar.xz Patch0: luasocket-makefile.patch BuildRequires: %{flavor}-devel @@ -35,6 +35,7 @@ ExclusiveArch: do_not_build %else Name: %{flavor}-%{mod_name} +Recommends: %{flavor}-%{mod_name}-doc %endif %description @@ -55,6 +56,14 @@ This subpackage contains header files for developing applications that want to make use of %{flavor}-%{mod_name}. +%package doc +Summary: Documentation for %{flavor}-%{mod_name} +Group: Development/Languages/Other +BuildArch: noarch + +%description doc +This subpackage contains documentation for %{flavor}-%{mod_name}. + %prep %setup -q -n %{mod_name}-%{version} %patch0 -p1 @@ -73,8 +82,6 @@ %files %license LICENSE -%doc doc/* -%doc README %{lua_archdir}/mime %{lua_archdir}/socket %{lua_noarchdir}/ltn12.lua @@ -85,4 +92,8 @@ %files devel %{lua_incdir}/*.h +%files doc +%doc docs/* +%doc README.md + %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Z9dCMm/_old 2022-08-21 14:11:03.782439495 +0200 +++ /var/tmp/diff_new_pack.Z9dCMm/_new 2022-08-21 14:11:03.786439506 +0200 @@ -1,10 +1,10 @@ <services> <service mode="disabled" name="tar_scm"> - <param name="url">https://github.com/diegonehab/luasocket.git</param> + <param name="url">https://github.com/lunarmodules/luasocket.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="filename">luasocket</param> - <param name="versionformat">3.0~rc1+git%cd.%h</param> + <param name="versionformat">3.1.0</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> ++++++ luasocket-3.0~rc1+git20170515.5a17f79.tar.xz -> luasocket-3.1.0.tar.xz ++++++ ++++ 16500 lines of diff (skipped) ++++++ luasocket-makefile.patch ++++++ --- /var/tmp/diff_new_pack.Z9dCMm/_old 2022-08-21 14:11:03.946439947 +0200 +++ /var/tmp/diff_new_pack.Z9dCMm/_new 2022-08-21 14:11:03.950439958 +0200 @@ -2,14 +2,11 @@ index 494baab..fb56ba4 100644 --- a/src/makefile +++ b/src/makefile -@@ -169,9 +169,9 @@ DEF_linux=-DLUASOCKET_$(DEBUG) \ - -DLUASOCKET_API='__attribute__((visibility("default")))' \ - -DUNIX_API='__attribute__((visibility("default")))' \ - -DMIME_API='__attribute__((visibility("default")))' --CFLAGS_linux= -I$(LUAINC) $(DEF) -Wall -Wshadow -Wextra \ -- -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden --LDFLAGS_linux=-O -shared -fpic -o -+CFLAGS_linux= -I$(LUAINC) $(DEF) $(OPTFLAGS) -Wall -Wshadow -Wextra \ +@@ -177,6 +177,6 @@ DEF_linux=-DLUASOCKET_$(DEBUG) \ +-CFLAGS_linux=$(LUAINC:%=-I%) $(DEF) -Wall -Wshadow -Wextra \ +- -Wimplicit -O2 -ggdb3 -fpic +-LDFLAGS_linux=-O -shared -fpic -o ++CFLAGS_linux=$(LUAINC:%=-I%) $(DEF) $(OPTFLAGS) -Wall -Wshadow -Wextra \ + -Wimplicit -fpic -fvisibility=hidden +LDFLAGS_linux=-O $(OPTFLAGS) -shared -fpic -o LD_linux=gcc
