Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tlrc for openSUSE:Factory checked in 
at 2025-10-12 22:24:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tlrc (Old)
 and      /work/SRC/openSUSE:Factory/.tlrc.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tlrc"

Sun Oct 12 22:24:26 2025 rev:10 rq:1310912 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tlrc/tlrc.changes        2025-10-11 
22:50:09.873081237 +0200
+++ /work/SRC/openSUSE:Factory/.tlrc.new.18484/tlrc.changes     2025-10-12 
22:29:40.483064049 +0200
@@ -1,0 +2,6 @@
+Sat Oct 11 02:40:24 UTC 2025 - pallas wept <[email protected]>
+
+- Add shell completion
+- Update OBS vendoring
+
+-------------------------------------------------------------------

Old:
----
  cargo_config

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

Other differences:
------------------
++++++ tlrc.spec ++++++
--- /var/tmp/diff_new_pack.BshUmN/_old  2025-10-12 22:29:41.939125008 +0200
+++ /var/tmp/diff_new_pack.BshUmN/_new  2025-10-12 22:29:41.943125175 +0200
@@ -24,7 +24,6 @@
 URL:            https://tldr.sh/
 Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
-Source2:        cargo_config
 BuildRequires:  cargo-packaging
 # Seems there is already another tldr-pages client
 # Well but tlrc is the official one :)
@@ -33,9 +32,41 @@
 %description
 The tldr-pages project is a collection of community-maintained help pages for 
command-line tools, that aims to be a simpler, more approachable complement to 
traditional man pages.
 
+%package        bash-completion
+Summary:        Bash Completion for %{name}
+Group:          System/Shells
+Supplements:    (%{name} and bash-completion)
+Requires:       %{name} = %{version}
+Requires:       bash-completion
+BuildArch:      noarch
+
+%description    bash-completion
+Bash command-line completion support for %{name}.
+
+%package        fish-completion
+Summary:        Fish Completion for %{name}
+Group:          System/Shells
+Supplements:    (%{name} and fish)
+Requires:       %{name} = %{version}
+Requires:       fish
+BuildArch:      noarch
+
+%description    fish-completion
+Fish command-line completion support for %{name}.
+
+%package        zsh-completion
+Summary:        Zsh Completion for %{name}
+Group:          System/Shells
+Supplements:    (%{name} and zsh)
+Requires:       %{name} = %{version}
+Requires:       zsh
+BuildArch:      noarch
+
+%description    zsh-completion
+Zsh command-line completion support for %{name}.
+
 %prep
 %autosetup -p1 -a1
-install -D -m 644 %{SOURCE2} .cargo/config
 
 %build
 %{cargo_build}
@@ -43,9 +74,24 @@
 %install
 %{cargo_install}
 
+install -Dm644 completions/tldr.bash 
%{buildroot}%{_datadir}/bash-completion/completions/tldr
+install -Dm644 completions/tldr.fish -t 
%{buildroot}%{_datadir}/fish/vendor_completions.d
+install -Dm644 completions/_tldr -t %{buildroot}%{_datadir}/zsh/site-functions
+
 %check
 %{cargo_test}
 
 %files
 %{_bindir}/tldr
 
+%files bash-completion
+%{_datadir}/bash-completion/*
+
+%files fish-completion
+%dir %{_datadir}/fish
+%{_datadir}/fish/*
+
+%files zsh-completion
+%dir %{_datadir}/zsh
+%{_datadir}/zsh/*
+

++++++ _service ++++++
--- /var/tmp/diff_new_pack.BshUmN/_old  2025-10-12 22:29:41.983126850 +0200
+++ /var/tmp/diff_new_pack.BshUmN/_new  2025-10-12 22:29:41.987127017 +0200
@@ -19,9 +19,6 @@
      <param name="compression">zst</param>
      <param name="update">true</param>
   </service>
-  <service name="cargo_audit" mode="disabled">
-     <param name="srcdir">ast-grep</param>
-  </service>
 </services>
 
 

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

Reply via email to