Hello community, here is the log from the commit of package cervisia for openSUSE:Factory checked in at 2014-07-16 16:16:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cervisia (Old) and /work/SRC/openSUSE:Factory/.cervisia.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cervisia" Changes: -------- --- /work/SRC/openSUSE:Factory/cervisia/cervisia.changes 2014-06-19 13:19:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cervisia.new/cervisia.changes 2014-07-16 16:16:41.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jul 10 22:16:13 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: ---- cervisia-4.13.2.tar.xz New: ---- cervisia-4.13.80.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cervisia.spec ++++++ --- /var/tmp/diff_new_pack.COxOyT/_old 2014-07-16 16:16:42.000000000 +0200 +++ /var/tmp/diff_new_pack.COxOyT/_new 2014-07-16 16:16:42.000000000 +0200 @@ -23,7 +23,7 @@ License: GPL-2.0 and GFDL-1.2 and LGPL-2.0 Group: Development/Tools/Version Control Url: http://www.kde.org/ -Version: 4.13.2 +Version: 4.13.80 Release: 0 Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ cervisia-4.13.2.tar.xz -> cervisia-4.13.80.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cervisia-4.13.2/cervisiashell.cpp new/cervisia-4.13.80/cervisiashell.cpp --- old/cervisia-4.13.2/cervisiashell.cpp 2013-12-16 05:03:13.000000000 +0100 +++ new/cervisia-4.13.80/cervisiashell.cpp 2014-04-27 13:30:58.000000000 +0200 @@ -163,10 +163,10 @@ applyMainWindowSettings( KGlobal::config()->group( autoSaveGroup() ) ); } -bool CervisiaShell::queryExit() +void CervisiaShell::closeEvent(QCloseEvent *event) { writeSettings(); - return true; + KParts::MainWindow::closeEvent(event); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cervisia-4.13.2/cervisiashell.h new/cervisia-4.13.80/cervisiashell.h --- old/cervisia-4.13.2/cervisiashell.h 2013-12-16 05:03:13.000000000 +0100 +++ new/cervisia-4.13.80/cervisiashell.h 2014-04-27 13:30:58.000000000 +0200 @@ -50,7 +50,7 @@ protected: void setupActions(); - bool queryExit(); + void closeEvent(QCloseEvent *event); virtual void readProperties(const KConfigGroup& config); virtual void saveProperties(KConfigGroup& config); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
