From 3199ae9c6b9caf117db904aa9d12023f3f6c0588fef170c57049783a990b9a93 Mon Sep 17 00:00:00 2001 From: Maurizio Galli Date: Tue, 19 Mar 2019 05:31:53 +0000 Subject: [PATCH] Accepting request 686077 from home:mauriziogalli:xfce - Update to version 1.9.4 * Enhancements: - Extended save function to also take files (bxo#14156) - Show width and height of selection area (bxo#12664) - Improved imgur dialog (bxo#14973) - Don't save region/delay/show_mouse if region was specified from CLI * Bugs fixed: - React to core X input events when XInput is not available (bxo#15166) - Fix crash and properly handle cursors on HiDPI - Delay in panel plugin does not work (bxo#14604) - Dropped obsolete macros OBS-URL: https://build.opensuse.org/request/show/686077 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-screenshooter?expand=0&rev=44 --- xfce4-screenshooter-1.9.3.tar.bz2 | 3 --- xfce4-screenshooter-1.9.4.tar.bz2 | 3 +++ xfce4-screenshooter.changes | 17 +++++++++++++++++ xfce4-screenshooter.spec | 19 ++++--------------- 4 files changed, 24 insertions(+), 18 deletions(-) delete mode 100644 xfce4-screenshooter-1.9.3.tar.bz2 create mode 100644 xfce4-screenshooter-1.9.4.tar.bz2 diff --git a/xfce4-screenshooter-1.9.3.tar.bz2 b/xfce4-screenshooter-1.9.3.tar.bz2 deleted file mode 100644 index adf49f6..0000000 --- a/xfce4-screenshooter-1.9.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:364ebddc4c9971b4023aa8019d4e3bd08f091b65dc98b218beb55851f69ceda2 -size 502188 diff --git a/xfce4-screenshooter-1.9.4.tar.bz2 b/xfce4-screenshooter-1.9.4.tar.bz2 new file mode 100644 index 0000000..5271352 --- /dev/null +++ b/xfce4-screenshooter-1.9.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f3225b3f73f1feb1869807b8b27aec4c32a3e9c2954915a5fb39d18d3a60f2 +size 500260 diff --git a/xfce4-screenshooter.changes b/xfce4-screenshooter.changes index 1875b96..c764be5 100644 --- a/xfce4-screenshooter.changes +++ b/xfce4-screenshooter.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Mar 18 11:43:57 UTC 2019 - Maurizio Galli + +- Update to version 1.9.4 + * Enhancements: + - Extended save function to also take files (bxo#14156) + - Show width and height of selection area (bxo#12664) + - Improved imgur dialog (bxo#14973) + - Don't save region/delay/show_mouse if region was specified from CLI + + * Bugs fixed: + - React to core X input events when XInput is not available (bxo#15166) + - Fix crash and properly handle cursors on HiDPI + - Delay in panel plugin does not work (bxo#14604) + +- Dropped obsolete macros + ------------------------------------------------------------------- Sun Aug 12 17:03:38 UTC 2018 - seife+obs@b1-systems.com diff --git a/xfce4-screenshooter.spec b/xfce4-screenshooter.spec index 3b78353..923bd01 100644 --- a/xfce4-screenshooter.spec +++ b/xfce4-screenshooter.spec @@ -1,7 +1,7 @@ # # spec file for package xfce4-screenshooter # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -13,14 +13,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define panel_version 4.12.0 Name: xfce4-screenshooter -Version: 1.9.3 +Version: 1.9.4 Release: 0 Summary: Screenshot Tool for the Xfce Desktop License: GPL-2.0-or-later @@ -48,7 +48,6 @@ Requires: libxfce4ui-tools Suggests: xfce4-panel-plugin-screenshooter Obsoletes: xfce4-screenshooter-doc <= 1.8.1 Provides: xfce4-screenshooter-doc = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Xfce4 Screenshooter is a tool for taking screenshots, it can capture the entire @@ -73,7 +72,7 @@ This package contains the xfce4-screenshooter Xfce panel plugin. %build %configure -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -86,16 +85,7 @@ rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libscreenshooterplugin.la %fdupes %{buildroot}%{_datadir} -%post -%desktop_database_post -%icon_theme_cache_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun - %files -%defattr(-,root,root,-) %doc NEWS README TODO %license COPYING %{_bindir}/xfce4-screenshooter @@ -106,7 +96,6 @@ rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libscreenshooterplugin.la %{_mandir}/man1/xfce4-screenshooter.1* %files -n xfce4-panel-plugin-screenshooter -%defattr(-,root,root,-) %{_libdir}/xfce4/panel/plugins/libscreenshooterplugin.so %{_datadir}/xfce4/panel/plugins/screenshooter.desktop