plymouth: Update to 0.9.2.
Message ID | 1444413539-21065-1-git-send-email-stefan.schantl@ipfire.org |
---|---|
State | Dropped, archived |
Delegated to: | Michael Tremer |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 8A16C61197 for <patchwork@ipfire.org>; Fri, 9 Oct 2015 19:59:03 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D47EDE14; Fri, 9 Oct 2015 19:59:02 +0200 (CEST) Received: from tuxedo.stevee.com (unknown [217.111.161.213]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 1E8DBD80; Fri, 9 Oct 2015 19:58:58 +0200 (CEST) From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] plymouth: Update to 0.9.2. Date: Fri, 9 Oct 2015 19:58:59 +0200 Message-Id: <1444413539-21065-1-git-send-email-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.4.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Stefan Schantl
Oct. 10, 2015, 4:58 a.m. UTC
Update to the latest minor version of the plymouth 0.9 series.
Also enable support for systemd.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
plymouth/plymouth.nm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Comments
Reviewed-by: Timo Eissler <timo.eissler@ipfire.org> Am 09.10.2015 um 19:58 schrieb Stefan Schantl: > Update to the latest minor version of the plymouth 0.9 series. > Also enable support for systemd. > > Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> > --- > plymouth/plymouth.nm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/plymouth/plymouth.nm b/plymouth/plymouth.nm > index 257aef6..2666928 100644 > --- a/plymouth/plymouth.nm > +++ b/plymouth/plymouth.nm > @@ -4,7 +4,7 @@ > ############################################################################### > > name = plymouth > -version = 0.9.0 > +version = 0.9.2 > release = 1 > > groups = System/Base > @@ -33,6 +33,7 @@ build > libpng-devel > libudev-devel > pango-devel > + systemd-devel > end > > configure_options += \
This happens when I try to compile this: + /usr/lib/pakfire/patch --search-path=/usr/src/packages/plymouth-0.9.2-1.ip3.src/patches /usr/src/packages/plymouth-0.9.2-1.ip3.src/patches/plymouth-0.9.0-everything-is-better-in-red.patch Applying patches... Applying /usr/src/packages/plymouth-0.9.2-1.ip3.src/patches/plymouth-0.9.0-everything-is-better-in-red.patch (-N -p1)... patching file src/plugins/splash/text/plugin.c Hunk #1 FAILED at 177. 1 out of 1 hunk FAILED -- saving rejects to file src/plugins/splash/text/plugin.c.rej -Michael On Sat, 2015-10-10 at 19:33 +0200, Timo Eissler wrote: > Reviewed-by: Timo Eissler <timo.eissler@ipfire.org> > > Am 09.10.2015 um 19:58 schrieb Stefan Schantl: > > Update to the latest minor version of the plymouth 0.9 series. > > Also enable support for systemd. > > > > Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> > > --- > > plymouth/plymouth.nm | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/plymouth/plymouth.nm b/plymouth/plymouth.nm > > index 257aef6..2666928 100644 > > --- a/plymouth/plymouth.nm > > +++ b/plymouth/plymouth.nm > > @@ -4,7 +4,7 @@ > > ################################################################## > > ############# > > > > name = plymouth > > -version = 0.9.0 > > +version = 0.9.2 > > release = 1 > > > > groups = System/Base > > @@ -33,6 +33,7 @@ build > > libpng-devel > > libudev-devel > > pango-devel > > + systemd-devel > > end > > > > configure_options += \ >
Thanks for the feedback, I missed to attach the changed patch. I'll send a fixed patch to the list soon. -Stefan > This happens when I try to compile this: > > + /usr/lib/pakfire/patch --search-path=/usr/src/packages/plymouth > -0.9.2-1.ip3.src/patches /usr/src/packages/plymouth-0.9.2 > -1.ip3.src/patches/plymouth-0.9.0-everything-is-better-in-red.patch > Applying patches... > Applying /usr/src/packages/plymouth-0.9.2 > -1.ip3.src/patches/plymouth-0.9.0-everything-is-better-in-red.patch ( > -N -p1)... > patching file src/plugins/splash/text/plugin.c > Hunk #1 FAILED at 177. > 1 out of 1 hunk FAILED -- saving rejects to file > src/plugins/splash/text/plugin.c.rej > > -Michael > > On Sat, 2015-10-10 at 19:33 +0200, Timo Eissler wrote: > > Reviewed-by: Timo Eissler <timo.eissler@ipfire.org> > > > > Am 09.10.2015 um 19:58 schrieb Stefan Schantl: > > > Update to the latest minor version of the plymouth 0.9 series. > > > Also enable support for systemd. > > > > > > Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> > > > --- > > > plymouth/plymouth.nm | 3 ++- > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > > > diff --git a/plymouth/plymouth.nm b/plymouth/plymouth.nm > > > index 257aef6..2666928 100644 > > > --- a/plymouth/plymouth.nm > > > +++ b/plymouth/plymouth.nm > > > @@ -4,7 +4,7 @@ > > > ################################################################ > > > ## > > > ############# > > > > > > name = plymouth > > > -version = 0.9.0 > > > +version = 0.9.2 > > > release = 1 > > > > > > groups = System/Base > > > @@ -33,6 +33,7 @@ build > > > libpng-devel > > > libudev-devel > > > pango-devel > > > + systemd-devel > > > end > > > > > > configure_options += \