Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package featherpad for openSUSE:Factory checked in at 2022-08-03 21:16:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/featherpad (Old) and /work/SRC/openSUSE:Factory/.featherpad.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "featherpad" Wed Aug 3 21:16:45 2022 rev:26 rq:992450 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/featherpad/featherpad.changes 2022-06-17 21:23:28.210804518 +0200 +++ /work/SRC/openSUSE:Factory/.featherpad.new.1533/featherpad.changes 2022-08-03 21:17:01.551493696 +0200 @@ -1,0 +2,16 @@ +Wed Aug 3 06:58:13 UTC 2022 - Michael Vetter <[email protected]> + +- Updtae to 1.3.1: + * D-Bus is used ??? instead of the old, network-based method ??? for + making the app have a single process. D-Bus is faster, more + versatile, and much more reliable, especially under + extreme circumstances. + FeatherPad still works under non-Linux systems without D-Bus, + but as a multi-process app. + * The qmake compilation has been removed. Its maintenance wasn't + justified, especially with D-Bus. + * A workaround has been added for a Qt5 bug that caused a crash + if SIGTERM was sent while the replacement dock was visible. + The bug doesn't exist in Qt6. + +------------------------------------------------------------------- Old: ---- V1.3.0.tar.gz New: ---- V1.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ featherpad.spec ++++++ --- /var/tmp/diff_new_pack.KrVAmV/_old 2022-08-03 21:17:02.095495124 +0200 +++ /var/tmp/diff_new_pack.KrVAmV/_new 2022-08-03 21:17:02.099495135 +0200 @@ -17,7 +17,7 @@ Name: featherpad -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Qt5-based plaintext editor License: GPL-3.0-only @@ -25,6 +25,7 @@ URL: https://github.com/tsujan/FeatherPad Source: https://github.com/tsujan/FeatherPad/archive/V%{version}.tar.gz BuildRequires: cmake +BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -39,11 +40,6 @@ BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(hunspell) BuildRequires: pkgconfig(x11) -%if 0%{?suse_version} == 1315 -BuildRequires: gcc7-c++ -%else -BuildRequires: gcc-c++ -%endif %description FeatherPad is a Qt5-based plain-text editor. It is independent of any desktop environment and has: @@ -65,15 +61,11 @@ %setup -q -n FeatherPad-%{version} %build -%qmake5 \ -%if 0%{?suse_version} == 1315 - QMAKE_CXX=%{_bindir}/g++-7 -%endif - -%make_jobs +%cmake +%make_build %install -%qmake5_install +%cmake_install %find_lang %{name} --with-qt ++++++ V1.3.0.tar.gz -> V1.3.1.tar.gz ++++++ ++++ 31484 lines of diff (skipped)
