Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2014-07-16 16:17:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-06-19 
13:16:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcharselect.new/kcharselect.changes     
2014-07-16 16:17:13.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:16:41 UTC 2014 - [email protected]
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  kcharselect-4.13.2.tar.xz

New:
----
  kcharselect-4.13.80.tar.xz

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

Other differences:
------------------
++++++ kcharselect.spec ++++++
--- /var/tmp/diff_new_pack.yOOumO/_old  2014-07-16 16:17:14.000000000 +0200
+++ /var/tmp/diff_new_pack.yOOumO/_new  2014-07-16 16:17:14.000000000 +0200
@@ -22,7 +22,7 @@
 Summary:        KDE Character Selector
 License:        GPL-2.0+
 Group:          Productivity/Other
-Version:        4.13.2
+Version:        4.13.80
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ kcharselect-4.13.2.tar.xz -> kcharselect-4.13.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-4.13.2/kcharselectdia.cc 
new/kcharselect-4.13.80/kcharselectdia.cc
--- old/kcharselect-4.13.2/kcharselectdia.cc    2014-01-12 05:10:36.000000000 
+0100
+++ new/kcharselect-4.13.80/kcharselectdia.cc   2014-04-27 00:43:43.000000000 
+0200
@@ -129,7 +129,7 @@
 }
 
 //==================================================================
-bool KCharSelectDia::queryExit()
+void KCharSelectDia::closeEvent(QCloseEvent *event)
 {
   KSharedConfig::Ptr config = KGlobal::config();
   KConfigGroup gr = config->group("General");
@@ -138,7 +138,7 @@
   gr.writeEntry("char", static_cast<int>(vChr.unicode()));
   gr.writeEntry("rtl", _rtl);
 
-  return true;
+  KXmlGuiWindow::closeEvent(event);
 }
 
 //==================================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-4.13.2/kcharselectdia.h 
new/kcharselect-4.13.80/kcharselectdia.h
--- old/kcharselect-4.13.2/kcharselectdia.h     2014-01-12 05:10:36.000000000 
+0100
+++ new/kcharselect-4.13.80/kcharselectdia.h    2014-04-27 00:43:43.000000000 
+0200
@@ -38,7 +38,7 @@
   KCharSelectDia();
 
 protected:
-  virtual bool queryExit();
+  void closeEvent(QCloseEvent *event);
 
   QGridLayout *grid;
   KCharSelect *charSelect;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to