5 Commits

Author SHA256 Message Date
b116918621 Accepting request 1241342 from utilities
OBS-URL: https://build.opensuse.org/request/show/1241342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=10
2025-01-30 14:58:53 +00:00
Soc Virnyl Estela
9521c415f3 gitui 0.27.0
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=26
2025-01-30 12:38:16 +00:00
b73432fb56 Accepting request 1220284 from utilities
- Update outdated source service configuration
- Disable update of dependencies
- Update to version 0.26.3:
  * update yanked dependency to libc to fix building with --locked.
  * document breaking change in theme file format.
  * support BUILD_GIT_COMMIT_ID enabling builds from git archive generated source tarballs or other outside a git repo
  * breaking change: Theme format based on new changes from ratatui crate

OBS-URL: https://build.opensuse.org/request/show/1220284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=9
2024-11-03 06:17:31 +00:00
Soc Virnyl Estela
90cd64ca92 - Update outdated source service configuration
- Disable update of dependencies

OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=24
2024-11-02 13:08:29 +00:00
Soc Virnyl Estela
5d4cc3c4b6 - Update to version 0.26.3:
* update yanked dependency to libc to fix building with --locked.
  * document breaking change in theme file format.
  * support BUILD_GIT_COMMIT_ID enabling builds from git archive generated source tarballs or other outside a git repo
  * breaking change: Theme format based on new changes from ratatui crate

OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=23
2024-10-26 06:37:08 +00:00
6 changed files with 38 additions and 10 deletions

View File

@@ -4,8 +4,5 @@
<param name="srctar">gitui-*.tar.gz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual">
<param name="srcdir">gitui-*</param>
</service>
</services>

View File

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

3
gitui-0.27.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55a85f4a3ce97712b618575aa80f3c15ea4004d554e8899669910d7fb4ff6e4b
size 34695215

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Jan 26 15:47:12 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.27.0:
* New feature: manage remotes
* use default shell instead of bash on Unix-like OS
* add popups for viewing, adding, updating and removing remotes
* support for Copy Path action in WSL
* help popup scrollbar
* respect env vars like GIT_CONFIG_GLOBAL
-------------------------------------------------------------------
Sat Nov 2 13:07:53 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update outdated source service configuration
- Disable update of dependencies
-------------------------------------------------------------------
Sat Oct 26 06:35:01 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 0.26.3:
* update yanked dependency to libc to fix building with --locked.
* document breaking change in theme file format.
* support BUILD_GIT_COMMIT_ID enabling builds from git archive generated source tarballs or other outside a git repo
* breaking change: Theme format based on new changes from ratatui crate
-------------------------------------------------------------------
Sat May 18 12:21:18 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -2,7 +2,7 @@
# spec file for package gitui
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,26 @@
Name: gitui
Version: 0.26.2
Version: 0.27.0
Release: 0
Summary: Terminal UI for git
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Artistic-2.0 OR CC0-1.0) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CDDL-1.0 AND ISC AND MIT AND MIT AND CC-BY-3.0 AND MPL-2.0 AND SUSE-GPL-2.0-with-linking-exception
URL: https://github.com/extrawurst/gitui
Source0: https://github.com/extrawurst/gitui/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: c++_compiler
BuildRequires: cargo-packaging
BuildRequires: cmake
BuildRequires: git-core
BuildRequires: pkgconfig
# package `home v0.5.11` requires rustc 1.81 or newer
BuildRequires: rust+rustc >= 1.81
BuildRequires: zstd
BuildRequires: pkgconfig(libgit2)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(zlib)
ExclusiveArch: %{rust_tier1_arches}
%description
TUI for git with the following features:

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9818fc5d5b242ad8371f8b6f199ad2f66ad4b7a338e7af20a3e3e3434bc3b1c6
size 38239685
oid sha256:602a011742aeb96691a9f6dc433838ddf6da35ec0f1672de3eeb8042b59403dd
size 48730837