Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package viddy for openSUSE:Factory checked in at 2024-11-18 20:00:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/viddy (Old) and /work/SRC/openSUSE:Factory/.viddy.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "viddy" Mon Nov 18 20:00:46 2024 rev:2 rq:1224636 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/viddy/viddy.changes 2024-04-08 17:51:34.828154095 +0200 +++ /work/SRC/openSUSE:Factory/.viddy.new.2017/viddy.changes 2024-11-18 20:01:14.877226364 +0100 @@ -1,0 +2,82 @@ +Sun Nov 17 07:46:47 UTC 2024 - Martin Hauke <mar...@gmx.de> + +- Update to version 1.2.1: + * Update dependencies + +------------------------------------------------------------------- +Sat Nov 09 16:55:29 UTC 2024 - mar...@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 - mar...@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 - mar...@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 + +------------------------------------------------------------------- Old: ---- vendor.tar.gz viddy-0.4.0.obscpio New: ---- vendor.tar.zst viddy-1.2.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ viddy.spec ++++++ --- /var/tmp/diff_new_pack.Rg8gDO/_old 2024-11-18 20:01:15.909269531 +0100 +++ /var/tmp/diff_new_pack.Rg8gDO/_new 2024-11-18 20:01:15.909269531 +0100 @@ -1,7 +1,8 @@ # # spec file for package viddy # -# Copyright (c) 2023, Martin Hauke <mar...@gmx.de> +# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2023-2024, Martin Hauke <mar...@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.2.1 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 @@ %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 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Rg8gDO/_old 2024-11-18 20:01:15.945271036 +0100 +++ /var/tmp/diff_new_pack.Rg8gDO/_new 2024-11-18 20:01:15.949271203 +0100 @@ -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.2.1</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="changesgenerate">enable</param> </service> @@ -12,9 +12,11 @@ <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> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Rg8gDO/_old 2024-11-18 20:01:15.969272040 +0100 +++ /var/tmp/diff_new_pack.Rg8gDO/_new 2024-11-18 20:01:15.973272207 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/sachaos/viddy</param> - <param name="changesrevision">a242d49adf668cb9ff2833c5b4cbc965db096904</param></service></servicedata> + <param name="changesrevision">b8e3515f5fb75a570b7b5f6678d5f6a58fc976a0</param></service></servicedata> (No newline at EOF) ++++++ viddy-0.4.0.obscpio -> viddy-1.2.1.obscpio ++++++ /work/SRC/openSUSE:Factory/viddy/viddy-0.4.0.obscpio /work/SRC/openSUSE:Factory/.viddy.new.2017/viddy-1.2.1.obscpio differ: char 48, line 1 ++++++ viddy.obsinfo ++++++ --- /var/tmp/diff_new_pack.Rg8gDO/_old 2024-11-18 20:01:16.017274048 +0100 +++ /var/tmp/diff_new_pack.Rg8gDO/_new 2024-11-18 20:01:16.021274215 +0100 @@ -1,5 +1,5 @@ name: viddy -version: 0.4.0 -mtime: 1697355358 -commit: a242d49adf668cb9ff2833c5b4cbc965db096904 +version: 1.2.1 +mtime: 1731785715 +commit: b8e3515f5fb75a570b7b5f6678d5f6a58fc976a0