Hello community,

here is the log from the commit of package blinken for openSUSE:Factory checked 
in at 2016-05-29 03:10:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blinken (Old)
 and      /work/SRC/openSUSE:Factory/.blinken.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blinken"

Changes:
--------
--- /work/SRC/openSUSE:Factory/blinken/blinken.changes  2016-03-29 
09:56:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.blinken.new/blinken.changes     2016-05-29 
03:10:49.000000000 +0200
@@ -1,0 +2,24 @@
+Sat May  7 10:10:47 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.04.1
+   * KDE Applications 16.04.1
+   * https://www.kde.org/announcements/announce-applications-16.04.1.php
+
+
+-------------------------------------------------------------------
+Sun Apr 17 05:49:49 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.04.0
+   * KDE Applications 16.04.0
+   * https://www.kde.org/announcements/announce-applications-16.04.0.php
+
+
+-------------------------------------------------------------------
+Mon Apr 11 06:30:36 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.03.90
+   * KDE Applications 16.04.0 RC
+   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
+
+
+-------------------------------------------------------------------

Old:
----
  blinken-15.12.3.tar.xz

New:
----
  blinken-16.04.1.tar.xz

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

Other differences:
------------------
++++++ blinken.spec ++++++
--- /var/tmp/diff_new_pack.FdN7jQ/_old  2016-05-29 03:10:50.000000000 +0200
+++ /var/tmp/diff_new_pack.FdN7jQ/_new  2016-05-29 03:10:50.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           blinken
-Version:        15.12.3
+Version:        16.04.1
 Release:        0
 Summary:        Simon Says Game
 License:        GPL-2.0+
@@ -36,6 +36,7 @@
 BuildRequires:  kguiaddons-devel
 BuildRequires:  kdoctools-devel
 BuildRequires:  kdbusaddons-devel
+BuildRequires:  kcrash-devel
 BuildRequires:  phonon4qt5-devel
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}

++++++ blinken-15.12.3.tar.xz -> blinken-16.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-15.12.3/CMakeLists.txt 
new/blinken-16.04.1/CMakeLists.txt
--- old/blinken-15.12.3/CMakeLists.txt  2016-01-30 11:41:06.000000000 +0100
+++ new/blinken-16.04.1/CMakeLists.txt  2016-04-16 09:47:43.000000000 +0200
@@ -14,13 +14,13 @@
 find_package (Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Widgets Svg)
 
 find_package (KF5 REQUIRED COMPONENTS
-    I18n XmlGui GuiAddons DocTools DBusAddons
+    I18n XmlGui GuiAddons DocTools DBusAddons Crash
 )
 
 find_package (Phonon4Qt5)
 
 include(KDEInstallDirs)
-include(KDECompilerSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 include(FeatureSummary)
 include(ECMAddAppIcon)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-15.12.3/src/CMakeLists.txt 
new/blinken-16.04.1/src/CMakeLists.txt
--- old/blinken-15.12.3/src/CMakeLists.txt      2016-01-30 11:41:06.000000000 
+0100
+++ new/blinken-16.04.1/src/CMakeLists.txt      2016-04-16 09:47:43.000000000 
+0200
@@ -23,6 +23,7 @@
     KF5::GuiAddons
     Qt5::Svg
     KF5::DBusAddons
+    KF5::Crash
     ${PHONON_LIBRARIES}
     )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-15.12.3/src/main.cpp 
new/blinken-16.04.1/src/main.cpp
--- old/blinken-15.12.3/src/main.cpp    2016-01-30 11:41:06.000000000 +0100
+++ new/blinken-16.04.1/src/main.cpp    2016-04-16 09:47:43.000000000 +0200
@@ -11,6 +11,7 @@
 
 #include <kaboutdata.h>
 #include <klocalizedstring.h>
+#include <KCrash>
 #include <KDBusService>
 #include <kdelibs4configmigrator.h>
 
@@ -33,6 +34,8 @@
 
        KAboutData::setApplicationData(about);
 
+       KCrash::initialize();
+
        Kdelibs4ConfigMigrator migrate(QStringLiteral("blinken"));
        migrate.setConfigFiles(QStringList() << QStringLiteral("blinkenrc"));
        migrate.migrate();


Reply via email to