From dd7c735046f86ddb1ead23b7bccff4da05e2f0a9abf3dc5b48bbef7b8f37726a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 15 Sep 2023 07:32:28 +0000 Subject: [PATCH] Accepting request 1110308 from home:polslinux:branches:X11:Utilities - 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. OBS-URL: https://build.opensuse.org/request/show/1110308 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/scrot?expand=0&rev=24 --- scrot-1.10.tar.gz | 3 +++ scrot-1.8.1.tar.gz | 3 --- scrot.changes | 20 ++++++++++++++++++++ scrot.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 scrot-1.10.tar.gz delete mode 100644 scrot-1.8.1.tar.gz diff --git a/scrot-1.10.tar.gz b/scrot-1.10.tar.gz new file mode 100644 index 0000000..4efb7c5 --- /dev/null +++ b/scrot-1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fb2fb962c1921030a442448afb1994d77d40192868da1b4cdeade0066bf36f +size 178710 diff --git a/scrot-1.8.1.tar.gz b/scrot-1.8.1.tar.gz deleted file mode 100644 index 16658e6..0000000 --- a/scrot-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d57f41166739075b6aa8d2eba7e303f85512f12b9c5372c6b9cecd10d800375 -size 178856 diff --git a/scrot.changes b/scrot.changes index 056b47f..be44121 100644 --- a/scrot.changes +++ b/scrot.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Sep 11 12:43:34 UTC 2023 - Paolo Stivanin + +- 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 16:13:04 UTC 2023 - Dirk Müller diff --git a/scrot.spec b/scrot.spec index 2863ae9..2dc03cb 100644 --- a/scrot.spec +++ b/scrot.spec @@ -17,7 +17,7 @@ Name: scrot -Version: 1.8.1 +Version: 1.10 Release: 0 Summary: Screenshot Capture Utility License: SUSE-Scrot