Hello community,

here is the log from the commit of package yast2-journal for openSUSE:Factory 
checked in at 2018-04-16 12:47:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-journal (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-journal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-journal"

Mon Apr 16 12:47:14 2018 rev:7 rq:594801 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-journal/yast2-journal.changes      
2017-03-16 09:50:51.679516436 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-journal.new/yast2-journal.changes 
2018-04-16 12:47:15.648884536 +0200
@@ -1,0 +2,12 @@
+Fri Apr  6 18:51:45 UTC 2018 - mfi...@suse.com
+
+- bnc#1087957 - version bump
+- 4.0.0
+
+-------------------------------------------------------------------
+Tue Aug 29 10:04:29 UTC 2017 - knut.anders...@suse.com
+
+- Escape special search query characters (bsc#1055500)
+- 3.2.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-journal.spec ++++++
--- /var/tmp/diff_new_pack.650SMw/_old  2018-04-16 12:47:16.224863582 +0200
+++ /var/tmp/diff_new_pack.650SMw/_new  2018-04-16 12:47:16.224863582 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-journal
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:           yast2-journal
-Version:        3.2.0
+Version:        4.0.0
 Release:        0
 BuildArch:      noarch
 
@@ -41,7 +41,7 @@
 # First version with Yast::UI.OpenUI and libyui-terminal
 BuildRequires:  libyui-ncurses >= 2.47.1
 
-Url:            https://github.com/ancorgs/yast-journal
+Url:            https://github.com/yast/yast-journal
 Summary:        YaST2 - Reading of systemd journal
 License:        GPL-2.0 or GPL-3.0
 Group:          System/YaST

++++++ yast2-journal-3.2.0.tar.bz2 -> yast2-journal-4.0.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-journal-3.2.0/package/yast2-journal.changes 
new/yast2-journal-4.0.0/package/yast2-journal.changes
--- old/yast2-journal-3.2.0/package/yast2-journal.changes       2017-03-13 
10:54:34.748558165 +0100
+++ new/yast2-journal-4.0.0/package/yast2-journal.changes       2018-04-09 
11:06:00.000000000 +0200
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Fri Apr  6 18:51:45 UTC 2018 - mfi...@suse.com
+
+- bnc#1087957 - version bump
+- 4.0.0
+
+-------------------------------------------------------------------
+Tue Aug 29 10:04:29 UTC 2017 - knut.anders...@suse.com
+
+- Escape special search query characters (bsc#1055500)
+- 3.2.1
+
+-------------------------------------------------------------------
 Mon Mar 13 09:42:03 UTC 2017 - an...@suse.com
 
 - Fixed RPM packaging error (bsc#1029088)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-journal-3.2.0/package/yast2-journal.spec 
new/yast2-journal-4.0.0/package/yast2-journal.spec
--- old/yast2-journal-3.2.0/package/yast2-journal.spec  2017-03-13 
10:54:34.748558165 +0100
+++ new/yast2-journal-4.0.0/package/yast2-journal.spec  2018-04-09 
11:06:00.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-journal
-Version:        3.2.0
+Version:        4.0.0
 Release:        0
 BuildArch:      noarch
 
@@ -43,7 +43,7 @@
 
 Group:          System/YaST
 License:        GPL-2.0 or GPL-3.0
-Url:            https://github.com/ancorgs/yast-journal
+Url:            https://github.com/yast/yast-journal
 Summary:        YaST2 - Reading of systemd journal
 
 %description
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-journal-3.2.0/src/lib/systemd_journal/entries_dialog.rb 
new/yast2-journal-4.0.0/src/lib/systemd_journal/entries_dialog.rb
--- old/yast2-journal-3.2.0/src/lib/systemd_journal/entries_dialog.rb   
2017-03-13 10:54:34.756558165 +0100
+++ new/yast2-journal-4.0.0/src/lib/systemd_journal/entries_dialog.rb   
2018-04-09 11:06:00.000000000 +0200
@@ -98,7 +98,7 @@
     end
 
     def table_items
-      search = Yast::UI.QueryWidget(Id(:search), :Value) || ""
+      search = Regexp.escape(Yast::UI.QueryWidget(Id(:search), :Value) || "")
 
       # Reduce it to an array with only the visible fields
       entries_fields = @query.entries.map do |entry|


Reply via email to