4 Commits

Author SHA256 Message Date
3e98a36242 Accepting request 1228648 from utilities
OBS-URL: https://build.opensuse.org/request/show/1228648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/viddy?expand=0&rev=3
2024-12-06 13:27:00 +00:00
78c4407371 - Update to version 1.3.0:
* Update to v1.3.0
  * Fix clippy error
  * Update dependencies
  * Fix fmt
  * Add option to disable mouse capture

OBS-URL: https://build.opensuse.org/package/show/utilities/viddy?expand=0&rev=7
2024-12-06 03:17:31 +00:00
bffa460267 Accepting request 1224636 from utilities
OBS-URL: https://build.opensuse.org/request/show/1224636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/viddy?expand=0&rev=2
2024-11-18 19:00:46 +00:00
8f022b01a0 Accepting request 1224633 from home:mnhauke
- Update to version 1.2.1:
  * Update dependencies

- Update to version 1.2.0:
  * Update to v1.2.0
  * Support configuring pager keybindings.
  * Update README
  * Update to v1.1.6
  * Fix panic on executing command directly.
  * Update to v1.1.5 to fix version conflict

- Update to version 1.1.4:
  * Update to v1.1.4
  * chore: fix version to match with the release.
  * fix: drop append -c in app.rs as it's already added in
    prepare_command.
  * Revert "fix: ensure prepare_command only appends one
    -c arguemnt to shell"
  * fix: ensure prepare_command only appends one -c arguemnt
    to shell.
  * Update to v1.1.2
  * Bump gix-path from 0.10.9 to 0.10.10
  * Update version to v1.1.1
  * Support pagedown and pageup
  * Update Cargo.lock
  * Update README.md
  * Update to 1.1.0
  * Minimum interval validation
  * Support scrolling by mouse
  * Add license at Cargo.toml

OBS-URL: https://build.opensuse.org/request/show/1224633
OBS-URL: https://build.opensuse.org/package/show/utilities/viddy?expand=0&rev=5
2024-11-17 08:20:24 +00:00
9 changed files with 117 additions and 25 deletions

View File

@@ -1,9 +1,9 @@
<services>
<service mode="manual" name="obs_scm">
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/sachaos/viddy</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v0.4.0</param>
<param name="revision">v1.3.0</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="changesgenerate">enable</param>
</service>
@@ -12,8 +12,10 @@
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service mode="manual" name="go_modules"/>
<service mode="manual" name="set_version">
<service name="set_version" mode="manual">
<param name="basename">viddy</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">viddy</param>
</service>
</services>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/sachaos/viddy</param>
<param name="changesrevision">a242d49adf668cb9ff2833c5b4cbc965db096904</param></service></servicedata>
<param name="changesrevision">1b7493db1addff2dbbd61f7999efb12a78829de9</param></service></servicedata>

View File

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

3
vendor.tar.zst Normal file
View File

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

View File

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

3
viddy-1.3.0.obscpio Normal file
View File

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

View File

@@ -1,3 +1,95 @@
-------------------------------------------------------------------
Tue Dec 03 20:04:42 UTC 2024 - mardnh@gmx.de
- Update to version 1.3.0:
* Update to v1.3.0
* Fix clippy error
* Update dependencies
* Fix fmt
* Add option to disable mouse capture
-------------------------------------------------------------------
Sun Nov 17 07:46:47 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.2.1:
* Update dependencies
-------------------------------------------------------------------
Sat Nov 09 16:55:29 UTC 2024 - mardnh@gmx.de
- Update to version 1.2.0:
* Update to v1.2.0
* Support configuring pager keybindings.
* Update README
* Update to v1.1.6
* Fix panic on executing command directly.
* Update to v1.1.5 to fix version conflict
-------------------------------------------------------------------
Sun Sep 29 08:29:56 UTC 2024 - mardnh@gmx.de
- Update to version 1.1.4:
* Update to v1.1.4
* chore: fix version to match with the release.
* fix: drop append -c in app.rs as it's already added in
prepare_command.
* Revert "fix: ensure prepare_command only appends one
-c arguemnt to shell"
* fix: ensure prepare_command only appends one -c arguemnt
to shell.
* Update to v1.1.2
* Bump gix-path from 0.10.9 to 0.10.10
* Update version to v1.1.1
* Support pagedown and pageup
* Update Cargo.lock
* Update README.md
* Update to 1.1.0
* Minimum interval validation
* Support scrolling by mouse
* Add license at Cargo.toml
* Update README.md
* Update version to v1.0.2
* feat: Remove lazy_static dependency and use LazyLock instead.
-------------------------------------------------------------------
Sat Aug 24 19:39:05 UTC 2024 - mardnh@gmx.de
- Update to version 1.0.1:
* fix: many typos
* Update demo
* Update README.md
* Change version to v1.0.0
* Remove unnecessary debug message
* Add help about move right and left
* Remove intersperse
* Update demo image
* Update RC version
* Skip strip arm musl binary
* Remove gnu binary and update README
* Build musl binaries
* Support ansicode and char width for tab
* normalize_stdout: reset alignment on new lines
* Update README
* Handle reset code
* normalize_stdout: maintain the elasticity of tabs
* Support arrow key in pager
* Support tab
* Add rc.2 install guide for linux
* Update README about lookback feature
* Implement save & lookback feature
* Move MemoryStore to memory.rs
* Add Store trait
* Rename to MemoryStoreData
* Fix shell option message for Windows
* Enable to set some styles
* Update README
* Add tag target
* Remove go description
* Remove go files and add rust files
* README: Document the option for skipping empty diffs
* check if using powershell in windows
* Minor README.md improvements
-------------------------------------------------------------------
Sun Apr 7 01:49:49 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@@ -1,4 +1,4 @@
name: viddy
version: 0.4.0
mtime: 1697355358
commit: a242d49adf668cb9ff2833c5b4cbc965db096904
version: 1.3.0
mtime: 1732837787
commit: 1b7493db1addff2dbbd61f7999efb12a78829de9

View File

@@ -1,7 +1,8 @@
#
# spec file for package viddy
#
# Copyright (c) 2023, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023-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
@@ -15,20 +16,18 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global import_path github.com/sachaos/viddy/
Name: viddy
Version: 0.4.0
Version: 1.3.0
Release: 0
Summary: A modern watch command
License: MIT
Group: System/Monitoring
URL: https://github.com/sachaos/viddy
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: go
BuildRequires: golang-packaging
%{go_provides}
Source1: vendor.tar.zst
BuildRequires: cargo-packaging
ExclusiveArch: %{rust_tier1_arches}
%description
Modern watch command.
@@ -53,14 +52,13 @@ Features:
%autosetup -a 1
%build
%{goprep} %import_path
%{gobuild} -mod=vendor .
%{cargo_build}
%install
%{goinstall}
%{cargo_install}
%check
%{gotest} %import_path
%{cargo_test}
%files
%license LICENSE