SHA256
1
0
forked from pool/scrot

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
This commit is contained in:
Martin Pluskal 2023-01-10 16:22:36 +00:00 committed by Git OBS Bridge
parent 3a283d8273
commit 8bb4772622
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:129274bf0f0a1bbde8de5ab5db5c72556e1fc5b2a477de01c3dff74fc544f66a
size 155416

3
scrot-1.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64ece6c8d684055aa1c6253faef9e2008864e2363e0f8faa55bef7a9282ef02b
size 175453

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 10 15:22:02 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -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