diff --git a/_service b/_service index 34fd0e1..8b0a892 100644 --- a/_service +++ b/_service @@ -10,7 +10,7 @@ *.tar - zst + gz diff --git a/cldr-lua-0.3.0.tar.gz b/cldr-lua-0.3.0.tar.gz new file mode 100644 index 0000000..3a9182c --- /dev/null +++ b/cldr-lua-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672256eb34bd175f6f861bde42d18eab49f36bf4acbb29900032949d101f0b2a +size 10017 diff --git a/lua-cldr.changes b/lua-cldr.changes index 8df0198..2efbe60 100644 --- a/lua-cldr.changes +++ b/lua-cldr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 29 20:20:24 UTC 2024 - Gordon Leung + +- Switch from xz compression to gzip + ------------------------------------------------------------------- Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek diff --git a/lua-cldr.spec b/lua-cldr.spec index d902cab..81399a4 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,11 @@ 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.gz BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-luarocks BuildRequires: %{flavor}-penlight +BuildRequires: lua-macros %lua_provides Requires: %{flavor} Requires: %{flavor}-penlight @@ -57,6 +57,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