Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8ca593e4c7 | |||
| 93acc2fa13 | |||
| 2fb18865ed | |||
| a4e34accaa |
4
_service
4
_service
@@ -1,10 +1,10 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">hexyl-0.14.0</param>
|
||||
<param name="srcdir">hexyl-*</param>
|
||||
<param name="update">true</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<param name="srcdir">hexyl-0.14.0</param>
|
||||
<param name="srcdir">hexyl-*</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5205fa1a483c66997f5a7179cdd1a277ebb5e0a743bb269a962d20b29dd735f8
|
||||
size 42332
|
||||
3
hexyl-0.16.0.tar.gz
Normal file
3
hexyl-0.16.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52853b4edede889b40fd6ff132e1354d957d1f26ee0c26ebdea380f8ce82cb0b
|
||||
size 42826
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 26 16:48:27 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 0.16.0
|
||||
* new --print-color-table option
|
||||
* bugfix: Throw an error when try to view a directory
|
||||
|
||||
- addded %check section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 07:05:02 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.15.0
|
||||
Features
|
||||
* Add codepage 1047 for EBCDIC.
|
||||
Other
|
||||
* Rewrite CLI using the derive API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 21:45:13 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package hexyl
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2022-2023, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2022-2024, 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: hexyl
|
||||
Version: 0.14.0
|
||||
Version: 0.16.0
|
||||
Release: 0
|
||||
Summary: A command-line hex viewer
|
||||
License: Apache-2.0
|
||||
@@ -45,6 +45,9 @@ install -D -m 0644 %{SOURCE2} .cargo/config
|
||||
%build
|
||||
%{cargo_build}
|
||||
|
||||
%check
|
||||
%{cargo_test}
|
||||
|
||||
%install
|
||||
cargo install --no-track --root=%{buildroot}%{_prefix} --path .
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8f5f721898eea52725a75dce038debb6206cb0ab3bd675afa132e45b62db51d
|
||||
size 12003104
|
||||
oid sha256:0bafc498008d3bdf2748d8231c8e7cf397c15c94b70a01bb142e8b76b71f0bdf
|
||||
size 8269332
|
||||
|
||||
Reference in New Issue
Block a user