Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nelm for openSUSE:Factory checked in at 2026-07-13 14:28:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nelm (Old) and /work/SRC/openSUSE:Factory/.nelm.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nelm" Mon Jul 13 14:28:01 2026 rev:30 rq:1365260 version:1.24.3 Changes: -------- --- /work/SRC/openSUSE:Factory/nelm/nelm.changes 2026-07-06 12:36:53.660918491 +0200 +++ /work/SRC/openSUSE:Factory/.nelm.new.1991/nelm.changes 2026-07-13 14:28:49.116958968 +0200 @@ -1,0 +2,10 @@ +Mon Jul 13 08:40:50 UTC 2026 - Johannes Kastl <[email protected]> + +- add %check section + +------------------------------------------------------------------- +Mon Jul 13 06:03:02 UTC 2026 - Evgeniy Medvedev <[email protected]> + +- fix `nelm version` reporting 0.0.0 in the openSUSE packaging + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nelm.spec ++++++ --- /var/tmp/diff_new_pack.iQxKaq/_old 2026-07-13 14:28:49.712979344 +0200 +++ /var/tmp/diff_new_pack.iQxKaq/_new 2026-07-13 14:28:49.716979481 +0200 @@ -88,8 +88,8 @@ -mod=vendor \ -buildmode=pie \ -ldflags=" \ - -X github.com/werf/nelm/internal/common.Brand=Nelm \ - -X github.com/werf/nelm/internal/common.Version=%{version}" \ + -X github.com/werf/nelm/pkg/common.Brand=Nelm \ + -X github.com/werf/nelm/pkg/common.Version=%{version}" \ -o bin/%{name} ./cmd/%{name} %install @@ -108,6 +108,10 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/ %{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name} +%check +%{buildroot}/%{_bindir}/%{name} version +%{buildroot}/%{_bindir}/%{name} version | grep %{version} + %files %doc README.md %license LICENSE
