Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2016-07-24 19:49:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "umbrello" Changes: -------- --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes 2016-06-25 02:20:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes 2016-07-24 19:49:57.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Jul 8 09:26:58 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.3 + * KDE Applications 16.04.3 + * https://www.kde.org/announcements/announce-applications-16.04.3.php + + +------------------------------------------------------------------- Old: ---- umbrello-16.04.2.tar.xz New: ---- umbrello-16.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ umbrello.spec ++++++ --- /var/tmp/diff_new_pack.hQZHOe/_old 2016-07-24 19:49:59.000000000 +0200 +++ /var/tmp/diff_new_pack.hQZHOe/_new 2016-07-24 19:49:59.000000000 +0200 @@ -24,7 +24,7 @@ License: GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url: http://www.kde.org/ -Version: 16.04.2 +Version: 16.04.3 Release: 0 Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ umbrello-16.04.2.tar.xz -> umbrello-16.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.04.2/CMakeLists.txt new/umbrello-16.04.3/CMakeLists.txt --- old/umbrello-16.04.2/CMakeLists.txt 2016-06-07 14:21:24.000000000 +0200 +++ new/umbrello-16.04.3/CMakeLists.txt 2016-07-05 00:34:40.000000000 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "16") set (KDE_APPLICATIONS_VERSION_MINOR "04") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set(UMBRELLO_VERSION_MAJOR "2") MATH(EXPR UMBRELLO_VERSION_MINOR "15+${KDE_APPLICATIONS_VERSION_MINOR}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.04.2/umbrello/umlwidgets/notewidget.cpp new/umbrello-16.04.3/umbrello/umlwidgets/notewidget.cpp --- old/umbrello-16.04.2/umbrello/umlwidgets/notewidget.cpp 2016-06-07 14:21:24.000000000 +0200 +++ new/umbrello-16.04.3/umbrello/umlwidgets/notewidget.cpp 2016-07-05 00:34:40.000000000 +0200 @@ -35,7 +35,7 @@ #include <QInputDialog> #endif -NoteWidget * NoteWidget::s_pCurrentNote; +QPointer<NoteWidget> NoteWidget::s_pCurrentNote; /** * Constructs a NoteWidget. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/umbrello-16.04.2/umbrello/umlwidgets/notewidget.h new/umbrello-16.04.3/umbrello/umlwidgets/notewidget.h --- old/umbrello-16.04.2/umbrello/umlwidgets/notewidget.h 2016-06-07 14:21:24.000000000 +0200 +++ new/umbrello-16.04.3/umbrello/umlwidgets/notewidget.h 2016-07-05 00:34:40.000000000 +0200 @@ -63,7 +63,7 @@ virtual bool loadFromXMI(QDomElement & qElement); virtual void saveToXMI(QDomDocument & qDoc, QDomElement & qElement); - static NoteWidget *s_pCurrentNote; + static QPointer<NoteWidget> s_pCurrentNote; public Q_SLOTS: void slotMenuSelection(QAction* action);
