Hello community,

here is the log from the commit of package libyui-ncurses-pkg for 
openSUSE:Factory checked in at 2013-02-21 14:24:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-ncurses-pkg (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-ncurses-pkg", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg.changes    
2013-01-24 10:26:05.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new/libyui-ncurses-pkg.changes   
    2013-02-21 14:24:16.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb 21 09:44:08 CET 2013 - g...@suse.de
+- Show patch descriptions correctly (bnc #803466)
+- V 2.43.4
+
+-------------------------------------------------------------------

Old:
----
  libyui-ncurses-pkg-2.43.3.tar.bz2

New:
----
  libyui-ncurses-pkg-2.43.4.tar.bz2

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

Other differences:
------------------
++++++ libyui-ncurses-pkg-doc.spec ++++++
--- /var/tmp/diff_new_pack.l7hEFu/_old  2013-02-21 14:24:17.000000000 +0100
+++ /var/tmp/diff_new_pack.l7hEFu/_new  2013-02-21 14:24:17.000000000 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-ncurses-pkg (Version 2.43.3)
+# spec file for package libyui-ncurses-pkg (Version 2.43.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:          libyui-ncurses-pkg-doc
-Version:       2.43.3
+Version:       2.43.4
 Release:       0
 License:       LGPL-2.1 or LGPL-3.0
 Source:                libyui-ncurses-pkg-%{version}.tar.bz2

++++++ libyui-ncurses-pkg.spec ++++++
--- /var/tmp/diff_new_pack.l7hEFu/_old  2013-02-21 14:24:17.000000000 +0100
+++ /var/tmp/diff_new_pack.l7hEFu/_new  2013-02-21 14:24:17.000000000 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-ncurses-pkg (Version 2.43.3)
+# spec file for package libyui-ncurses-pkg (Version 2.43.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -18,7 +18,7 @@
 # norootforbuild
 
 Name:          libyui-ncurses-pkg
-Version:       2.43.3
+Version:       2.43.4
 Release:       0
 License:       LGPL-2.1 or LGPL-3.0
 Source:                libyui-ncurses-pkg-%{version}.tar.bz2

++++++ libyui-ncurses-pkg-2.43.3.tar.bz2 -> libyui-ncurses-pkg-2.43.4.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.43.3/ChangeLog 
new/libyui-ncurses-pkg-2.43.4/ChangeLog
--- old/libyui-ncurses-pkg-2.43.3/ChangeLog     2013-01-22 12:58:21.000000000 
+0100
+++ new/libyui-ncurses-pkg-2.43.4/ChangeLog     2013-02-21 09:48:52.000000000 
+0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Thu Feb 21 09:44:08 CET 2013 - g...@suse.de
+- Show patch descriptions correctly (bnc #803466)
+- V 2.43.4
+
+-------------------------------------------------------------------
 Tue Jan 22 11:43:43 CET 2013 - g...@suse.de
 
 - Bug-fix for package search (concerning package summary) 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.43.3/VERSION.cmake 
new/libyui-ncurses-pkg-2.43.4/VERSION.cmake
--- old/libyui-ncurses-pkg-2.43.3/VERSION.cmake 2013-01-22 12:58:21.000000000 
+0100
+++ new/libyui-ncurses-pkg-2.43.4/VERSION.cmake 2013-02-21 09:48:52.000000000 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "43" )
-SET( VERSION_PATCH "3" )
+SET( VERSION_PATCH "4" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.43.3/src/NCPkgPackageDetails.cc 
new/libyui-ncurses-pkg-2.43.4/src/NCPkgPackageDetails.cc
--- old/libyui-ncurses-pkg-2.43.3/src/NCPkgPackageDetails.cc    2013-01-22 
12:58:21.000000000 +0100
+++ new/libyui-ncurses-pkg-2.43.4/src/NCPkgPackageDetails.cc    2013-02-21 
09:48:52.000000000 +0100
@@ -424,6 +424,10 @@
     }
     else
     {
+        // escape html
+        boost::replace_all( value, "&", "&" );
+        boost::replace_all( value, "<", "&lt;" );
+        boost::replace_all( value, ">", "&gt;" );
        html_text = "<pre>" + value + "</pre>"; // add <pre> to preserve 
newlines and spaces
     }
 

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

Reply via email to