Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package exa for openSUSE:Factory checked in 
at 2022-12-01 17:21:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exa (Old)
 and      /work/SRC/openSUSE:Factory/.exa.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exa"

Thu Dec  1 17:21:13 2022 rev:9 rq:1039255 version:0.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/exa/exa.changes  2021-08-23 10:08:54.816194360 
+0200
+++ /work/SRC/openSUSE:Factory/.exa.new.1835/exa.changes        2022-12-01 
17:22:07.526529301 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 22:26:27 UTC 2022 - Filippo Bonazzi <filippo.bona...@suse.com>
+
+- Install ZSH shell completion to /usr/share/zsh/site-functions/
+
+-------------------------------------------------------------------

New:
----
  _service

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

Other differences:
------------------
++++++ exa.spec ++++++
--- /var/tmp/diff_new_pack.vV3FGV/_old  2022-12-01 17:22:08.022532013 +0100
+++ /var/tmp/diff_new_pack.vV3FGV/_new  2022-12-01 17:22:08.026532035 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exa
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -101,9 +101,8 @@
 pandoc --standalone -f markdown -t man man/exa_colors.5.md > 
%{buildroot}%{_mandir}/man5/exa_colors.5
 
 # Completion files
-install -Dm0644 completions/completions.bash \
-         %{buildroot}%{_datarootdir}/bash-completion/completions/%{name}
-install -Dm0644 completions/completions.zsh 
"%{buildroot}%{_sysconfdir}/zsh_completion.d/%{name}"
+install -Dm0644 completions/completions.bash 
"%{buildroot}%{_datadir}/bash-completion/completions/%{name}"
+install -Dm0644 completions/completions.zsh 
"%{buildroot}%{_datadir}/zsh/site-functions/_%{name}"
 install -Dm0644 completions/completions.fish 
"%{buildroot}/%{_datadir}/fish/vendor_completions.d/%{name}.fish"
 
 %files
@@ -114,10 +113,10 @@
 %{_mandir}/man5/exa_colors.5%{ext_man}
 
 %files bash-completion
-%{_datarootdir}/bash-completion/completions/%{name}
+%{_datadir}/bash-completion/completions/%{name}
 
 %files zsh-completion
-%{_sysconfdir}/zsh_completion.d/%{name}
+%{_datadir}/zsh/site-functions/_%{name}
 
 %files fish-completion
 %{_datadir}/fish/vendor_completions.d/%{name}.fish

++++++ _service ++++++
<services>
  <service name="cargo_audit" mode="disabled">
  </service>
</services>

Reply via email to