Script 'mail_helper' called by obssrc
Hello community,

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

Package is "lua-cosmo"

Tue Apr  2 16:40:57 2024 rev:4 rq:1163825 version:16.06.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-cosmo/lua-cosmo.changes      2023-11-07 
21:28:43.908757324 +0100
+++ /work/SRC/openSUSE:Factory/.lua-cosmo.new.1905/lua-cosmo.changes    
2024-04-02 16:42:29.833335808 +0200
@@ -1,0 +2,5 @@
+Mon Apr  1 01:48:59 UTC 2024 - Gordon Leung <[email protected]>
+
+- Switch from xz compression to zstd
+
+-------------------------------------------------------------------

Old:
----
  cosmo-16.06.04.tar.xz

New:
----
  cosmo-16.06.04.tar.zst

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

Other differences:
------------------
++++++ lua-cosmo.spec ++++++
--- /var/tmp/diff_new_pack.7k9NEd/_old  2024-04-02 16:42:30.273351515 +0200
+++ /var/tmp/diff_new_pack.7k9NEd/_new  2024-04-02 16:42:30.277351657 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package lua-cosmo
 #
-# Copyright (c) 2023 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
@@ -25,12 +25,13 @@
 License:        MIT
 Group:          Development/Languages/Other
 URL:            https://github.com/mascarenhas/cosmo
-Source:         cosmo-%{version}.tar.xz
+Source:         cosmo-%{version}.tar.zst
 Patch0:         fix_test.patch
 BuildRequires:  %{flavor}-devel
 BuildRequires:  %{flavor}-lpeg
 BuildRequires:  %{flavor}-luarocks
 BuildRequires:  lua-macros
+BuildRequires:  zstd
 Requires:       %{flavor}
 Requires:       %{flavor}-lpeg
 %lua_provides

++++++ _service ++++++
--- /var/tmp/diff_new_pack.7k9NEd/_old  2024-04-02 16:42:30.313352942 +0200
+++ /var/tmp/diff_new_pack.7k9NEd/_new  2024-04-02 16:42:30.317353085 +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