Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2017-03-31 15:10:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksystemlog (Old)
 and      /work/SRC/openSUSE:Factory/.ksystemlog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksystemlog"

Fri Mar 31 15:10:07 2017 rev:52 rq:483635 version:17.03.80

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksystemlog/ksystemlog.changes    2017-03-16 
09:40:11.158215405 +0100
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes       
2017-03-31 15:10:23.804671515 +0200
@@ -1,0 +2,16 @@
+Sat Mar 25 23:10:42 CET 2017 - [email protected]
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * Fix wording (2): "by KDE", not "for KDE"
+  * Fix wording: Plasma is the desktop environment
+
+-------------------------------------------------------------------
+Sat Mar 25 14:04:37 UTC 2017 - [email protected]
+
+- Add BuildRequires: pkgconfig(libsystemd)
+
+-------------------------------------------------------------------

Old:
----
  ksystemlog-16.12.3.tar.xz

New:
----
  ksystemlog-17.03.80.tar.xz

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

Other differences:
------------------
++++++ ksystemlog.spec ++++++
--- /var/tmp/diff_new_pack.Szr0PQ/_old  2017-03-31 15:10:24.344595180 +0200
+++ /var/tmp/diff_new_pack.Szr0PQ/_new  2017-03-31 15:10:24.348594614 +0200
@@ -17,10 +17,10 @@
 
 
 Name:           ksystemlog
-Version:        16.12.3
+Version:        17.03.80
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        System Log Viewer Tool
 License:        GPL-2.0
@@ -32,9 +32,11 @@
 BuildRequires:  oxygen5-icon-theme-large
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(libsystemd)
 Obsoletes:      ksystemlog5 < %{version}
 Provides:       ksystemlog5 = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ ksystemlog-16.12.3.tar.xz -> ksystemlog-17.03.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-16.12.3/CMakeLists.txt 
new/ksystemlog-17.03.80/CMakeLists.txt
--- old/ksystemlog-16.12.3/CMakeLists.txt       2017-03-04 11:32:40.000000000 
+0100
+++ new/ksystemlog-17.03.80/CMakeLists.txt      2017-03-20 23:55:28.000000000 
+0100
@@ -1,9 +1,9 @@
 project(KSystemlog)
 
 # KDE Application Version, managed by release script
-set (KDE_APPLICATIONS_VERSION_MAJOR "16")
-set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
+set (KDE_APPLICATIONS_VERSION_MAJOR "17")
+set (KDE_APPLICATIONS_VERSION_MINOR "03")
+set (KDE_APPLICATIONS_VERSION_MICRO "80")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-16.12.3/src/main.cpp 
new/ksystemlog-17.03.80/src/main.cpp
--- old/ksystemlog-16.12.3/src/main.cpp 2017-03-04 11:32:40.000000000 +0100
+++ new/ksystemlog-17.03.80/src/main.cpp        2017-03-20 23:55:28.000000000 
+0100
@@ -41,7 +41,7 @@
     KLocalizedString::setApplicationDomain("ksystemlog");
 
     KAboutData about(QStringLiteral("ksystemlog"), i18n("KSystemlog"), 
QStringLiteral(KSYSTEMLOG_VERSION_STRING),
-                     i18n("System Logs Viewer for KDE"), KAboutLicense::GPL_V2,
+                     i18n("System Logs Viewer by KDE"), KAboutLicense::GPL_V2,
                      i18n("(C) 2007-2015, Nicolas Ternisien"),
                      i18n("Do not hesitate to report bugs and problems to 
Nicolas Ternisien <a "
                           
"href='mailto:[email protected]'>[email protected]</a>"),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ksystemlog-16.12.3/src/modes/xsession/xsessionLogMode.cpp 
new/ksystemlog-17.03.80/src/modes/xsession/xsessionLogMode.cpp
--- old/ksystemlog-16.12.3/src/modes/xsession/xsessionLogMode.cpp       
2017-03-04 11:32:40.000000000 +0100
+++ new/ksystemlog-17.03.80/src/modes/xsession/xsessionLogMode.cpp      
2017-03-20 23:55:28.000000000 +0100
@@ -46,8 +46,8 @@
     d->action->setToolTip(i18n("Display the X Session log."));
     d->action->setWhatsThis(i18n(
         "Displays the X Session log in the current tab. X Session log is the 
place where graphical programs "
-        "write their output. See this log if you want to know why a program 
has crashed, or why your display "
-        "manager (KDE, Gnome,...) has not started."));
+        "write their output. See this log if you want to know why a program 
has crashed, or why your desktop "
+        "environment (Plasma, Gnome, Unity, Xfce, LXQt, ...) has not 
started."));
 
     XSessionConfiguration *configuration = 
logModeConfiguration<XSessionConfiguration *>();
     checkLogFilesPresence(QStringList() << configuration->xsessionPath());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-16.12.3/src/org.kde.ksystemlog.desktop 
new/ksystemlog-17.03.80/src/org.kde.ksystemlog.desktop
--- old/ksystemlog-16.12.3/src/org.kde.ksystemlog.desktop       2017-03-04 
11:32:40.000000000 +0100
+++ new/ksystemlog-17.03.80/src/org.kde.ksystemlog.desktop      2017-03-20 
23:55:28.000000000 +0100
@@ -69,7 +69,7 @@
 
 Comment=System log viewer tool
 Comment[ar]=أداة لعرض سجلّات النّظام
-Comment[ast]=Ferramienta de visor de rexistros del sistema
+Comment[ast]=Ferramienta visora de rexistros del sistema
 Comment[bg]=Инструмент за преглеждане на системните дневници
 Comment[bs]=Alat za pregled sistemski zabilješki
 Comment[ca]=Eina de visualització dels registres del sistema


Reply via email to