Package Release Info

scrot-1.12.1-bp160.1.4

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

scrot
scrot-bash-completion
scrot-zsh-completion

Change Logs

* Sat Jun 14 2025 Nathan Cutler <ncutler@suse.com>
- spec: add "Requires: imlib2" because the software does not work
  unless imlib2 is installed (bsc#1240925)
* Sat Apr 05 2025 Andrea Manzini <andrea.manzini@suse.com>
- update to 1.12.1:
  * Fixes: Do no default to --line mode=edge if --freeze is also specified
    since that combination can lead to artifacts (#408).
  * Document: Correct description of edge mode regarding -f flag.
- add shell completion packages
- update to 1.12:
  * New feature: Allow cancelling selection by pressing alternate button.
  * Fixes: Racy behavior of --freeze where the screenshot was different than
    the content it was frozen on (#381).
  * Fixes: Hanging when invoked with a button pressed (#389).
  * Fixes: Certain visual glitches with selection when run under
    a compositor (#387).
  * Document: Correct description of -m in help string.
  * Document: Formatting of -u in manpage.
  * Document: Clarify "other" formats in the README.
* Tue Aug 13 2024 Dirk Müller <dmueller@suse.com>
- update to 1.11.1:
  * Fixes: remove trailing slash from etc/ from Makefile.am to
    allow the 'make dist' command to run correctly.
* Thu Jul 25 2024 ming li <mli@suse.com>
- update to 1.11:
  * New feature: zsh and bash completion
  * Improvement: more detailed --help output and new --list-options flag
  * Improvement: better error reporting on newer imlib2 versions
  * Improvement: better handle mutually exclusive options
  * Improvement: --stack no longer errors out if no compositor is running
  * Improvement: print a warning if output file was changed
  * Improvement: default file-name extension is now based on the format used
  * Improvement: selection line mode will be automatically set to "edge"
    mode if no compositors is running
  * Improvement: rewrite autogen.sh to be simpler and more robust
  * Document: add examples of using scrot with other utilities in manpage
  * Document: Correct strftime section in the manual
  * Fixes: selection borders appearing in the screenshot
  * Fixes: reject filenames with trailing slash
  * Fixes: incorrect line opacity mapping
  * Fixes: don't return 0 on exec failure
  * Fixes: bad extension detection
  * Fixes: stricter optional argument parsing
  * Fixes: buffer overrun due to bad x,y in imlib_create_image_from_ximage call
  * Fixes: printing potentially truncated file-size
  * Fixes: various memory leaks
  * Fixes: replace dprintf() calls to fix the SmartOS port
Version: 1.10-bp156.1.3
* Mon Sep 11 2023 Paolo Stivanin <info@paolostivanin.com>
- update to 1.10.0:
  * New option: --compression to specify a compression level.
    Note that certain formats (such as PNG) will now use --compression instead of --quality.
  * Improvement: Timing in scrot --delay.
  * Improvement: Screenshot timestamps timing.
  * Document: Not all compositors support opacity.
  * Document: Depend on an interface, not an implementation.
  * Document: Fixed license to MIT-feh. NOTE: this is NOT a license change,
    we simply fixed the document to correctly identify the license.
  * Document: Make it clear --window option takes an argument.
  * Document: Clarify imlib2 feature requirement.
  * Document: Fix --quality description in manpage.
  * Improvement: Fatally error out in case the mouse pointer image cannot be acquired.
  * Deprecate: --note.
  * Fixes: Memory leak.
  * Several other fixes.
Version: 0.8-bp150.2.4
* Fri Jun 26 2015 nemysis@gmx.ch
- Change Description
- Add sed, Fix paths and includes
* Tue Oct 28 2014 mimi.vx@gmail.com
- change licence to SUSE-Scrot
* Fri Oct 24 2014 mimi.vx@gmail.com
- rewrite spec file
- add debian patchset 13
    003_descmanpage.patch
    01_manpagefix.patch
    02_options.c.patch
    04-focused.patch
    05-addfocusedmanpage.patch
    06_manpagespace.patch
    07_fix-formatstring.patch
    08_fix-beeping.patch