Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2015-11-15 12:39:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kruler (Old)
 and      /work/SRC/openSUSE:Factory/.kruler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kruler"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kruler/kruler.changes    2015-10-19 
22:42:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes       2015-11-15 
12:39:25.000000000 +0100
@@ -1,0 +2,9 @@
+Tue Nov 10 20:15:30 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.3
+   * KDE Applications 15.08.3 
+   * https://www.kde.org/announcements/announce-applications-15.08.3.php
+   * boo#954531
+
+
+-------------------------------------------------------------------

Old:
----
  kruler-15.08.2.tar.xz

New:
----
  kruler-15.08.3.tar.xz

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

Other differences:
------------------
++++++ kruler.spec ++++++
--- /var/tmp/diff_new_pack.aMCyyT/_old  2015-11-15 12:39:26.000000000 +0100
+++ /var/tmp/diff_new_pack.aMCyyT/_new  2015-11-15 12:39:26.000000000 +0100
@@ -31,7 +31,7 @@
 License:        GPL-2.0+
 Group:          Productivity/Graphics/Other
 Url:            http://www.kde.org
-Version:        15.08.2
+Version:        15.08.3
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ kruler-15.08.2.tar.xz -> kruler-15.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-15.08.2/main.cpp new/kruler-15.08.3/main.cpp
--- old/kruler-15.08.2/main.cpp 2015-06-19 07:06:13.000000000 +0200
+++ new/kruler-15.08.3/main.cpp 2015-10-12 13:02:27.000000000 +0200
@@ -24,6 +24,8 @@
 
 int main(int argc, char *argv[])
 {
+  QApplication a( argc, argv );
+
   Kdelibs4ConfigMigrator migrate(QLatin1String("kruler"));
   migrate.setConfigFiles(QStringList() << QLatin1String("krulerrc") << 
QLatin1String("kruler.notifyrc"));
   migrate.setUiFiles(QStringList() << QLatin1String("krulerui.rc"));
@@ -38,7 +40,6 @@
   aboutData.addAuthor( i18n( "Till Krech" ), i18n( "Former Maintainer and 
Developer" ), "t...@snafu.de" );
   aboutData.addCredit( i18n( "Gunnstein Lye" ),i18n( "Initial port to KDE 2" 
), "g...@ez.no" );
 
-  QApplication a( argc, argv );
   KAboutData::setApplicationData(aboutData);
 
   KLineal *ruler = new KLineal();


Reply via email to