4 Commits

Author SHA256 Message Date
8ca593e4c7 Accepting request 1240388 from editors
OBS-URL: https://build.opensuse.org/request/show/1240388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=8
2025-01-27 19:54:36 +00:00
93acc2fa13 - Update to version 0.16.0
* new --print-color-table option
  * bugfix: Throw an error when try to view a directory
- addded %check section

OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=15
2025-01-26 19:16:10 +00:00
2fb18865ed Accepting request 1219340 from editors
OBS-URL: https://build.opensuse.org/request/show/1219340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hexyl?expand=0&rev=7
2024-10-30 16:38:12 +00:00
a4e34accaa - Update to version 0.15.0
Features
  * Add codepage 1047 for EBCDIC.
  Other
  * Rewrite CLI using the derive API.

OBS-URL: https://build.opensuse.org/package/show/editors/hexyl?expand=0&rev=13
2024-10-30 08:13:30 +00:00
6 changed files with 31 additions and 10 deletions

View File

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

View File

@@ -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
View File

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

View File

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

View File

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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8f5f721898eea52725a75dce038debb6206cb0ab3bd675afa132e45b62db51d
size 12003104
oid sha256:0bafc498008d3bdf2748d8231c8e7cf397c15c94b70a01bb142e8b76b71f0bdf
size 8269332