Hello community, here is the log from the commit of package knotifications for openSUSE:Factory checked in at 2019-07-13 13:42:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knotifications (Old) and /work/SRC/openSUSE:Factory/.knotifications.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knotifications" Sat Jul 13 13:42:47 2019 rev:69 rq:714257 version:5.59.0 Changes: -------- --- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes 2019-06-22 11:13:13.596675735 +0200 +++ /work/SRC/openSUSE:Factory/.knotifications.new.4615/knotifications.changes 2019-07-13 13:58:58.134924200 +0200 @@ -1,0 +2,5 @@ +Tue Jul 9 12:49:19 UTC 2019 - [email protected] + +- Add missing Qt5DBus requirement to the devel package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knotifications.spec ++++++ --- /var/tmp/diff_new_pack.xKXXE6/_old 2019-07-13 13:58:58.486924091 +0200 +++ /var/tmp/diff_new_pack.xKXXE6/_new 2019-07-13 13:58:58.490924091 +0200 @@ -32,7 +32,7 @@ URL: https://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf -BuildRequires: cmake >= 3.0 +BuildRequires: cmake >= 3.5 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kcodecs-devel >= %{_kf5_bugfix_version} @@ -41,16 +41,16 @@ BuildRequires: kf5-filesystem BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version} BuildRequires: pkgconfig -BuildRequires: cmake(Qt5DBus) >= 5.6.0 -BuildRequires: cmake(Qt5Test) >= 5.6.0 -BuildRequires: cmake(Qt5TextToSpeech) >= 5.6.0 -BuildRequires: cmake(Qt5Widgets) >= 5.6.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.6.0 +BuildRequires: cmake(Qt5DBus) >= 5.11.0 +BuildRequires: cmake(Qt5Test) >= 5.11.0 +BuildRequires: cmake(Qt5TextToSpeech) >= 5.11.0 +BuildRequires: cmake(Qt5Widgets) >= 5.11.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.11.0 BuildRequires: pkgconfig(dbusmenu-qt5) BuildRequires: pkgconfig(libcanberra) BuildRequires: pkgconfig(x11) %if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0 %endif %description @@ -73,7 +73,8 @@ Group: Development/Libraries/KDE Requires: %{lname} = %{version} Requires: extra-cmake-modules -Requires: cmake(Qt5Widgets) >= 5.6.0 +Requires: cmake(Qt5DBus) >= 5.11.0 +Requires: cmake(Qt5Widgets) >= 5.11.0 %description devel KNotification is used to notify the user of an event. It covers feedback and
