From 617de5cc87a1c9eef6fc31c1848519314e8ff81039531d8a1a17e8f20497b014 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Fri, 29 Mar 2024 19:38:22 +0000 Subject: [PATCH 1/4] Switch to using zst compression OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaepnf?expand=0&rev=5 --- _service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_service b/_service index d04160f..9eba6de 100644 --- a/_service +++ b/_service @@ -10,7 +10,7 @@ *.tar - xz + zst From 69d7c18c4aa4d8893260b6dc898f4891486ea7faef26f8e1231cbf4ddc48e6d1 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Fri, 29 Mar 2024 19:44:31 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaepnf?expand=0&rev=6 --- lua-luaepnf-0.3+git19.tar.xz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 lua-luaepnf-0.3+git19.tar.xz diff --git a/lua-luaepnf-0.3+git19.tar.xz b/lua-luaepnf-0.3+git19.tar.xz deleted file mode 100644 index 643d13c..0000000 --- a/lua-luaepnf-0.3+git19.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3bedb95885cce86dd02fa15f6c3859550bb9b38374a5ca6f1d499fc699aa0d8 -size 8300 From c8ba6a2c85db8f1a534abf48e3b992a7a07345cdfa44110bb36cc30e1a869c20 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Fri, 29 Mar 2024 20:27:47 +0000 Subject: [PATCH 3/4] - Switch from xz compression to gzip OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaepnf?expand=0&rev=7 --- _service | 2 +- lua-luaepnf-0.3+git19.tar.gz | 3 +++ lua-luaepnf.changes | 5 +++++ lua-luaepnf.spec | 10 +++++----- 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 lua-luaepnf-0.3+git19.tar.gz diff --git a/_service b/_service index 9eba6de..37d6c03 100644 --- a/_service +++ b/_service @@ -10,7 +10,7 @@ *.tar - zst + gz diff --git a/lua-luaepnf-0.3+git19.tar.gz b/lua-luaepnf-0.3+git19.tar.gz new file mode 100644 index 0000000..0ccdd6e --- /dev/null +++ b/lua-luaepnf-0.3+git19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60912d6c2ca5ea7e6a82859b8650ab197bc2e1546e21f6e97d5297bca1a7dd2 +size 9019 diff --git a/lua-luaepnf.changes b/lua-luaepnf.changes index 5270451..0df87cf 100644 --- a/lua-luaepnf.changes +++ b/lua-luaepnf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 29 20:27:21 UTC 2024 - Gordon Leung + +- Switch from xz compression to gzip + ------------------------------------------------------------------- Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek diff --git a/lua-luaepnf.spec b/lua-luaepnf.spec index ff6aa43..4440128 100644 --- a/lua-luaepnf.spec +++ b/lua-luaepnf.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package lua-luaepnf # -# 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: Extended PEG Notation Format (easy grammars for LPeg) License: MIT Group: Development/Languages/Other URL: https://github.com/siffiejoe/lua-luaepnf -Source: lua-%{mod_name}-%{version}.tar.xz -BuildRequires: lua-macros -BuildRequires: %{flavor}-luarocks +Source: lua-%{mod_name}-%{version}.tar.gz BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-lpeg +BuildRequires: %{flavor}-luarocks +BuildRequires: lua-macros %lua_provides Requires: %{flavor} Requires: %{flavor}-lpeg From 909ca970ac2f3092b5296ddce984fe01d5f74647d52e707035931b782a2347c9 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Mon, 1 Apr 2024 01:54:37 +0000 Subject: [PATCH 4/4] - Switch from xz compression to zstd OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaepnf?expand=0&rev=8 --- _service | 2 +- lua-luaepnf-0.3+git19.tar.gz | 3 --- lua-luaepnf-0.3+git19.tar.zst | 3 +++ lua-luaepnf.changes | 4 ++-- lua-luaepnf.spec | 3 ++- 5 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 lua-luaepnf-0.3+git19.tar.gz create mode 100644 lua-luaepnf-0.3+git19.tar.zst diff --git a/_service b/_service index 37d6c03..9eba6de 100644 --- a/_service +++ b/_service @@ -10,7 +10,7 @@ *.tar - gz + zst diff --git a/lua-luaepnf-0.3+git19.tar.gz b/lua-luaepnf-0.3+git19.tar.gz deleted file mode 100644 index 0ccdd6e..0000000 --- a/lua-luaepnf-0.3+git19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d60912d6c2ca5ea7e6a82859b8650ab197bc2e1546e21f6e97d5297bca1a7dd2 -size 9019 diff --git a/lua-luaepnf-0.3+git19.tar.zst b/lua-luaepnf-0.3+git19.tar.zst new file mode 100644 index 0000000..62e59fe --- /dev/null +++ b/lua-luaepnf-0.3+git19.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929baf1f70c173a246556427238a0916c06ce239498a70989c7de9608c4e6f9d +size 8769 diff --git a/lua-luaepnf.changes b/lua-luaepnf.changes index 0df87cf..8e0a2ec 100644 --- a/lua-luaepnf.changes +++ b/lua-luaepnf.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Fri Mar 29 20:27:21 UTC 2024 - Gordon Leung +Mon Apr 1 01:54:05 UTC 2024 - Gordon Leung -- Switch from xz compression to gzip +- Switch from xz compression to zstd ------------------------------------------------------------------- Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek diff --git a/lua-luaepnf.spec b/lua-luaepnf.spec index 4440128..d3fd709 100644 --- a/lua-luaepnf.spec +++ b/lua-luaepnf.spec @@ -26,11 +26,12 @@ Summary: Extended PEG Notation Format (easy grammars for LPeg) License: MIT Group: Development/Languages/Other URL: https://github.com/siffiejoe/lua-luaepnf -Source: lua-%{mod_name}-%{version}.tar.gz +Source: lua-%{mod_name}-%{version}.tar.zst BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-lpeg BuildRequires: %{flavor}-luarocks BuildRequires: lua-macros +BuildRequires: zstd %lua_provides Requires: %{flavor} Requires: %{flavor}-lpeg