Hello community,

here is the log from the commit of package yast2-journal for openSUSE:Factory 
checked in at 2015-08-21 07:40:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-journal (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-journal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-journal"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-journal/yast2-journal.changes      
2015-08-05 19:14:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-journal.new/yast2-journal.changes 
2015-08-21 07:40:59.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Aug 18 13:47:54 UTC 2015 - an...@suse.com
+
+- Handle strange journal entries with non-textual messages
+  (bnc#941655)
+- 3.1.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-journal-3.1.1.tar.bz2

New:
----
  yast2-journal-3.1.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-journal.spec ++++++
--- /var/tmp/diff_new_pack.dStl3l/_old  2015-08-21 07:40:59.000000000 +0200
+++ /var/tmp/diff_new_pack.dStl3l/_new  2015-08-21 07:40:59.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-journal
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 BuildArch:      noarch
 

++++++ yast2-journal-3.1.1.tar.bz2 -> yast2-journal-3.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-journal-3.1.1/package/yast2-journal.changes 
new/yast2-journal-3.1.2/package/yast2-journal.changes
--- old/yast2-journal-3.1.1/package/yast2-journal.changes       2015-07-31 
15:42:27.000000000 +0200
+++ new/yast2-journal-3.1.2/package/yast2-journal.changes       2015-08-18 
16:12:08.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Aug 18 13:47:54 UTC 2015 - an...@suse.com
+
+- Handle strange journal entries with non-textual messages
+  (bnc#941655)
+- 3.1.2
+
+-------------------------------------------------------------------
 Fri Jul 31 13:18:29 UTC 2015 - an...@suse.com
 
 - Synced version numbering with the rest of YaST modules (last
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-journal-3.1.1/package/yast2-journal.spec 
new/yast2-journal-3.1.2/package/yast2-journal.spec
--- old/yast2-journal-3.1.1/package/yast2-journal.spec  2015-07-31 
15:42:27.000000000 +0200
+++ new/yast2-journal-3.1.2/package/yast2-journal.spec  2015-08-18 
16:12:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-journal
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 BuildArch:      noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-journal-3.1.1/src/lib/systemd_journal/entry_presenter.rb 
new/yast2-journal-3.1.2/src/lib/systemd_journal/entry_presenter.rb
--- old/yast2-journal-3.1.1/src/lib/systemd_journal/entry_presenter.rb  
2015-07-31 15:42:27.000000000 +0200
+++ new/yast2-journal-3.1.2/src/lib/systemd_journal/entry_presenter.rb  
2015-08-18 16:12:08.000000000 +0200
@@ -49,5 +49,11 @@
     def formatted_time
       Yast::Builtins.strftime(timestamp, TIME_FORMAT)
     end
+
+    # Message string
+    def message
+      # bnc#941655 was caused by this field being an array in journalctl's json
+      entry.message.to_s
+    end
   end
 end


Reply via email to