Hello community,

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

Package is "kbruch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes    2016-03-29 
09:57:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kbruch.new/kbruch.changes       2016-05-29 
03:10:09.000000000 +0200
@@ -1,0 +2,24 @@
+Sat May  7 10:19:19 UTC 2016 - tittiatc...@gmail.com
+
+- 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:57:55 UTC 2016 - tittiatc...@gmail.com
+
+- 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:35:12 UTC 2016 - tittiatc...@gmail.com
+
+- 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:
----
  kbruch-15.12.3.tar.xz

New:
----
  kbruch-16.04.1.tar.xz

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

Other differences:
------------------
++++++ kbruch.spec ++++++
--- /var/tmp/diff_new_pack.9bkgFZ/_old  2016-05-29 03:10:10.000000000 +0200
+++ /var/tmp/diff_new_pack.9bkgFZ/_new  2016-05-29 03:10:10.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kbruch
-Version:        15.12.3
+Version:        16.04.1
 Release:        0
 Summary:        Excercise Fractions
 License:        GPL-2.0+

++++++ kbruch-15.12.3.tar.xz -> kbruch-16.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-15.12.3/CMakeLists.txt 
new/kbruch-16.04.1/CMakeLists.txt
--- old/kbruch-15.12.3/CMakeLists.txt   2016-01-08 14:01:18.000000000 +0100
+++ new/kbruch-16.04.1/CMakeLists.txt   2016-04-16 09:33:57.000000000 +0200
@@ -11,7 +11,7 @@
   Widgets
 )
 
-find_package(KF5 5.0.0 REQUIRED
+find_package(KF5 5.15 REQUIRED
   Config
   Crash
   DocTools
@@ -22,7 +22,7 @@
 
 include(KDEInstallDirs)
 include(KDECMakeSettings)
-include(KDECompilerSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 include(FeatureSummary)
 include(ECMAddAppIcon)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-15.12.3/src/KBruch.cpp 
new/kbruch-16.04.1/src/KBruch.cpp
--- old/kbruch-15.12.3/src/KBruch.cpp   2016-01-08 14:01:18.000000000 +0100
+++ new/kbruch-16.04.1/src/KBruch.cpp   2016-04-16 09:33:57.000000000 +0200
@@ -28,6 +28,7 @@
 
 /* these includes are needed for KDE support */
 #include <KAboutData>
+#include <KCrash>
 #include <KLocalizedString>
 
 /* these includes are needed for Qt support */
@@ -66,6 +67,8 @@
     aboutData.addAuthor(i18n("Tiago Porangaba"), i18n("New interface design 
and usability improvements"), 
QStringLiteral("tiago.porang...@ltia.fc.unesp.br"));
     aboutData.setHomepage(QStringLiteral("http://edu.kde.org/kbruch/";));
 
+    KCrash::initialize();
+
     QCommandLineParser parser;
     KAboutData::setApplicationData(aboutData);
     parser.addVersionOption();


Reply via email to