From 312a3c06cf9fa10c5ce77f1ae8ddcacb27a44c48 Mon Sep 17 00:00:00 2001 From: factory-maintainer <> Date: Aug 27 2022 10:06:17 +0000 Subject: Update zellij to version 0.31.3 / rev 3 via SR 999520 https://build.opensuse.org/request/show/999520 by user factory-maintainer + dimstar_suse Automatic submission by obs-autosubmit --- diff --git a/.files b/.files index 1cfda20..5c8c337 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 7bc5ba2..a55283b 100644 --- a/.rev +++ b/.rev @@ -15,4 +15,12 @@ 992545 + + 21997a6a62a89c7e63610ea002ca441c + 0.31.3 + + dimstar_suse + Automatic submission by obs-autosubmit + 999520 + diff --git a/.servicemark b/.servicemark index cd7fba3..9e7abee 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -deae55651572344575c97b37a10b7e21 +85d35ecfc7330b657f59c7bad11cd1cc diff --git a/vendor.tar.gz b/vendor.tar.gz index 65a1439..9b1693a 120000 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1 +1 @@ -/ipfs/bafybeieedwxug5mskaeb3qwnw7qymoui7zc63usuoqe52ytgs3rynbzdnq \ No newline at end of file +/ipfs/bafybeicnbdesv5bxdprgqu5yn5vrmx76wahvgs5ddkhmiakh6tfgemr224 \ No newline at end of file diff --git a/zellij-0.31.0.tar.gz b/zellij-0.31.0.tar.gz deleted file mode 120000 index c88e123..0000000 --- a/zellij-0.31.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeibgrjy4tbfzp3dvjuxe4q2n2vzhv5hb3u65snbpxtoiqezyuguhxa \ No newline at end of file diff --git a/zellij-0.31.3.tar.gz b/zellij-0.31.3.tar.gz new file mode 120000 index 0000000..3d96488 --- /dev/null +++ b/zellij-0.31.3.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeigun75s5p4rbntlzm75mmwhkvkjfd2u7xp2jcahfdwzd5tos3abvq \ No newline at end of file diff --git a/zellij.changes b/zellij.changes index 49a46df..ce8f248 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Sat Aug 20 06:36:15 UTC 2022 - Soc Virnyl Estela + +- Bump version to 0.31.3: + * HOTFIX: fix up-arrow regression + * from 0.31.2: + - fix: crash when attaching to a session without the first tab (#1648) + - fix: race crash on startup when server is not ready (#1651) + - Terminal compatibility: forward OSC52 clipboard copy events from terminals (#1644) + - refactor: terminal characters (#1663) + - Terminal compatibility: properly send mouse clicks and drags to terminal panes (#1664) + + +------------------------------------------------------------------- Mon Aug 1 07:38:35 UTC 2022 - Guillaume GARDET - Add _constraints to avoid OOM diff --git a/zellij.spec b/zellij.spec index 29dc933..78db549 100644 --- a/zellij.spec +++ b/zellij.spec @@ -18,7 +18,7 @@ %bcond_with test Name: zellij -Version: 0.31.0 +Version: 0.31.3 Release: 0 Summary: Terminal workspace with batteries included License: MIT @@ -27,8 +27,8 @@ Source0: https://github.com/zellij-org/zellij/archive/refs/tags/v%{versio Source1: vendor.tar.gz Source2: cargo_config Source3: README.suse-maint.md -BuildRequires: rust+cargo >= 1.62 BuildRequires: cargo-packaging +BuildRequires: rust+cargo >= 1.62 ExclusiveArch: %{rust_tier1_arches} %if %{with test} BuildRequires: pkgconfig(openssl)