4 Commits

Author SHA256 Message Date
7d038520f9 Accepting request 1269292 from utilities
OBS-URL: https://build.opensuse.org/request/show/1269292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sad?expand=0&rev=8
2025-04-14 14:50:31 +00:00
aaeb02f22a - Update to versione 0.4.32:
* It looks like in the newer versions of fzf the command that was used to 
    "execute and exit" no longer works. A quick fix is to simply migrate to 
    fzf's new become command, which almost does the same thing.
    This is a breaking change for older versions of fzf (<0.38) however, and
    users using fzf shipped with ubuntu 22 and below should stick with old 
    version for now
  * bump dependencies

OBS-URL: https://build.opensuse.org/package/show/utilities/sad?expand=0&rev=18
2025-04-14 13:40:17 +00:00
f1788ce269 Accepting request 1219511 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1219511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sad?expand=0&rev=7
2024-10-30 16:40:28 +00:00
Soc Virnyl Estela
063611dfe0 - Update to version 0.4.31:
* Fix display issue with new fzf ( no longer use \n as delimiter )
  * Revert multi-select preview, since it conflicts with incremental preview :(
  * Add PowerShell flag '\r' flag under windows
  * Give up on trying to solve windows edge cases, instead of not working at all, it now works for utf-8 only
  * Reduce allocations
  * Preview multi-selects
  * Fewer dependencies
  * More robust signal handling

OBS-URL: https://build.opensuse.org/package/show/utilities/sad?expand=0&rev=16
2024-09-25 01:51:38 +00:00
5 changed files with 33 additions and 8 deletions

View File

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

3
sad-0.4.32.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Apr 6 15:23:24 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to versione 0.4.32:
* It looks like in the newer versions of fzf the command that was used to
"execute and exit" no longer works. A quick fix is to simply migrate to
fzf's new become command, which almost does the same thing.
This is a breaking change for older versions of fzf (<0.38) however, and
users using fzf shipped with ubuntu 22 and below should stick with old
version for now
* bump dependencies
-------------------------------------------------------------------
Wed Sep 25 01:50:25 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- Update to version 0.4.31:
* Fix display issue with new fzf ( no longer use \n as delimiter )
* Revert multi-select preview, since it conflicts with incremental preview :(
* Add PowerShell flag '\r' flag under windows
* Give up on trying to solve windows edge cases, instead of not working at all, it now works for utf-8 only
* Reduce allocations
* Preview multi-selects
* Fewer dependencies
* More robust signal handling
-------------------------------------------------------------------
Wed May 22 03:12:05 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@@ -1,7 +1,7 @@
#
# spec file for package sad
#
# 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: sad
Version: 0.4.28
Version: 0.4.32
Release: 0
Summary: CLI search and replace batch file editing tool
URL: https://github.com/ms-jpq/sad
@@ -27,7 +27,7 @@ Source1: vendor.tar.zst
BuildRequires: cargo-packaging
BuildRequires: python3
BuildRequires: zstd
Recommends: fzf
Recommends: fzf >= 0.38.0
%description
Basically sad is a Batch File Edit tool.

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3528a3ff7d8b1f560e53dcc61c1741dc4dd44b72154fa1f6f400422bb99c733
size 17858117
oid sha256:36afabc7b3b80f32771cf90373fefda39c28af0035edac56cceec0a3eef3fb09
size 16657048