Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

scrot-bash-completion-1.12.1-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: scrot-bash-completion Distribution: openSUSE Tumbleweed
Version: 1.12.1 Vendor: openSUSE
Release: 1.1 Build date: Sat Jun 14 19:30:25 2025
Group: System/Shells Build host: reproducible
Size: 810 Source RPM: scrot-1.12.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/resurrecting-open-source-projects/scrot
Summary: Bash Completion for scrot
The official bash completion script for scrot

Provides

Requires

License

SUSE-Scrot

Changelog

* 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
* 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.
* Sat Jan 28 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.8.1:
    * Fixed libbsd feature test confusion. Rationale: users expressed confusion
    when using the old "--without-libbsd" configure flag. Some assumed that it
    compiles scrot without libbsd, but it only made the build script error if
    libbsd is a dependency. This is useful to package maintainers: it gives them
    a yes/no answer on whether the library is a dependency on their system. The
    old configure flag has been replaced by a more verbose
    "--enable-libbsd-feature-test".
    * Fixed 'make dist', adding some files to bootstrapped tarballs.
* Tue Jan 10 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 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Drop the unneeded nor used pkgconfig(giblib) BuildRequires: it
    was removed upstream in version 1.6
* Sat Dec 11 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - scrot 1.7:
    * Fixed: free memory image and font resources.
    * Fixed: segfault if mouse cursor image was not obtained.
    * Improvement option: --stack, add an optional join direction (v/h).
    * New option: --file (-F), provide the filename as an option.
    * New option: --ignorekeyboard (-i), Don't exit for keyboard input. ESC still exits.
    * New option: --select=hole (-shole), hole selection area.
    * New option: --select=hide (-shide), hide selection area, support image.
    * New option: --select=blur (-sblur), blur selection area.
    * New option: (-) add redirection to standard output (format PNG).
* Tue Jul 27 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 1.6:
    * Avoid capturing the selection box when drag and drop quickly.
    * Fixed the capture when a window is hidden behind another.
    * Fixed the capture of the edge of the focused window.
    * Fixed issue when selection reaches the end of screen.
    * Fixed Control Flow Integrity complain in HardenedBSD.
    * Improvement: selection option, capture the mouse cursor when
      the delay option is used.
    * New feature: resize the selection with the arrow keys.
    * New feature: support script Imlib2 commands.
    * New feature: added WM_CLASS to exclude selection mode edge from
      some composite window managers.
    * New feature: change the cursor pointer according to the
      movement of the selection.
    * Removed forced compiler options: -g -O3
    * Removed dependence on giblib library.
    * Several improvements over the source code.

Files

/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/scrot


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jun 25 23:27:56 2025