From 3ae3b56146fbe72cadd9d36a553f43cf7f82885e Mon Sep 17 00:00:00 2001 From: Pi-Cla <> Date: Apr 02 2024 14:53:52 +0000 Subject: Update lua-cldr to version 0.3.0 / rev 4 via SR 1164039 https://build.opensuse.org/request/show/1164039 by user Pi-Cla + anag+factory - Switch from xz compression to zstd --- diff --git a/.files b/.files index c5ba716..1cbbdf8 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 8459bfb..8edfccb 100644 --- a/.rev +++ b/.rev @@ -27,4 +27,12 @@ - Fix missing dependency on lua-macros (boo#1205612)</comment> <requestid>1061033</requestid> </revision> + <revision rev="4" vrev="3"> + <srcmd5>63fa5f3afe76317efd8a55d39b270269</srcmd5> + <version>0.3.0</version> + <time>1712068864</time> + <user>anag+factory</user> + <comment>- Switch from xz compression to zstd</comment> + <requestid>1164039</requestid> + </revision> </revisionlist> diff --git a/.servicemark b/.servicemark deleted file mode 100644 index 6cbb0a5..0000000 --- a/.servicemark +++ /dev/null @@ -1 +0,0 @@ -811ecaaae26857ad83e6602f393e3453 diff --git a/_service b/_service index 1ccc747..aaa6212 100644 --- a/_service +++ b/_service @@ -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> diff --git a/cldr-lua-0.3.0.tar.xz b/cldr-lua-0.3.0.tar.xz deleted file mode 120000 index 79979a7..0000000 --- a/cldr-lua-0.3.0.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreicoq7o7dpzqt33z4d6ipzdtma7pp6webra4o6wohr5owewbeewfrm \ No newline at end of file diff --git a/cldr-lua-0.3.0.tar.zst b/cldr-lua-0.3.0.tar.zst new file mode 120000 index 0000000..64b6188 --- /dev/null +++ b/cldr-lua-0.3.0.tar.zst @@ -0,0 +1 @@ +/ipfs/bafkreidkznme6tt2ulsjqunschlj5al5n62w3wufkue6m74rbnwbl3kiiy \ No newline at end of file diff --git a/lua-cldr.changes b/lua-cldr.changes index a56bd41..3b5aaae 100644 --- a/lua-cldr.changes +++ b/lua-cldr.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Apr 2 07:08:08 UTC 2024 - Gordon Leung <pirateclip@protonmail.com> + +- Switch from xz compression to zstd + +------------------------------------------------------------------- Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de> - Fix missing dependency on lua-macros (boo#1205612) diff --git a/lua-cldr.spec b/lua-cldr.spec index 8b237e6..b9a4afc 100644 --- a/lua-cldr.spec +++ b/lua-cldr.spec @@ -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 @@ Summary: Unicode CLDR data and Lua interface 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 @@ repository of locale data available. %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