Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2015-05-15 09:57:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcharselect (Old)
 and      /work/SRC/openSUSE:Factory/.kcharselect.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcharselect"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2015-05-11 
18:51:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcharselect.new/kcharselect.changes     
2015-05-15 09:57:34.000000000 +0200
@@ -1,0 +2,8 @@
+Mon May 11 10:51:09 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+-------------------------------------------------------------------

Old:
----
  kcharselect-15.04.0.tar.xz

New:
----
  kcharselect-15.04.1.tar.xz

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

Other differences:
------------------
++++++ kcharselect.spec ++++++
--- /var/tmp/diff_new_pack.rrbgO7/_old  2015-05-15 09:57:34.000000000 +0200
+++ /var/tmp/diff_new_pack.rrbgO7/_new  2015-05-15 09:57:34.000000000 +0200
@@ -30,7 +30,7 @@
 Summary:        KDE Character Selector
 License:        GPL-2.0+
 Group:          Productivity/Other
-Version:        15.04.0
+Version:        15.04.1
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ kcharselect-15.04.0.tar.xz -> kcharselect-15.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-15.04.0/main.cc 
new/kcharselect-15.04.1/main.cc
--- old/kcharselect-15.04.0/main.cc     2015-03-27 07:58:25.000000000 +0100
+++ new/kcharselect-15.04.1/main.cc     2015-04-13 21:32:35.000000000 +0200
@@ -25,6 +25,8 @@
 
 int main(int argc, char **argv)
 {
+  QApplication app( argc, argv );
+
   Kdelibs4ConfigMigrator migrate(QLatin1String("kcharselect"));
   migrate.setConfigFiles(QStringList() << QLatin1String("kcharselectrc"));
   migrate.setUiFiles(QStringList() << QLatin1String("kcharselectui.rc"));
@@ -48,7 +50,6 @@
         "ben+kcharsel...@meyerhome.net" );
   aboutData.addCredit( i18n("Bryce Nesbitt"), i18n("RTL support") );
 
-  QApplication app( argc, argv );
   KAboutData::setApplicationData( aboutData );
   app.setWindowIcon( QIcon::fromTheme( QLatin1String( 
"accessories-character-map" )));
 


Reply via email to