From 2abf5479e4aacceee8b674b7997228256cf0047e7018524a0668b13c2c6bc524 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Fri, 13 Jan 2023 15:36:19 +0000 Subject: [PATCH 1/3] Accepting request 1056132 from home:dirkmueller:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian OBS-URL: https://build.opensuse.org/request/show/1056132 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-screenshooter?expand=0&rev=70 --- xfce4-screenshooter-1.10.1.tar.bz2 | 3 --- xfce4-screenshooter-1.10.2.tar.bz2 | 3 +++ xfce4-screenshooter.changes | 20 ++++++++++++++++++++ xfce4-screenshooter.spec | 6 +++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 xfce4-screenshooter-1.10.1.tar.bz2 create mode 100644 xfce4-screenshooter-1.10.2.tar.bz2 diff --git a/xfce4-screenshooter-1.10.1.tar.bz2 b/xfce4-screenshooter-1.10.1.tar.bz2 deleted file mode 100644 index e5bd5f0..0000000 --- a/xfce4-screenshooter-1.10.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ab7161e2d599e1f16891b9901d5849c2b9923b0a218b66d87179f224bc437d6 -size 596568 diff --git a/xfce4-screenshooter-1.10.2.tar.bz2 b/xfce4-screenshooter-1.10.2.tar.bz2 new file mode 100644 index 0000000..23febe4 --- /dev/null +++ b/xfce4-screenshooter-1.10.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f416ef81f4a30c04a08f67bf37067cb3f5cac412b47a3d402ff4fc75cbc4d55 +size 601856 diff --git a/xfce4-screenshooter.changes b/xfce4-screenshooter.changes index 5fcbc81..6772d80 100644 --- a/xfce4-screenshooter.changes +++ b/xfce4-screenshooter.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Jan 5 07:40:16 UTC 2023 - Dirk Müller + +- 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: + Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, + Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, + Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, + French, Galician, Georgian, German, Greek, Hebrew, Hungarian, + Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, + Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Persian + (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, + Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian + ------------------------------------------------------------------- Fri Dec 23 18:57:44 UTC 2022 - Maurizio Galli diff --git a/xfce4-screenshooter.spec b/xfce4-screenshooter.spec index f17fdd0..29c1d7b 100644 --- a/xfce4-screenshooter.spec +++ b/xfce4-screenshooter.spec @@ -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.2 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 From 7379d4b5524781dbd4784ff2bdf2ac81409044b594a1b653c5266ed5cba59df4 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Fri, 13 Jan 2023 15:37:49 +0000 Subject: [PATCH 2/3] Tidy up translation update entry. OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-screenshooter?expand=0&rev=71 --- xfce4-screenshooter.changes | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/xfce4-screenshooter.changes b/xfce4-screenshooter.changes index 6772d80..3890a8e 100644 --- a/xfce4-screenshooter.changes +++ b/xfce4-screenshooter.changes @@ -8,15 +8,7 @@ Thu Jan 5 07:40:16 UTC 2023 - Dirk Müller * Support libsoup2 and 3 simultaneously * save dialog: show preview of selected file * Save preferences of panel plugin - * Translation Updates: - Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, - Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, - Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, - French, Galician, Georgian, German, Greek, Hebrew, Hungarian, - Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, - Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Persian - (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, - Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian + * Translation Updates ------------------------------------------------------------------- Fri Dec 23 18:57:44 UTC 2022 - Maurizio Galli From 1e5e2d049aaa14ad2b1ca9b7c21b19de1b0f477725eb5bb52af7e01624b941cd Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Fri, 13 Jan 2023 16:34:09 +0000 Subject: [PATCH 3/3] Accepting request 1058277 from home:tux93:branches:X11:xfce - Update to 1.10.3 * Lower minimal Xfce dependencies back to 4.16 * Remove fallback code OBS-URL: https://build.opensuse.org/request/show/1058277 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-screenshooter?expand=0&rev=72 --- xfce4-screenshooter-1.10.2.tar.bz2 | 3 --- xfce4-screenshooter-1.10.3.tar.bz2 | 3 +++ xfce4-screenshooter.changes | 7 +++++++ xfce4-screenshooter.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 xfce4-screenshooter-1.10.2.tar.bz2 create mode 100644 xfce4-screenshooter-1.10.3.tar.bz2 diff --git a/xfce4-screenshooter-1.10.2.tar.bz2 b/xfce4-screenshooter-1.10.2.tar.bz2 deleted file mode 100644 index 23febe4..0000000 --- a/xfce4-screenshooter-1.10.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f416ef81f4a30c04a08f67bf37067cb3f5cac412b47a3d402ff4fc75cbc4d55 -size 601856 diff --git a/xfce4-screenshooter-1.10.3.tar.bz2 b/xfce4-screenshooter-1.10.3.tar.bz2 new file mode 100644 index 0000000..73a4e48 --- /dev/null +++ b/xfce4-screenshooter-1.10.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a454159847becfeca274a5b58c0e5817d4a260a29345a37bbc3b4ff46f8f3818 +size 601717 diff --git a/xfce4-screenshooter.changes b/xfce4-screenshooter.changes index 3890a8e..e7ba5f3 100644 --- a/xfce4-screenshooter.changes +++ b/xfce4-screenshooter.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 13 16:26:50 UTC 2023 - Marcel Kuehlhorn + +- 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 diff --git a/xfce4-screenshooter.spec b/xfce4-screenshooter.spec index 29c1d7b..168947d 100644 --- a/xfce4-screenshooter.spec +++ b/xfce4-screenshooter.spec @@ -22,7 +22,7 @@ %bcond_with git Name: xfce4-screenshooter -Version: 1.10.2 +Version: 1.10.3 Release: 0 Summary: Screenshot Tool for the Xfce Desktop License: GPL-2.0-or-later