Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lua-linenoise for openSUSE:Factory 
checked in at 2024-04-02 16:40:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-linenoise (Old)
 and      /work/SRC/openSUSE:Factory/.lua-linenoise.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-linenoise"

Tue Apr  2 16:40:58 2024 rev:3 rq:1163826 version:0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-linenoise/lua-linenoise.changes      
2023-01-26 14:03:14.757846795 +0100
+++ /work/SRC/openSUSE:Factory/.lua-linenoise.new.1905/lua-linenoise.changes    
2024-04-02 16:42:30.985376930 +0200
@@ -1,0 +2,5 @@
+Mon Apr  1 01:51:18 UTC 2024 - Gordon Leung <[email protected]>
+
+- Switch from xz compression to zstd
+
+-------------------------------------------------------------------

Old:
----
  lua-linenoise-0.9.tar.xz

New:
----
  lua-linenoise-0.9.tar.zst

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

Other differences:
------------------
++++++ lua-linenoise.spec ++++++
--- /var/tmp/diff_new_pack.AYKAVt/_old  2024-04-02 16:42:31.465394065 +0200
+++ /var/tmp/diff_new_pack.AYKAVt/_new  2024-04-02 16:42:31.469394208 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package lua-linenoise
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,10 +34,11 @@
 License:        MIT
 Group:          Development/Languages/Other
 URL:            https://github.com/hoelzro/lua-linenoise
-Source:         lua-linenoise-%{version}.tar.xz
-BuildRequires:  lua-macros
-BuildRequires:  %{flavor}-luarocks
+Source:         lua-linenoise-%{version}.tar.zst
 BuildRequires:  %{flavor}-devel
+BuildRequires:  %{flavor}-luarocks
+BuildRequires:  lua-macros
+BuildRequires:  zstd
 Requires:       %{flavor}
 %lua_provides
 %if "%{flavor}" == ""
@@ -64,6 +65,8 @@
 %install
 %luarocks_install "%{mod_name}-%{rock_version}.linux-%{luarock_arch}.rock"
 
+%check
+
 %files
 %{lua_archdir}
 %{luarocks_treedir}/%{mod_name}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.AYKAVt/_old  2024-04-02 16:42:31.505395493 +0200
+++ /var/tmp/diff_new_pack.AYKAVt/_new  2024-04-02 16:42:31.509395635 +0200
@@ -10,7 +10,7 @@
   <service mode="manual" name="tar" />
   <service mode="manual" name="recompress">
     <param name="file">*.tar</param>
-    <param name="compression">xz</param>
+    <param name="compression">zst</param>
   </service>
   <service mode="manual" name="set_version"/>
 </services>

Reply via email to