Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2013-07-22 17:18:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksystemlog (Old)
 and      /work/SRC/openSUSE:Factory/.ksystemlog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksystemlog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksystemlog/ksystemlog.changes    2013-07-08 
07:28:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes       
2013-07-22 17:18:46.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jul 15 08:13:56 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+-------------------------------------------------------------------

Old:
----
  ksystemlog-4.10.90.tar.xz

New:
----
  ksystemlog-4.10.95.tar.xz

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

Other differences:
------------------
++++++ ksystemlog.spec ++++++
--- /var/tmp/diff_new_pack.ZVwhtF/_old  2013-07-22 17:18:47.000000000 +0200
+++ /var/tmp/diff_new_pack.ZVwhtF/_new  2013-07-22 17:18:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ksystemlog (Version 4.7.80_20111122)
+# spec file for package ksystemlog
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:           ksystemlog
-BuildRequires:  libkde4-devel oxygen-icon-theme-large
+BuildRequires:  libkde4-devel
+BuildRequires:  oxygen-icon-theme-large
 Url:            http://www.kde.org
-Version:        4.10.90
+Version:        4.10.95
 Release:        0
+Summary:        System Log Viewer Tool
 License:        GPL-2.0
 Group:          System/Monitoring
-Summary:        System Log Viewer Tool
 Source0:        %{name}-%{version}.tar.xz
 Patch1:         ksystemlog_suse_log_locations.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -63,7 +64,6 @@
 %clean
   rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root)
 %doc COPYING

++++++ ksystemlog-4.10.90.tar.xz -> ksystemlog-4.10.95.tar.xz ++++++
Files old/ksystemlog-4.10.90/doc/index.cache.bz2 and 
new/ksystemlog-4.10.95/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-4.10.90/tests/systemAnalyzerTest.cpp 
new/ksystemlog-4.10.95/tests/systemAnalyzerTest.cpp
--- old/ksystemlog-4.10.90/tests/systemAnalyzerTest.cpp 2013-06-25 
20:40:14.000000000 +0200
+++ new/ksystemlog-4.10.95/tests/systemAnalyzerTest.cpp 2013-07-10 
01:43:55.000000000 +0200
@@ -209,35 +209,43 @@
 
        //Classical log line
        items = QStringList() << QLatin1String("localhost") << 
QLatin1String("kernel") << QLatin1String("Kernel panic");
+       QEXPECT_FAIL("", "This test/code is broken", Abort);
        testUtil.testLine(model->logLines().at(0), logFiles.at(0).url().path(), 
logFiles.at(0).defaultLogLevel(), QDateTime(QDate(year, 8, 10), QTime(17, 04, 
28)), items);
 
        //-- MARK -- log line
        items = QStringList() << QLatin1String("localhost") << 
QLatin1String("syslog") << QLatin1String("-- MARK --");
+       QEXPECT_FAIL("", "This test/code is broken", Abort);
        testUtil.testLine(model->logLines().at(1), logFiles.at(0).url().path(), 
logFiles.at(0).defaultLogLevel(), QDateTime(QDate(year, 8, 11), QTime(13, 49, 
38)), items);
 
        //Last message repeated n time log line
        items = QStringList() << QLatin1String("localhost") << 
QLatin1String("syslog") << QLatin1String("last message repeated 4 times");
+       QEXPECT_FAIL("", "This test/code is broken", Abort);
        testUtil.testLine(model->logLines().at(2), logFiles.at(0).url().path(), 
logFiles.at(0).defaultLogLevel(), QDateTime(QDate(year, 8, 12), QTime(18, 10, 
32)), items);
 
        //"Aug 13 17:04:28 testprocess: Say ouhou  " -> No host name
        items = QStringList() << undefined << QLatin1String("testprocess") << 
QLatin1String("Say ouhou  ");
+       QEXPECT_FAIL("", "This test/code is broken", Abort);
        testUtil.testLine(model->logLines().at(3), logFiles.at(0).url().path(), 
logFiles.at(0).defaultLogLevel(), QDateTime(QDate(year, 8, 13), QTime(17, 04, 
28)), items);
 
        //"Aug 14 17:04:28 localhost kernel say ouhou" -> No process name and 
not a syslog message
        items = QStringList() << QLatin1String("localhost") << undefined << 
QLatin1String("kernel say ouhou");
+       QEXPECT_FAIL("", "This test/code is broken", Abort);
        testUtil.testLine(model->logLines().at(4), logFiles.at(0).url().path(), 
logFiles.at(0).defaultLogLevel(), QDateTime(QDate(year, 8, 14), QTime(17, 04, 
28)), items);
 
        //"Aug 15 22:39:01 localhost /USR/SBIN/CRON[9433]: (root) CMD (  [ -d 
/var/lib/php5 ] && find /var/lib/php5/ -type f -cmin 
+$(/usr/lib/php5/maxlifetime) -print0 | xargs -r -0 rm)" -> Long log line
        items = QStringList() << QLatin1String("localhost") << 
QLatin1String("/USR/SBIN/CRON[9433]")
                        << QLatin1String("(root) CMD (  [ -d /var/lib/php5 ] && 
find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs 
-r -0 rm)");
+       QEXPECT_FAIL("", "This test/code is broken", Abort);
        testUtil.testLine(model->logLines().at(5), logFiles.at(0).url().path(), 
logFiles.at(0).defaultLogLevel(), QDateTime(QDate(year, 8, 15), QTime(22, 39, 
01)), items);
 
        //"blablalbla" -> Invalid line
        items = QStringList() << undefined << undefined << QLatin1String("");
+       QEXPECT_FAIL("", "This test/code is broken", Abort);
        QCOMPARE(model->logLines().at(6)->logItems(), items);
 
        //"" -> Empty line
        items = QStringList() << undefined << undefined << 
QLatin1String("blablalbla");
+       QEXPECT_FAIL("", "This test/code is broken", Abort);
        QCOMPARE(model->logLines().at(7)->logItems(), items);
 
        testUtil.destroyReader(systemAnalyzer);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-4.10.90/tests/testUtil.cpp 
new/ksystemlog-4.10.95/tests/testUtil.cpp
--- old/ksystemlog-4.10.90/tests/testUtil.cpp   2013-06-10 22:02:14.000000000 
+0200
+++ new/ksystemlog-4.10.95/tests/testUtil.cpp   2013-07-10 01:43:55.000000000 
+0200
@@ -94,9 +94,9 @@
                const QDateTime& time,
                const QStringList& items) const {
        
+       QCOMPARE (line->time(), time);
        QCOMPARE (line->sourceFileName(), originalFileName);
        QCOMPARE (line->logLevel()->id(), logLevel->id());
-       QCOMPARE (line->time(), time);
 
        //Test log line items
        QStringList logItems = line->logItems(); 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to