From 8bb4772622a240fc2bd187d28dcdd68930b423056c0a573a22ae85ab74c9aee7 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 10 Jan 2023 16:22:36 +0000 Subject: [PATCH] Accepting request 1057646 from home:polslinux:branches:X11:Utilities - Update to 1.8: * Created FAQ file. * Improvement: added new format specifier $W: name of the window. * Bug fixed: issue when not showing counting progress in terminal. * Fixes: memleak and potentially bad free data. * Fixes: autotools: respect --docdir. * New option: added -M/--monitor option to capture a Xinerama display. * Added new library dependency: libXinerama. * Several other code fixes and improvements. OBS-URL: https://build.opensuse.org/request/show/1057646 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/scrot?expand=0&rev=20 --- scrot-1.7.tar.bz2 | 3 --- scrot-1.8.tar.gz | 3 +++ scrot.changes | 13 +++++++++++++ scrot.spec | 7 ++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 scrot-1.7.tar.bz2 create mode 100644 scrot-1.8.tar.gz diff --git a/scrot-1.7.tar.bz2 b/scrot-1.7.tar.bz2 deleted file mode 100644 index 48a1e05..0000000 --- a/scrot-1.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:129274bf0f0a1bbde8de5ab5db5c72556e1fc5b2a477de01c3dff74fc544f66a -size 155416 diff --git a/scrot-1.8.tar.gz b/scrot-1.8.tar.gz new file mode 100644 index 0000000..c9c41b7 --- /dev/null +++ b/scrot-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ece6c8d684055aa1c6253faef9e2008864e2363e0f8faa55bef7a9282ef02b +size 175453 diff --git a/scrot.changes b/scrot.changes index caf44ca..150957a 100644 --- a/scrot.changes +++ b/scrot.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jan 10 15:22:02 UTC 2023 - Paolo Stivanin + +- Update to 1.8: + * Created FAQ file. + * Improvement: added new format specifier $W: name of the window. + * Bug fixed: issue when not showing counting progress in terminal. + * Fixes: memleak and potentially bad free data. + * Fixes: autotools: respect --docdir. + * New option: added -M/--monitor option to capture a Xinerama display. + * Added new library dependency: libXinerama. + * Several other code fixes and improvements. + ------------------------------------------------------------------- Thu Feb 24 13:15:12 UTC 2022 - Bjørn Lie diff --git a/scrot.spec b/scrot.spec index 75e5a1b..b757466 100644 --- a/scrot.spec +++ b/scrot.spec @@ -1,7 +1,7 @@ # # spec file for package scrot # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: scrot -Version: 1.7 +Version: 1.8 Release: 0 Summary: Screenshot Capture Utility License: SUSE-Scrot Group: Productivity/Graphics/Other URL: https://github.com/resurrecting-open-source-projects/scrot -Source: https://github.com/resurrecting-open-source-projects/scrot/releases/download/%{version}/%{name}-%{version}.tar.bz2 +Source: https://github.com/resurrecting-open-source-projects/scrot/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(imlib2) @@ -32,6 +32,7 @@ BuildRequires: pkgconfig(xcomposite) BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfixes) +BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(zlib) %description