Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trurl for openSUSE:Factory checked in at 2025-05-23 14:31:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trurl (Old) and /work/SRC/openSUSE:Factory/.trurl.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trurl" Fri May 23 14:31:22 2025 rev:17 rq:1279341 version:0.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/trurl/trurl.changes 2024-09-22 11:06:21.205428063 +0200 +++ /work/SRC/openSUSE:Factory/.trurl.new.2732/trurl.changes 2025-05-23 14:32:14.464853247 +0200 @@ -1,0 +2,9 @@ +Sun May 18 08:13:12 UTC 2025 - Martin Hauke <mar...@gmx.de> + +- Update to version 0.16.1 + * Generate ZSH completions base on trurl.md. + * Makefile: only create MANDIR when manpage is installed. + * trurl: handle zero length query pairs. +- Create subpackage for zsh-completion + +------------------------------------------------------------------- Old: ---- trurl-0.16.tar.gz New: ---- trurl-0.16.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trurl.spec ++++++ --- /var/tmp/diff_new_pack.rk5R2n/_old 2025-05-23 14:32:14.904871812 +0200 +++ /var/tmp/diff_new_pack.rk5R2n/_new 2025-05-23 14:32:14.904871812 +0200 @@ -1,8 +1,8 @@ # # spec file for package trurl # -# Copyright (c) 2024 SUSE LLC -# Copyright (c) 2023-2024, Martin Hauke <mar...@gmx.de> +# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2023-2025, 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 @@ -18,7 +18,7 @@ Name: trurl -Version: 0.16 +Version: 0.16.1 Release: 0 Summary: Command line tool for URL parsing and manipulation License: MIT @@ -34,14 +34,26 @@ A CLI tool that parses and manipulates URLs, designed to help shell script authors everywhere. +%package zsh-completion +Summary: Zsh Completion for %{name} +Group: System/Shells +Supplements: (%{name} and zsh) +Requires: zsh +BuildArch: noarch + +%description zsh-completion +Zsh command-line completion support for %{name}. + %prep -%setup -q +%autosetup %build %make_build PREFIX=%{_prefix} +make completions %install make PREFIX=%{_prefix} DESTDIR=%{buildroot} install +install -Dm 0644 completions/_trurl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name} %check make test @@ -52,3 +64,7 @@ %{_bindir}/trurl %{_mandir}/man1/trurl.1%{?ext_man} +%files zsh-completion +%dir %{_datadir}/zsh +%{_datadir}/zsh/* + ++++++ trurl-0.16.tar.gz -> trurl-0.16.1.tar.gz ++++++ ++++ 3068 lines of diff (skipped)