Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lua-luv for openSUSE:Factory checked 
in at 2021-04-24 23:09:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-luv (Old)
 and      /work/SRC/openSUSE:Factory/.lua-luv.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-luv"

Sat Apr 24 23:09:28 2021 rev:10 rq:888232 version:1.41.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-luv/lua-luv.changes  2021-02-26 
22:02:08.191962311 +0100
+++ /work/SRC/openSUSE:Factory/.lua-luv.new.12324/lua-luv.changes       
2021-04-24 23:10:41.735525676 +0200
@@ -1,0 +2,16 @@
+Sat Apr 24 16:21:59 UTC 2021 - Matej Cepl <[email protected]>
+
+- Use correct upstream tarball
+
+-------------------------------------------------------------------
+Sat Apr 24 15:05:17 UTC 2021 - Callum Farmer <[email protected]>
+
+- Update to version 1.41.0:
+  * Fix build with Lua 5.4
+  * Updated Libuv to 1.40.0
+  * Fix garbage collection-related memory bug with threads
+  * Make symlink/copyfile bindings more user-friendly
+- Tests and examples no longer included in tarball
+- Removed skip-failing-test.patch: no longer applicable
+
+-------------------------------------------------------------------

Old:
----
  luv-1.30.1-1.tar.gz
  skip-failing-test.patch

New:
----
  luv-1.41.0-0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lua-luv.spec ++++++
--- /var/tmp/diff_new_pack.9QInOk/_old  2021-04-24 23:10:42.199526332 +0200
+++ /var/tmp/diff_new_pack.9QInOk/_new  2021-04-24 23:10:42.199526332 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-luv
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2012 Togan Muftuoglu [email protected]
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 %define mod_name luv
-%define upver 1.30.1-1
+%define upver 1.41.0-0
 %define libluv_sover 1
 %if 0%{?suse_version}
 %define flavor @BUILD_FLAVOR@
@@ -42,16 +42,13 @@
 %else
 Name:           %{flavor}-%{mod_name}
 %endif
-Version:        1.30.1
+Version:        1.41.0
 Release:        0
 Summary:        Bare libuv bindings for lua
 License:        Apache-2.0
 Group:          Development/Languages/Other
-URL:            https://github.com/luvit/luv
-Source:         
https://github.com/luvit/%{mod_name}/archive/%{upver}.tar.gz#/%{mod_name}-%{upver}.tar.gz
-# PATCH-FIX-UPSTREAM skip-failing-test.patch gh#luvit/luv#473 [email protected]
-# skip failing test thread - test thread create with options table
-Patch0:         skip-failing-test.patch
+URL:            https://github.com/luvit/%{mod_name}
+Source:         
https://github.com/luvit/%{mod_name}/archive/%{upver}/%{mod_name}-%{upver}.tar.gz
 BuildRequires:  libuv-devel
 BuildRequires:  lua-macros
 %lua_provides
@@ -113,14 +110,7 @@
 
 %prep
 echo "Name is %{name}, Flavor is %{flavor}"
-%setup -q -n %{mod_name}-%{upver}
-%autopatch -p1
-
-# Remove bundled dependencies
-rm -rf deps
-
-# Remove network sensitive tests gh#luvit/luv#340
-rm -fv tests/test-dns.lua
+%autosetup -n %{mod_name}-%{upver}
 
 %build
 %if %{with public_lib}
@@ -158,16 +148,9 @@
 mkdir -p %{buildroot}%{lua_incdir}/%{mod_name}
 install -v -m 0644 -p src/*.h %{buildroot}%{lua_incdir}/%{mod_name}/
 
-# For %%doc
-cp -rv lib/ examples/
-
-%check
-ln -sf build/luv.so .
-lua tests/run.lua
-
 %files
 %license LICENSE.txt
-%doc *.md examples/
+%doc *.md
 %{lua_archdir}/luv.so
 
 %files devel

++++++ luv-1.30.1-1.tar.gz -> luv-1.41.0-0.tar.gz ++++++
++++ 11714 lines of diff (skipped)

Reply via email to