Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-08-29 15:07:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and      /work/SRC/openSUSE:Factory/.knotifications.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knotifications"

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes    
2016-07-15 12:37:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes       
2016-08-29 15:07:41.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Aug  7 21:55:08 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * Don't set parent of sublayout manually, silences warning
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+-------------------------------------------------------------------

Old:
----
  knotifications-5.24.0.tar.xz

New:
----
  knotifications-5.25.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ knotifications.spec ++++++
--- /var/tmp/diff_new_pack.QaFKAJ/_old  2016-08-29 15:07:42.000000000 +0200
+++ /var/tmp/diff_new_pack.QaFKAJ/_new  2016-08-29 15:07:42.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:           knotifications
-Version:        5.24.0
+Version:        5.25.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -32,13 +32,13 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
 %endif
 BuildRequires:  phonon4qt5-devel
-BuildRequires:  cmake(Qt5DBus) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.5.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(x11)
 Summary:        KDE Desktop notifications
@@ -69,7 +69,7 @@
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
 Requires:       extra-cmake-modules
-Requires:       cmake(Qt5Widgets) >= 5.4.0
+Requires:       cmake(Qt5Widgets) >= 5.5.0
 
 %description devel
 KNotification is used to notify the user of an event. It covers feedback and

++++++ knotifications-5.24.0.tar.xz -> knotifications-5.25.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.24.0/CMakeLists.txt 
new/knotifications-5.25.0/CMakeLists.txt
--- old/knotifications-5.24.0/CMakeLists.txt    2016-07-03 11:19:42.000000000 
+0200
+++ new/knotifications-5.25.0/CMakeLists.txt    2016-08-07 15:54:24.000000000 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
@@ -28,7 +28,7 @@
                         SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.24.0/metainfo.yaml 
new/knotifications-5.25.0/metainfo.yaml
--- old/knotifications-5.24.0/metainfo.yaml     2016-07-03 11:19:42.000000000 
+0200
+++ new/knotifications-5.25.0/metainfo.yaml     2016-08-07 15:54:24.000000000 
+0200
@@ -3,6 +3,9 @@
 tier: 2
 type: solution
 platforms:
+    - name: Linux
+    - name: Windows
+    - name: MacOSX
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.24.0/src/kpassivepopup.cpp 
new/knotifications-5.25.0/src/kpassivepopup.cpp
--- old/knotifications-5.24.0/src/kpassivepopup.cpp     2016-07-03 
11:19:42.000000000 +0200
+++ new/knotifications-5.25.0/src/kpassivepopup.cpp     2016-08-07 
15:54:24.000000000 +0200
@@ -315,7 +315,7 @@
 
     QHBoxLayout *hb = 0;
     if (!icon.isNull()) {
-        hb = new QHBoxLayout(top);
+        hb = new QHBoxLayout;
         hb->setMargin(0);
         vb->addLayout(hb);
         d->ttlIcon = new QLabel(top);


Reply via email to