SHA256
1
0
forked from pool/scrot

Accepting request 822584 from home:polslinux:branches:X11:Utilities

- Update to 1.4:
  * Added a new logo 128x128.
  * New Feature: capture stack/overlapping windows.
    Depends of libXcomposite (X11). New option: --stack or -k.
  * Call XCloseDisplay on exit. This is the right thing in every
    X server program, to release acquired resources.
  * Fixed autoselect.
  * Fixed capturing partially hidden windows on the edge of the desktop.
  * Fixed required number.
  * Fixed SIGSEGV, if running without DISPLAY environment variable.
  * Fixed SIGSEGV, option --note.
  * Minor fix: variable is assigned that is never used.
  * Stack windows: client list spec EWMH.

OBS-URL: https://build.opensuse.org/request/show/822584
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/scrot?expand=0&rev=13
This commit is contained in:
Martin Pluskal 2020-07-24 10:04:53 +00:00 committed by Git OBS Bridge
parent 5354cd6d1c
commit 87cb89e9aa
4 changed files with 22 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jul 24 08:53:30 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.4:
* Added a new logo 128x128.
* New Feature: capture stack/overlapping windows.
Depends of libXcomposite (X11). New option: --stack or -k.
* Call XCloseDisplay on exit. This is the right thing in every
X server program, to release acquired resources.
* Fixed autoselect.
* Fixed capturing partially hidden windows on the edge of the desktop.
* Fixed required number.
* Fixed SIGSEGV, if running without DISPLAY environment variable.
* Fixed SIGSEGV, option --note.
* Minor fix: variable is assigned that is never used.
* Stack windows: client list spec EWMH.
-------------------------------------------------------------------
Wed May 13 07:32:27 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -17,7 +17,7 @@
Name: scrot
Version: 1.3
Version: 1.4
Release: 0
Summary: Screenshot Capture Utility
License: SUSE-Scrot
@ -27,6 +27,7 @@ Source: https://github.com/resurrecting-open-source-projects/scrot/archi
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
BuildRequires: libXcomposite-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(giblib)
BuildRequires: pkgconfig(imlib2)