Script 'mail_helper' called by obssrc
Hello community,

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

Package is "lua-cldr"

Tue Apr  2 16:41:04 2024 rev:4 rq:1164039 version:0.3.0

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

Old:
----
  cldr-lua-0.3.0.tar.xz

New:
----
  cldr-lua-0.3.0.tar.zst

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

Other differences:
------------------
++++++ lua-cldr.spec ++++++
--- /var/tmp/diff_new_pack.gmW8hm/_old  2024-04-02 16:42:36.229564124 +0200
+++ /var/tmp/diff_new_pack.gmW8hm/_new  2024-04-02 16:42:36.229564124 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package lua-cldr
 #
-# 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
@@ -26,11 +26,12 @@
 License:        MIT AND Unicode-TOU
 Group:          Development/Languages/Other
 URL:            https://github.com/alerque/cldr-lua
-Source0:        %{mod_name}-lua-%{version}.tar.xz
-BuildRequires:  lua-macros
+Source0:        %{mod_name}-lua-%{version}.tar.zst
 BuildRequires:  %{flavor}-devel
 BuildRequires:  %{flavor}-luarocks
 BuildRequires:  %{flavor}-penlight
+BuildRequires:  lua-macros
+BuildRequires:  zstd
 %lua_provides
 Requires:       %{flavor}
 Requires:       %{flavor}-penlight
@@ -57,6 +58,8 @@
 %install
 %luarocks_install *.rock
 
+%check
+
 %files
 %license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE
 %license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE-Unicode

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