Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package the_silver_searcher for
openSUSE:Factory checked in at 2022-06-10 15:57:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/the_silver_searcher (Old)
and /work/SRC/openSUSE:Factory/.the_silver_searcher.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "the_silver_searcher"
Fri Jun 10 15:57:58 2022 rev:15 rq:982033 version:2.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/the_silver_searcher/the_silver_searcher.changes
2020-06-11 14:52:57.374959360 +0200
+++
/work/SRC/openSUSE:Factory/.the_silver_searcher.new.1548/the_silver_searcher.changes
2022-06-10 15:58:15.980873826 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 07:40:34 UTC 2022 - Frederic Crozat <[email protected]>
+
+- Move bash-completion file out of /etc and do not requires
+ bash-completion package.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ the_silver_searcher.spec ++++++
--- /var/tmp/diff_new_pack.SBb0lf/_old 2022-06-10 15:58:16.652874640 +0200
+++ /var/tmp/diff_new_pack.SBb0lf/_new 2022-06-10 15:58:16.660874650 +0200
@@ -1,7 +1,7 @@
#
# spec file for package the_silver_searcher
#
-# Copyright (c) 2020 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
@@ -30,7 +30,6 @@
# PATCH-FIX-UPSTREAM the_silver_searcher-2.2.0-portabilityfixes.patch
gh#ggreer/the_silver_searcher#1377 -- Fix multiple global symbols definitions
Patch0: the_silver_searcher-2.2.0-portabilityfixes.patch
BuildRequires: pkgconfig >= 0.9.0
-Requires: bash-completion
%if 0%{?suse_version} > 1110
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(libpcre)
@@ -54,15 +53,15 @@
%install
%make_install
-mkdir -p %{buildroot}/%{_sysconfdir}/bash_completion.d
-mv -v %{buildroot}%{_datadir}/%{name}/completions/ag.bashcomp.sh
%{buildroot}/%{_sysconfdir}/bash_completion.d/%{name}
+mkdir -p %{buildroot}/%{_datadir}/bash-completion/completions/
+mv -v %{buildroot}%{_datadir}/%{name}/completions/ag.bashcomp.sh
%{buildroot}/%{_datadir}/bash-completion/completions/%{name}
%files
%license LICENSE
%doc NOTICE README.md
%{_bindir}/ag
%{_mandir}/man1/ag.1%{?ext_man}
-%config %{_sysconfdir}/bash_completion.d/%{name}
+%{_datadir}/bash-completion/completions/%{name}
%dir %{_datadir}/zsh
%dir %{_datadir}/zsh/site-functions
%{_datadir}/zsh/site-functions/_the_silver_searcher