Hello community,

here is the log from the commit of package drkonqi5 for openSUSE:Factory 
checked in at 2019-03-15 10:48:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/drkonqi5 (Old)
 and      /work/SRC/openSUSE:Factory/.drkonqi5.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "drkonqi5"

Fri Mar 15 10:48:53 2019 rev:29 rq:684590 version:5.15.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/drkonqi5/drkonqi5.changes        2019-03-11 
11:13:44.561371742 +0100
+++ /work/SRC/openSUSE:Factory/.drkonqi5.new.28833/drkonqi5.changes     
2019-03-15 10:48:57.537022638 +0100
@@ -1,0 +2,10 @@
+Tue Mar 12 13:15:20 UTC 2019 - [email protected]
+
+- Update to 5.15.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.3.php
+- Changes since 5.15.2:
+  * warning--
+
+-------------------------------------------------------------------

Old:
----
  drkonqi-5.15.2.tar.xz
  drkonqi-5.15.2.tar.xz.sig

New:
----
  drkonqi-5.15.3.tar.xz
  drkonqi-5.15.3.tar.xz.sig

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

Other differences:
------------------
++++++ drkonqi5.spec ++++++
--- /var/tmp/diff_new_pack.T75FRf/_old  2019-03-15 10:48:58.233022460 +0100
+++ /var/tmp/diff_new_pack.T75FRf/_new  2019-03-15 10:48:58.237022459 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
 # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
-Version:        5.15.2
+Version:        5.15.3
 Release:        0
 Summary:        Helper for debugging and reporting crashes
 License:        GPL-2.0-or-later

++++++ drkonqi-5.15.2.tar.xz -> drkonqi-5.15.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drkonqi-5.15.2/CMakeLists.txt 
new/drkonqi-5.15.3/CMakeLists.txt
--- old/drkonqi-5.15.2/CMakeLists.txt   2019-02-26 12:30:39.000000000 +0100
+++ new/drkonqi-5.15.3/CMakeLists.txt   2019-03-12 10:52:10.000000000 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(drkonqi)
-set(PROJECT_VERSION "5.15.2")
+set(PROJECT_VERSION "5.15.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.11.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drkonqi-5.15.2/po/gl/drkonqi5.po 
new/drkonqi-5.15.3/po/gl/drkonqi5.po
--- old/drkonqi-5.15.2/po/gl/drkonqi5.po        2019-02-26 12:30:37.000000000 
+0100
+++ new/drkonqi-5.15.3/po/gl/drkonqi5.po        2019-03-12 10:52:08.000000000 
+0100
@@ -18,7 +18,7 @@
 "Project-Id-Version: drkonqi\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-01-18 07:37+0100\n"
-"PO-Revision-Date: 2019-02-24 11:50+0100\n"
+"PO-Revision-Date: 2019-03-02 12:37+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -1586,7 +1586,7 @@
 msgctxt "@info:tooltip / whatsthis"
 msgid "Select this option to manually load a specific bug report"
 msgstr ""
-"Empregue este botón para ver a información do informe do fallo escollido."
+"Seleccione esta opción para cargar manualmente un informe de fallo concreto"
 
 #: bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp:79
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drkonqi-5.15.2/src/parser/backtraceparserlldb.h 
new/drkonqi-5.15.3/src/parser/backtraceparserlldb.h
--- old/drkonqi-5.15.2/src/parser/backtraceparserlldb.h 2019-02-26 
12:30:34.000000000 +0100
+++ new/drkonqi-5.15.3/src/parser/backtraceparserlldb.h 2019-03-12 
10:52:05.000000000 +0100
@@ -15,6 +15,7 @@
     with this program; if not, write to the Free Software Foundation, Inc.,
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
+
 #ifndef BACKTRACEPARSERLLDB_H
 #define BACKTRACEPARSERLLDB_H
 
@@ -25,13 +26,13 @@
     Q_OBJECT
     Q_DECLARE_PRIVATE(BacktraceParser)
 public:
-    explicit BacktraceParserLldb(QObject *parent = 0);
+    explicit BacktraceParserLldb(QObject *parent = nullptr);
 
 protected Q_SLOTS:
-    virtual void newLine(const QString & lineStr);
+    virtual void newLine(const QString & lineStr) override;
 
 protected:
-    virtual BacktraceParserPrivate *constructPrivate() const;
+    virtual BacktraceParserPrivate *constructPrivate() const override;
 };
 
 #endif // BACKTRACEPARSERLLDB_H



Reply via email to