Skip to content

Commit

Permalink
Fixed unescaped ">" character in the help text (bsc#1007755)
Browse files Browse the repository at this point in the history
- 2.43.5
  • Loading branch information
lslezak committed Nov 1, 2016
1 parent 58b0bd8 commit 0cf2472
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "43" )
SET( VERSION_PATCH "3" )
SET( VERSION_PATCH "5" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

##### This is need for the libyui core, ONLY.
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-gtk-pkg-doc.spec
Expand Up @@ -20,7 +20,7 @@
%define so_version 7

Name: %{parent}-doc
Version: 2.43.4
Version: 2.43.5
Release: 0
Source: %{parent}-%{version}.tar.bz2

Expand Down
6 changes: 6 additions & 0 deletions package/libyui-gtk-pkg.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 1 10:59:49 UTC 2016 - lslezak@suse.cz

- Fixed unescaped ">" character in the help text (bsc#1007755)
- 2.43.5

-------------------------------------------------------------------
Tue Oct 11 12:21:12 UTC 2016 - cwh@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/libyui-gtk-pkg.spec
Expand Up @@ -17,7 +17,7 @@


Name: libyui-gtk-pkg
Version: 2.43.4
Version: 2.43.5
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand Down
2 changes: 1 addition & 1 deletion src/pkg-selector-help.cc
Expand Up @@ -30,7 +30,7 @@ const char *pkg_help[] = {
_("<blockquote>A repository is a packages media; it can either be local (such as the "
"installation CD), or a remote internet server. You can find an utility to setup "
"repositories on the YaST control center, which can also be accessed via the "
"<b>Configuration > Repositories</b> menu item.</blockquote>"),
"<b>Configuration &gt; Repositories</b> menu item.</blockquote>"),
_("<h1>Usage</h1>"),
_("<h2>Install, Upgrade, Remove, Undo tab pages</h2>"
"<p>All packages are listed together unless you have selected a <i>status</i> filter "
Expand Down

0 comments on commit 0cf2472

Please sign in to comment.