Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 89a506e9e9 | |||
| aca97ed71f | |||
| 433c6a6146 | |||
| 918ff4debb | |||
| f09c04bebe | |||
| 51e1df91ff | |||
| 870111e81a | |||
| 07a0a23b5f |
4
_service
4
_service
@@ -1,9 +1,9 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/ouch-org/ouch.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.5.1</param>
|
||||
<param name="revision">0.6.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fcf1414e6c8e6f2cb5fead121b6f8512fa7345cb85ad0dba569f5fe5b506bd1
|
||||
size 53836
|
||||
3
ouch-0.6.0.tar.xz
Normal file
3
ouch-0.6.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bb796bc895fc71b180415998f440f7a1ac64b1b6b21ea7ef2201fb99f0f800e
|
||||
size 63528
|
||||
24
ouch.changes
24
ouch.changes
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 7 13:54:36 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.6.0:
|
||||
New Features:
|
||||
* Add multithreading support for zstd compression #689
|
||||
* Add bzip3 support #522
|
||||
* Add --remove flag for decompression subcommand to remove files
|
||||
after successful decompression #757
|
||||
* Add br (Brotli) support #765
|
||||
* Add rename option in overwrite menu #779
|
||||
Bug Fixes:
|
||||
* Fix output corrupted on parallel decompression #642
|
||||
* Tweaks:
|
||||
* CI refactor #578
|
||||
* Use a more unique name for temporary decompression path #725
|
||||
* Run clippy for tests too #738
|
||||
Improvements:
|
||||
* Fix logging IO bottleneck #642
|
||||
* Support decompression over stdin #692
|
||||
* Make --format more forgiving with the formatting of the provided format #519
|
||||
* Use buffered writer for list output #764
|
||||
* Disable smart unpack when --dir flag is provided in decompress command #782
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 16:07:47 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ouch
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ouch
|
||||
Version: 0.5.1+0
|
||||
Version: 0.6.0
|
||||
Release: 0
|
||||
Summary: Compression and decompression utility for the terminal
|
||||
License: MIT
|
||||
@@ -27,6 +27,7 @@ Source0: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: clang
|
||||
BuildRequires: gcc-c++
|
||||
ExclusiveArch: %{rust_tier1_arches}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26b8617bd2ed6b652ff2704da888de9bf5c6002b6caff6e7dbc9999238efb4be
|
||||
size 12138592
|
||||
oid sha256:0a338ff65c21adef27d4ba3f7e67e98bd945f1cc9541cac2498d59bdfdee9027
|
||||
size 11951116
|
||||
|
||||
Reference in New Issue
Block a user