From 152895158ce6674f94c0facf5562bac964167c21a2f3f4e4455a13eb710347b9 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 7 Sep 2023 07:47:30 +0000 Subject: [PATCH 1/3] - Enable update of vendored dependencies. - Update vendored dependencies. OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=91 --- _service | 2 +- cargo_config | 2 +- vendor.tar.zst | 4 ++-- wezterm.changes | 6 ++++++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_service b/_service index e3f7817..b769d76 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ wezterm-20230712.072601.f4abf8fd.tar.gz zst - false + true diff --git a/cargo_config b/cargo_config index f740067..e25e1d0 100644 --- a/cargo_config +++ b/cargo_config @@ -17,4 +17,4 @@ branch = "hangfix" replace-with = "vendored-sources" [source.vendored-sources] -directory = "vendor" \ No newline at end of file +directory = "vendor" diff --git a/vendor.tar.zst b/vendor.tar.zst index a65952a..69575b3 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3dc2fd896f19e673c9fc49fd0c9f15bc26485cc0dc8ea5f6db86e99af0a1f6a9 -size 86535743 +oid sha256:bf3ff76a71c893a6b35b9eea389c71c29906e5bbdda0f3c8c17579b2e6413d62 +size 87221455 diff --git a/wezterm.changes b/wezterm.changes index 41cf419..e810b3f 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 7 07:42:24 UTC 2023 - Soc Virnyl Estela + +- Enable update of vendored dependencies. +- Update vendored dependencies. + ------------------------------------------------------------------- Tue Aug 29 04:49:29 UTC 2023 - Soc Virnyl Estela From 5af527e90824110c4ea877f13e8c85c4929695cffcd294bc7d2dd247de4df477 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 17 Sep 2023 06:46:56 +0000 Subject: [PATCH 2/3] Accepting request 1111692 from home:bmwiedemann:branches:X11:terminals - Declare higher build disk size requirement build failed locally from disk-full with 20000MB OBS-URL: https://build.opensuse.org/request/show/1111692 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=92 --- _constraints | 2 +- wezterm.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_constraints b/_constraints index b03b3bf..ac7689e 100644 --- a/_constraints +++ b/_constraints @@ -5,7 +5,7 @@ 16 - 16 + 25 diff --git a/wezterm.changes b/wezterm.changes index e810b3f..0cb2db9 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 17 04:14:54 UTC 2023 - Bernhard Wiedemann + +- Declare higher build disk size requirement + ------------------------------------------------------------------- Thu Sep 7 07:42:24 UTC 2023 - Soc Virnyl Estela From 702d97a46f4f5f62b4acbe3a5422afd863ec6f045a588433e81cad6146f4ee55 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 9 Oct 2023 14:16:17 +0000 Subject: [PATCH 3/3] - Use unupdated vendored crates for now. * This is to stop OBS Notifications about build failures. * Once openssl crate is updated from possibly a new release, I will re-enable update of vendored crates - Use cargo-vendor-filterer to lessen vendored crates OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=93 --- _service | 2 +- vendor.tar.zst | 4 ++-- wezterm.changes | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/_service b/_service index b769d76..e3f7817 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ wezterm-20230712.072601.f4abf8fd.tar.gz zst - true + false diff --git a/vendor.tar.zst b/vendor.tar.zst index 69575b3..aa85a2a 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf3ff76a71c893a6b35b9eea389c71c29906e5bbdda0f3c8c17579b2e6413d62 -size 87221455 +oid sha256:5c55c9288fe34179a089c3552d0af29abcb6457102396db6b45bf7156424e683 +size 45021414 diff --git a/wezterm.changes b/wezterm.changes index 0cb2db9..7aafd88 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 9 14:14:36 UTC 2023 - Soc Virnyl Estela + +- Use unupdated vendored crates for now. + * This is to stop OBS Notifications about build failures. + * Once openssl crate is updated from possibly a new release, I will + re-enable update of vendored crates +- Use cargo-vendor-filterer to lessen vendored crates + ------------------------------------------------------------------- Sun Sep 17 04:14:54 UTC 2023 - Bernhard Wiedemann