Accepting request 999520 from utilities

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/999520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-08-27 09:50:47 +00:00 committed by Git OBS Bridge
commit 16af592f7b
5 changed files with 20 additions and 7 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d754e623049b6d3fbd945d1ef10be1ec6f265f43b8ae785e532f52ff1397ab8
size 35393034
oid sha256:4162aa8257befaa4e5cda4f3de2e68a04b25c8cbecdf7970e5b1e770cf6fd0c6
size 35447354

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d17153511887606f3733df151f5ed461f380e9538336f79f8785bc5b76a68ab
size 9316715

3
zellij-0.31.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61949cc0c44b11082e6a4347d50910c576b1f131daa054a17ed153a6fd0e8b20
size 9314347

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Aug 20 06:36:15 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- 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 <guillaume.gardet@opensuse.org>

View File

@ -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)