Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pdfgrep for openSUSE:Factory checked in at 2021-03-05 13:47:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdfgrep (Old) and /work/SRC/openSUSE:Factory/.pdfgrep.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pdfgrep" Fri Mar 5 13:47:19 2021 rev:3 rq:876677 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pdfgrep/pdfgrep.changes 2020-04-15 19:57:10.553693959 +0200 +++ /work/SRC/openSUSE:Factory/.pdfgrep.new.2378/pdfgrep.changes 2021-03-05 13:49:44.395865643 +0100 @@ -1,0 +2,6 @@ +Wed Mar 3 14:47:59 UTC 2021 - Martin Hauke <[email protected]> + +- Create subpackages for bash- and zsh-completion +- Use correct upstream URL + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdfgrep.spec ++++++ --- /var/tmp/diff_new_pack.rH6rHR/_old 2021-03-05 13:49:44.919866118 +0100 +++ /var/tmp/diff_new_pack.rH6rHR/_new 2021-03-05 13:49:44.919866118 +0100 @@ -1,7 +1,7 @@ # # spec file for package pdfgrep # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Summary: Search in pdf files for strings matching a regular expression License: GPL-2.0-or-later Group: Productivity/Text/Utilities -URL: http://pdfgrep.sourceforge.net/ +URL: https://pdfgrep.org/ Source: https://pdfgrep.org/download/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel >= 1.0.0 @@ -41,6 +41,26 @@ + optional case insensitivity. + count occurrences. +%package bash-completion +Summary: Bash Completion for %{name} +Group: Productivity/Networking/Security +Requires: %{name} = %{version} +Requires: bash-completion +Supplements: (%{name} and bash-completion) +BuildArch: noarch + +%description bash-completion +Bash completion script for %{name}. + +%package zsh-completion +Summary: ZSH completion for %{name} +Group: Productivity/Networking/Security +Supplements: (%{name} and zsh) +BuildArch: noarch + +%description zsh-completion +zsh shell completions for %{name}. + %prep %setup -q @@ -57,7 +77,13 @@ %doc AUTHORS NEWS.md README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man} + +%files bash-completion %{_datadir}/bash-completion/completions/%{name} + +%files zsh-completion +%dir %{_datadir}/zsh +%dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %changelog
