Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2013-09-09 11:10:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-16 
13:46:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes       
2013-09-09 11:10:59.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:37:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+-------------------------------------------------------------------

Old:
----
  ksystemlog-4.11.0.tar.xz

New:
----
  ksystemlog-4.11.1.tar.xz

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

Other differences:
------------------
++++++ ksystemlog.spec ++++++
--- /var/tmp/diff_new_pack.Jxxqo5/_old  2013-09-09 11:11:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Jxxqo5/_new  2013-09-09 11:11:00.000000000 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  oxygen-icon-theme-large
 Url:            http://www.kde.org
-Version:        4.11.0
+Version:        4.11.1
 Release:        0
 Summary:        System Log Viewer Tool
 License:        GPL-2.0

++++++ ksystemlog-4.11.0.tar.xz -> ksystemlog-4.11.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-4.11.0/tests/systemAnalyzerTest.cpp 
new/ksystemlog-4.11.1/tests/systemAnalyzerTest.cpp
--- old/ksystemlog-4.11.0/tests/systemAnalyzerTest.cpp  2013-07-10 
01:43:55.000000000 +0200
+++ new/ksystemlog-4.11.1/tests/systemAnalyzerTest.cpp  2013-08-28 
19:15:26.000000000 +0200
@@ -206,46 +206,39 @@
        QStringList items;
     
        const int year = QDate::currentDate().year();
-
+       QSKIP("This test/code is broken", SkipAll);
+    
        //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);

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

Reply via email to