1 Commits

Author SHA256 Message Date
790a327f45 Import openSUSE:Leap:16.0 modifications 2025-08-12 11:59:26 +02:00
7 changed files with 42 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">jless-0.8.0</param>
<param name="srcdir">jless-0.9.0</param>
</service>
</services>

View File

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

BIN
jless-0.9.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Sep 15 07:46:08 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- BuildRequire rust >= 1.67 as indicated by upstream
- this leads to builds for 15.4 being unresolvable instead of
failing...
-------------------------------------------------------------------
Fri Sep 15 07:28:37 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- add BuildRequires for python3-base
-------------------------------------------------------------------
Wed Jul 19 19:00:14 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.9.0
New Features:
* A ys command to copy unescaped string literals to the
clipboard.
* A family of printing p commands, analogous to the y commands,
that print simply content to the screen. Useful for viewing
long string values, or if the clipboard functionality isn't
working.
* Line numbers! Both absolute and relative.
* C and E commands, analogous to the existing c and e commands,
for deeply collapsing/expanding values
- Use cargo-packaging instead of rust-packaging
-------------------------------------------------------------------
Tue Sep 27 16:08:33 UTC 2022 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package jless
#
# Copyright (c) 2022, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2022-2023, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,22 @@
Name: jless
Version: 0.8.0
Version: 0.9.0
Release: 0
Summary: Pager for JSON (or YAML) data
License: MIT
Group: Productivity/Text/Utilities
URL: https://jless.io/
Source: https://github.com/PaulJuliusMartinez/jless/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.xz
Source1: vendor.tar.zst
Source2: cargo_config
BuildRequires: zstd
BuildRequires: cargo
BuildRequires: pkgconfig
BuildRequires: rust
BuildRequires: rust-packaging
BuildRequires: rust >= 1.67
BuildRequires: cargo-packaging
BuildRequires: pkgconfig(xcb)
BuildRequires: python3-base
%description
JLess is a command-line JSON viewer designed for reading, exploring, and

View File

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

BIN
vendor.tar.zst LFS Normal file

Binary file not shown.