diff --git a/_constraints b/_constraints index b1d0396..ab895c3 100644 --- a/_constraints +++ b/_constraints @@ -2,7 +2,7 @@ - 8 + 12 diff --git a/_service b/_service index de87536..58373e7 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ zellij gz - false + true zellij diff --git a/vendor.tar.gz b/vendor.tar.gz index 5845694..3819756 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe77b5720d72ebb5e0ab5ecdc0169fda4e38484ab6dabbe046af4e1b50d9aa01 -size 35324742 +oid sha256:9e1c836afbfdbc1cb8d4ddcdbd1413b8e8368af5b28c91f5db946ff894bba3a8 +size 35588679 diff --git a/zellij.changes b/zellij.changes index 7e39690..c5328f6 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 4 04:40:22 UTC 2022 - Soc Virnyl Estela + +- Reenable cargo update in _service. +- Reupload vendor.tar.gz with updated deps. +- Add `libgcc_s1` in BuilRequires in specfile. +- Increase physical memory size in _constraints file. +- Enable cargo tests. +- Enable all arches. + ------------------------------------------------------------------- Mon Oct 3 01:16:19 UTC 2022 - Soc Virnyl Estela diff --git a/zellij.spec b/zellij.spec index 793da70..c97b530 100644 --- a/zellij.spec +++ b/zellij.spec @@ -16,7 +16,7 @@ # -%bcond_with test +%bcond_without test Name: zellij Version: 0.31.4 Release: 0 @@ -28,8 +28,9 @@ Source1: vendor.tar.gz Source2: cargo_config Source3: README.suse-maint.md BuildRequires: cargo-packaging +BuildRequires: libgcc_s1 BuildRequires: rust+cargo >= 1.62 -ExclusiveArch: %{rust_tier1_arches} +ExclusiveArch: %{rust_arches} %if %{with test} BuildRequires: pkgconfig(openssl) %endif