1
0
Dominique Leuenberger 2023-01-13 23:03:30 +00:00 committed by Git OBS Bridge
commit 07bdbe9fdf
4 changed files with 25 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jan 13 16:26:50 UTC 2023 - Marcel Kuehlhorn <tux93@opensuse.org>
- Update to 1.10.3
* Lower minimal Xfce dependencies back to 4.16
* Remove fallback code
-------------------------------------------------------------------
Thu Jan 5 07:40:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.10.2:
* Fix capture of CSD windows
* Fix active window and region capture modes
* Consider scale factor while capturing screenshots with cairo
* Support libsoup2 and 3 simultaneously
* save dialog: show preview of selected file
* Save preferences of panel plugin
* Translation Updates
-------------------------------------------------------------------
Fri Dec 23 18:57:44 UTC 2022 - Maurizio Galli <maurizio.galli@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xfce4-screenshooter
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2010 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
@ -22,7 +22,7 @@
%bcond_with git
Name: xfce4-screenshooter
Version: 1.10.1
Version: 1.10.3
Release: 0
Summary: Screenshot Tool for the Xfce Desktop
License: GPL-2.0-or-later
@ -47,8 +47,8 @@ BuildRequires: pkgconfig(libxfconf-0) >= %{panel_version}
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.0
BuildRequires: pkgconfig(pango) >= 1.44.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: pkgconfig(xi) >= 1.7.8
BuildRequires: pkgconfig(xfixes) >= 4.0.0
BuildRequires: pkgconfig(xi) >= 1.7.8
%if %{with git}
BuildRequires: xfce4-dev-tools
%endif