Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scrot for openSUSE:Factory checked in at 2021-02-15 23:16:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scrot (Old) and /work/SRC/openSUSE:Factory/.scrot.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scrot" Mon Feb 15 23:16:52 2021 rev:5 rq:871458 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/scrot/scrot.changes 2020-07-24 12:29:38.190699759 +0200 +++ /work/SRC/openSUSE:Factory/.scrot.new.28504/scrot.changes 2021-02-15 23:19:24.975675042 +0100 @@ -1,0 +2,15 @@ +Fri Feb 12 13:27:59 UTC 2021 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 1.5: + * New feature: retry to grab the keyboard for 1s in 50ms intervals + if it is still being grabbed by the windows manager. + * Do not record pointer when selecting an area. + * Fixed a possible overflow in src/options.c. + * Fixed a segfault with --multidisp option. + * Fixed issues when file extension is more than 3 characters. + * New feature: allow save thumbnail without extension. + * New option --class (-C): discriminate windows by class name. + * Support various modes of drawing selection. + * Use correct type for calloc and other assignments. + +------------------------------------------------------------------- Old: ---- scrot-1.4.tar.gz New: ---- scrot-1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scrot.spec ++++++ --- /var/tmp/diff_new_pack.mZEdal/_old 2021-02-15 23:19:25.539675884 +0100 +++ /var/tmp/diff_new_pack.mZEdal/_new 2021-02-15 23:19:25.539675884 +0100 @@ -1,7 +1,7 @@ # # spec file for package scrot # -# 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 @@ -17,7 +17,7 @@ Name: scrot -Version: 1.4 +Version: 1.5 Release: 0 Summary: Screenshot Capture Utility License: SUSE-Scrot @@ -27,11 +27,13 @@ BuildRequires: autoconf BuildRequires: autoconf-archive BuildRequires: automake -BuildRequires: libXcomposite-devel +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(giblib) BuildRequires: pkgconfig(imlib2) +BuildRequires: pkgconfig(xcomposite) BuildRequires: pkgconfig(xcursor) +BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(zlib) @@ -49,12 +51,13 @@ %install %make_install +mkdir -p %{buildroot}/%{_datadir}/pixmaps/ +rm -rf %{buildroot}/%{_datadir}/doc/scrot %files -%defattr(-,root,root,-) %doc AUTHORS ChangeLog README.md TODO CONTRIBUTING.md %license COPYING %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} %changelog ++++++ scrot-1.4.tar.gz -> scrot-1.5.tar.gz ++++++ ++++ 1616 lines of diff (skipped)