Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vhs for openSUSE:Factory checked in 
at 2024-10-22 14:52:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vhs (Old)
 and      /work/SRC/openSUSE:Factory/.vhs.new.26871 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vhs"

Tue Oct 22 14:52:50 2024 rev:6 rq:1216880 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/vhs/vhs.changes  2024-04-16 20:09:02.379908503 
+0200
+++ /work/SRC/openSUSE:Factory/.vhs.new.26871/vhs.changes       2024-10-22 
14:53:50.774222991 +0200
@@ -1,0 +2,18 @@
+Tue Oct 22 04:44:15 UTC 2024 - Joshua Smith <smolsh...@opensuse.org>
+
+- Enable tests
+- Update to version 0.8.0:
+  New
+  * cmd: add support for ENV command
+  * set VHS_RECORD="true"while running
+  Fixed
+  * fix duplicate if statement
+  * hide vhs publish info when exiting with tape errors
+  * fix ShiftLeft when using Shift+Tab
+  * data rase + better error reporting
+  Docs
+  * correct typo in ffmepg.go
+  Other stuff
+  * feat: update deps, fix lint issues
+
+-------------------------------------------------------------------

Old:
----
  vhs-0.7.2.tar.zst

New:
----
  vhs-0.8.0.tar.zst

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vhs.spec ++++++
--- /var/tmp/diff_new_pack.dabxwD/_old  2024-10-22 14:53:51.754263869 +0200
+++ /var/tmp/diff_new_pack.dabxwD/_new  2024-10-22 14:53:51.754263869 +0200
@@ -18,7 +18,7 @@
 
 %global _lto_cflags %nil
 Name:           vhs
-Version:        0.7.2
+Version:        0.8.0
 Release:        0
 Summary:        CLI video recorder
 URL:            https://github.com/charmbracelet/vhs
@@ -38,6 +38,7 @@
 Summary:        Documentation for %{name}
 Group:          System/Shells
 Supplements:    (%{name} and bash-completion)
+Requires:       %{name} = %{version}
 Requires:       bash-completion
 BuildArch:      noarch
 
@@ -48,6 +49,7 @@
 Summary:        Bash Completion for %{name}
 Group:          System/Shells
 Supplements:    (%{name} and bash-completion)
+Requires:       %{name} = %{version}
 Requires:       bash-completion
 BuildArch:      noarch
 
@@ -58,6 +60,7 @@
 Summary:        Fish Completion for %{name}
 Group:          System/Shells
 Supplements:    (%{name} and fish)
+Requires:       %{name} = %{version}
 Requires:       fish
 BuildArch:      noarch
 
@@ -68,6 +71,7 @@
 Summary:        Zsh Completion for %{name}
 Group:          System/Shells
 Supplements:    (%{name} and zsh)
+Requires:       %{name} = %{version}
 Requires:       zsh
 BuildArch:      noarch
 
@@ -75,7 +79,7 @@
 Zsh command-line completion support for %{name}.
 
 %prep
-%setup -qa1
+%autosetup -a1
 # Delete outputs from examples.
 find examples -name '*.mp4' -delete \
   -or -name '*.webm' -delete \
@@ -104,6 +108,9 @@
 install -Dm644 %{name}.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name}
 install -Dm644 %{name}.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish
 
+%check
+go test -v ./...
+
 %files
 %{_bindir}/%{name}
 %license LICENSE

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/vhs/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.vhs.new.26871/vendor.tar.zst differ: char 7, line 1

++++++ vhs-0.7.2.tar.zst -> vhs-0.8.0.tar.zst ++++++
/work/SRC/openSUSE:Factory/vhs/vhs-0.7.2.tar.zst 
/work/SRC/openSUSE:Factory/.vhs.new.26871/vhs-0.8.0.tar.zst differ: char 7, 
line 1

Reply via email to