Hello community, here is the log from the commit of package pdfgrep for openSUSE:Factory checked in at 2020-04-15 19:57:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdfgrep (Old) and /work/SRC/openSUSE:Factory/.pdfgrep.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pdfgrep" Wed Apr 15 19:57:08 2020 rev:2 rq:794205 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pdfgrep/pdfgrep.changes 2017-07-06 00:00:58.294821267 +0200 +++ /work/SRC/openSUSE:Factory/.pdfgrep.new.2738/pdfgrep.changes 2020-04-15 19:57:10.553693959 +0200 @@ -1,0 +2,20 @@ +Wed Apr 15 13:48:06 UTC 2020 - Martin Pluskal <[email protected]> + +- Update to version 2.1.2: + * Bugfix: Fix crash when compiled with hardened compiler flags + (specifically -D_GLIBCXX_ASSERTIONS) +- Changes for version 2.1.1: + * Bugfix: Fix build with libunac support enabled +- Changes for version 2.1.0: + * New option `--page-range` to limit search to a set of pages + * New option `--file/-f` to read patterns from a file + * New option `--regexp/-e` to specify multiple patterns + (combined with OR). + * New options `--files-with-matches/-l` and + `--files-without-match/-L` to only list filenames of files + that contain or don't contain matches. + * Major manpage restructuring. It's now divided into subsections + like the GNU grep's manpage. + * Bugfix: Actually stop searching after first match with `-q` + +------------------------------------------------------------------- Old: ---- pdfgrep-2.0.1.tar.gz New: ---- pdfgrep-2.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdfgrep.spec ++++++ --- /var/tmp/diff_new_pack.XavHRv/_old 2020-04-15 19:57:11.145694404 +0200 +++ /var/tmp/diff_new_pack.XavHRv/_new 2020-04-15 19:57:11.145694404 +0200 @@ -1,7 +1,7 @@ # # spec file for package pdfgrep # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: pdfgrep -Version: 2.0.1 +Version: 2.1.2 Release: 0 Summary: Search in pdf files for strings matching a regular expression -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Text/Utilities -Url: http://pdfgrep.sourceforge.net/ +URL: http://pdfgrep.sourceforge.net/ Source: https://pdfgrep.org/download/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ -BuildRequires: libgcrypt-devel -BuildRequires: libpoppler-devel -BuildRequires: pcre-devel +BuildRequires: libgcrypt-devel >= 1.0.0 +BuildRequires: pkgconfig >= 0.9.0 +BuildRequires: pkgconfig(libpcre) +BuildRequires: pkgconfig(poppler-cpp) %description Pdfgrep is a tool to search text in PDF files. It works similar to `grep'. @@ -44,22 +45,18 @@ %setup -q %build -%configure CXXFLAGS="%{optflags}" --with-bash-completion -make %{?_smp_mflags} +%configure \ + --with-bash-completion +%make_build %install %make_install %files -%defattr(-,root,root,-) -%doc AUTHORS NEWS.md README.md -%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320 %license COPYING -%else -%doc COPYING -%endif +%doc AUTHORS NEWS.md README.md %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} %{_datadir}/bash-completion/completions/%{name} %{_datadir}/zsh/site-functions/_%{name} ++++++ pdfgrep-2.0.1.tar.gz -> pdfgrep-2.1.2.tar.gz ++++++ ++++ 4278 lines of diff (skipped)
