Accepting request 597545 from home:oholecek:branches:Base:System

Revert revision 192

- https://bugzilla.suse.com/show_bug.cgi?id=1083695#c6

OBS-URL: https://build.opensuse.org/request/show/597545
OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=193
This commit is contained in:
Cliff Zhao 2018-04-18 02:02:41 +00:00 committed by Git OBS Bridge
parent cc63b0d3f5
commit e68d558e96
2 changed files with 5 additions and 5 deletions

View File

@ -316,8 +316,8 @@ index 0000000..06fe73e
+ label->area.height += (label->face->size->metrics.ascender - label->face->size->metrics.descender) >> 6; + label->area.height += (label->face->size->metrics.ascender - label->face->size->metrics.descender) >> 6;
+ +
+ text = strchr (text, '\n'); + text = strchr (text, '\n');
+ + /* skip newline character */
+ if (*text == '\n') + if (text)
+ ++text; + ++text;
+ } + }
+ +
@ -460,8 +460,8 @@ index 0000000..06fe73e
+ +
+ ++cur_c; + ++cur_c;
+ } + }
+ + /* skip newline character */
+ if(*cur_c == '\n') + if (*cur_c)
+ ++cur_c; + ++cur_c;
+ +
+ /* Next line */ + /* Next line */

View File

@ -26,7 +26,7 @@ Release: 0
Summary: Graphical Boot Animation and Logger Summary: Graphical Boot Animation and Logger
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/Base Group: System/Base
Url: http://freedesktop.org/software/plymouth/releases URL: http://freedesktop.org/software/plymouth/releases
# Switched to git snapshot to ease bugfix inclusion # Switched to git snapshot to ease bugfix inclusion
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
Source1: boot-duration Source1: boot-duration