Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package featherpad for openSUSE:Factory checked in at 2024-02-20 21:13:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/featherpad (Old) and /work/SRC/openSUSE:Factory/.featherpad.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "featherpad" Tue Feb 20 21:13:05 2024 rev:33 rq:1147510 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/featherpad/featherpad.changes 2023-06-23 21:52:52.746709318 +0200 +++ /work/SRC/openSUSE:Factory/.featherpad.new.1706/featherpad.changes 2024-02-20 21:13:05.567103047 +0100 @@ -1,0 +2,15 @@ +Mon Feb 19 07:35:59 UTC 2024 - Michael Vetter <[email protected]> + +- Update to 1.5.0: + * Removed Qt5 support. With this change, the legacy encodings are + also dropped because Qt6 does not support them. If you still have + documents in legacy encodings, you could convert them to UTF-8 + with a tool like iconv. + * Prevented the cursor position from being changed when files are + dragged and dropped into the text view. + * Regex replacement with capturing groups is supported. + * Fixed a rare issue in the geometry of a warning bar that is + animated during window resizing. + * Miscellaneous small fixes and enhancements. + +------------------------------------------------------------------- Old: ---- V1.4.1.tar.gz New: ---- V1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ featherpad.spec ++++++ --- /var/tmp/diff_new_pack.hZSnv3/_old 2024-02-20 21:13:06.103122498 +0100 +++ /var/tmp/diff_new_pack.hZSnv3/_new 2024-02-20 21:13:06.107122643 +0100 @@ -1,7 +1,7 @@ # # spec file for package featherpad # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: featherpad -Version: 1.4.1 +Version: 1.5.0 Release: 0 Summary: Qt5-based plaintext editor License: GPL-3.0-only @@ -29,15 +29,14 @@ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: cmake(Qt5LinguistTools) -BuildRequires: pkgconfig(Qt5Core) >= 5.15 -BuildRequires: pkgconfig(Qt5DBus) -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Network) -BuildRequires: pkgconfig(Qt5PrintSupport) -BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5X11Extras) +BuildRequires: cmake(Qt6LinguistTools) +BuildRequires: pkgconfig(Qt6Core) >= 5.15 +BuildRequires: pkgconfig(Qt6DBus) +BuildRequires: pkgconfig(Qt6Gui) +BuildRequires: pkgconfig(Qt6Network) +BuildRequires: pkgconfig(Qt6PrintSupport) +BuildRequires: pkgconfig(Qt6Svg) +BuildRequires: pkgconfig(Qt6Widgets) BuildRequires: pkgconfig(hunspell) BuildRequires: pkgconfig(x11) ++++++ V1.4.1.tar.gz -> V1.5.0.tar.gz ++++++ ++++ 61595 lines of diff (skipped)
