Hello community, here is the log from the commit of package screengrab for openSUSE:Factory checked in at 2020-01-23 15:54:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/screengrab (Old) and /work/SRC/openSUSE:Factory/.screengrab.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "screengrab" Thu Jan 23 15:54:51 2020 rev:5 rq:766495 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/screengrab/screengrab.changes 2019-03-01 16:49:49.657744691 +0100 +++ /work/SRC/openSUSE:Factory/.screengrab.new.26092/screengrab.changes 2020-01-23 15:55:01.651098595 +0100 @@ -1,0 +2,25 @@ +Thu Jan 23 08:31:15 UTC 2020 - Michael Vetter <[email protected]> + +- Update to 2.0.0: + * Improved translations + * Improved user experience (less noise with command line, better + screen area instructions and better off-screen screenshots). + * Code update and clean-up, including the removal of the + deprecated class QDesktopWidget. + * Bumped screengrab version to 2.0.0 + * Updated translations + * Removed Qxt + * Fixed typo in function name + * Set min. Qt version to 5.10.0 + * Removed upload module (#183) + * Removed QDesktopWidget + * Removed (duplicated) string casts definitions + * Deleted useless warning fixes #174 + * Make CMakeLists.txt a bit more strict + * Updated QtXdg minimum required version + * Use the new QtXdg XdgMimeApps class + * Improved Screen Area instructions (#162) + * Don't use automatic string conversions + * Avoid char raw strings literals memory allocations + +------------------------------------------------------------------- Old: ---- screengrab-1.101.tar.xz screengrab-1.101.tar.xz.asc New: ---- screengrab-2.0.0.tar.xz screengrab-2.0.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ screengrab.spec ++++++ --- /var/tmp/diff_new_pack.tON9ye/_old 2020-01-23 15:55:02.775099202 +0100 +++ /var/tmp/diff_new_pack.tON9ye/_new 2020-01-23 15:55:02.775099202 +0100 @@ -1,7 +1,7 @@ # # spec file for package screengrab # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # 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/ # Name: screengrab -Version: 1.101 +Version: 2.0.0 Release: 0 Summary: Qt tool for creating screenshots License: GPL-2.0-only @@ -30,15 +30,15 @@ BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig -BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(KF5WindowSystem) >= 5.36.0 BuildRequires: cmake(Qt5LinguistTools) -BuildRequires: pkgconfig(Qt5Core) >= 5.7.1 +BuildRequires: pkgconfig(Qt5Core) >= 5.10.0 BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5X11Extras) -BuildRequires: pkgconfig(Qt5Xdg) +BuildRequires: pkgconfig(Qt5Xdg) >= 3.4.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11-xcb) BuildRequires: pkgconfig(xcb) @@ -78,6 +78,6 @@ %files lang -f %{name}.lang %dir %{_datadir}/%{name} -%dir %{_datadir}/%{name}/translations +%{_datadir}/%{name}/translations %changelog ++++++ screengrab-1.101.tar.xz -> screengrab-2.0.0.tar.xz ++++++ ++++ 21644 lines of diff (skipped)
