commit plymouth for openSUSE:Factory

2020-11-02 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2020-11-02 09:40:24

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.3463 (New)


Package is "plymouth"

Mon Nov  2 09:40:24 2020 rev:87 rq:844851 version:0.9.5+git20200921+20778f2

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2020-10-22 
14:21:25.858704384 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.3463/plymouth.changes  
2020-11-02 09:40:31.089617109 +0100
@@ -1,0 +2,8 @@
+Thu Oct 27 06:38:44 UTC 2020 - Cliff Zhao 
+
+- Add plymouth-ignore-serial-console.patch:
+  Don't output in serial console for openQA need to take serial in
+  the test, and yast-installation prgram has a feature to install 
+  system through it (bnc#1051692 bnc#1164123 bnc#1170906). 
+
+---

New:

  plymouth-ignore-serial-console.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.xSGdp5/_old  2020-11-02 09:40:32.029618011 +0100
+++ /var/tmp/diff_new_pack.xSGdp5/_new  2020-11-02 09:40:32.033618015 +0100
@@ -45,6 +45,8 @@
 Patch3: plymouth-manpages.patch
 # PATCH-FIX-SLE plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch 
qz...@suse.com  jsc#SLE-11637 -- plymouth will use plymouthd.defaults instead 
of plymouth.conf to close the leap gap.
 Patch4: plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch
+# PATCH-FIX-OPENSUSE plymouth-ignore-serial-console.patch qz...@opensuse.org 
bnc#1051692 bnc#1164123 bnc#1170906 -- Don't output in serial console for 
openQA need to take serial in the test, and yast-installation prgram has a 
feature to install system through it.
+Patch5: plymouth-ignore-serial-console.patch
 # PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch boo#959986 fv...@suse.com 
-- add ability to output text in initrd needed for encryption.
 Patch1000:  0001-Add-label-ft-plugin.patch
 # PATCH-FIX-UPSTREAM 
0002-Install-label-ft-plugin-into-initrd-if-available.patch boo#959986 
fv...@suse.com -- add ability to output text in initrd needed for encryption.


++ plymouth-ignore-serial-console.patch ++
diff -Nura plymouth-0.9.5+git20200921+20778f2/src/main.c 
plymouth-0.9.5+git20200921+20778f2_new/src/main.c
--- plymouth-0.9.5+git20200921+20778f2/src/main.c   2020-08-31 
21:10:11.0 +0800
+++ plymouth-0.9.5+git20200921+20778f2_new/src/main.c   2020-10-29 
18:21:35.007441834 +0800
@@ -2260,8 +2260,7 @@
 find_system_default_splash ();
 find_distribution_default_splash ();
 
-if (ply_kernel_command_line_has_argument 
("plymouth.ignore-serial-consoles"))
-device_manager_flags |= 
PLY_DEVICE_MANAGER_FLAGS_IGNORE_SERIAL_CONSOLES;
+device_manager_flags |= 
PLY_DEVICE_MANAGER_FLAGS_IGNORE_SERIAL_CONSOLES;
 
 if (ply_kernel_command_line_has_argument ("plymouth.ignore-udev") ||
 (getenv ("DISPLAY") != NULL))



commit plymouth for openSUSE:Factory

2020-10-22 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2020-10-22 14:20:39

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.3463 (New)


Package is "plymouth"

Thu Oct 22 14:20:39 2020 rev:86 rq:842430 version:0.9.5+git20200921+20778f2

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2020-10-03 
18:55:45.985499828 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.3463/plymouth.changes  
2020-10-22 14:21:25.858704384 +0200
@@ -1,0 +2,37 @@
+Wed Oct  7 14:53:06 UTC 2020 - Cliff Zhao 
+
+- Update to version: 0.9.5+git20200921+20778f2:
+  * boot-server: Handle client disconnecting while trigger pending.
+  * boot-server: Ref count the connections.
+  * drm: Honor modes selected by the user through video= kernel
+cmdline argument.
+  * use resolution of higher res monitor for window size.
+  * autogoo: use /proc/self/fd/0 instead of /dev/stdin.
+  * main: Don't bail out of load_settings if "Theme" is missing.
+  * main: switch log file when switching mode.
+  * main: fix mode changing before splash is shown.
+  * two-step: Center message text within labels if labels are
+centered.
+  * drm/kms probe speedups.
+  * drm: Do not unnecessarily get output info twice.
+  * ply-device-manager: Only consume one udev event at a time.
+  * two-step: Do not jump to end-animation on halt/reboot if it is 
+disabled.
+  * two-step: Add UseEndAnimation setting.
+  * script: add Image.Crop(x, y, width, height).
+  * ply-throbber: Do not redraw when we need to stop throbbing on
+free.
+  * ply-keymap-icon: Do not draw on free.
+  * ply-capslock-icon: Do not draw on free.
+  * script: add missing unref() for system update func.
+  * themes: Drop UseFirmwareBackground=true from spinner/bgrt
+firmware-upgrade settings.
+  * Fix SetSystemUpdateFunction.
+  * event-loop: Remove ply_trace calls around the disconnect handler.
+  * ply-terminal-session: Not use grantpt when the system shut down. 
+to avoid sytem hung up.
+  * build-goo: Remove vestigial remnants of old GDM integration code.
+- Drop plymouth-avoid-umount-hanging-shutdown.patch: because has
+  been merged to upstream.
+
+---

Old:

  plymouth-0.9.5+git20190908+3abfab2.tar.xz
  plymouth-avoid-umount-hanging-shutdown.patch

New:

  plymouth-0.9.5+git20200921+20778f2.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.iw16jb/_old  2020-10-22 14:21:28.110706406 +0200
+++ /var/tmp/diff_new_pack.iw16jb/_new  2020-10-22 14:21:28.114706409 +0200
@@ -27,7 +27,7 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.9.5+git20190908+3abfab2
+Version:0.9.5+git20200921+20778f2
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later
@@ -43,15 +43,13 @@
 Patch2: plymouth-correct-runtime-dir.patch
 # PATCH-FIX-UPSTREAM plymouth-manpages.patch bnc#871419 idoen...@suse.de  -- 
Fix man page installation
 Patch3: plymouth-manpages.patch
-# PATCH-FIX-OPENSUSE plymouth-avoid-umount-hanging-shutdown.patch bnc#1105688, 
bnc#1129386, bnc#1134660 qz...@opensuse.org -- Drop grantpt() to avoid system 
failed to unmount /var during shutdown.
-Patch4: plymouth-avoid-umount-hanging-shutdown.patch
 # PATCH-FIX-SLE plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch 
qz...@suse.com  jsc#SLE-11637 -- plymouth will use plymouthd.defaults instead 
of plymouth.conf to close the leap gap.
-Patch5: plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch
+Patch4: plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch
 # PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch boo#959986 fv...@suse.com 
-- add ability to output text in initrd needed for encryption.
 Patch1000:  0001-Add-label-ft-plugin.patch
 # PATCH-FIX-UPSTREAM 
0002-Install-label-ft-plugin-into-initrd-if-available.patch boo#959986 
fv...@suse.com -- add ability to output text in initrd needed for encryption.
 Patch1001:  0002-Install-label-ft-plugin-into-initrd-if-available.patch
-# PATCH-FIX-UPSTREAM 0003-fix_null_deref.patch boo#959986 fv...@suse.com -- 
add ability to output text in initrd needed for encryption.
+#uo PATCH-FIX-UPSTREAM 0003-fix_null_deref.patch boo#959986 fv...@suse.com -- 
add ability to output text in initrd needed for encryption.
 Patch1002:  0003-fix_null_deref.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
@@ -85,7 +83,6 @@
 Requires(post): coreutils
 Requires(post): plymouth-scripts = %{version}
 Requires(postun): 

commit plymouth for openSUSE:Factory

2020-10-03 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2020-10-03 18:55:35

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.4249 (New)


Package is "plymouth"

Sat Oct  3 18:55:35 2020 rev:85 rq:838399 version:0.9.5+git20190908+3abfab2

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2020-09-24 
16:11:53.748757700 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.4249/plymouth.changes  
2020-10-03 18:55:45.985499828 +0200
@@ -1,0 +2,9 @@
+Mon Sep 28 16:32:43 UTC 2020 - Stefan Brüns 
+
+- Remove gnu-unifont-bitmap-fonts runtime dependency, it is not
+  used anywhere.
+- Remove unused kernel-headers and module-init-tools build deps.
+- Make plymouth-scripts noarch, correct its runtime dependencies.
+- Clean up spec file.
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.RfZNSS/_old  2020-10-03 18:55:47.425501423 +0200
+++ /var/tmp/diff_new_pack.RfZNSS/_new  2020-10-03 18:55:47.429501428 +0200
@@ -32,7 +32,7 @@
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later
 Group:  System/Base
-URL:http://www.freedesktop.org/wiki/Software/Plymouth
+URL:https://www.freedesktop.org/wiki/Software/Plymouth
 Source0:%{name}-%{version}.tar.xz
 Source1:boot-duration
 # PATCH-FIX-OPENSUSE plymouth-dracut-path.patch tittiatc...@gmail.com -- 
Prefix is /usr/sbin and /usr/bin
@@ -56,13 +56,15 @@
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gcc
-BuildRequires:  kernel-headers
 BuildRequires:  libtool
 BuildRequires:  libxslt
-BuildRequires:  module-init-tools
 BuildRequires:  pkgconfig
+%if 0%{suse_version} >= 1550
+# regenerate_initrd_post moved to rpm-config-SUSE:initrd.macros
+BuildRequires:  rpm-config-SUSE >= 0.g11
+%else
 BuildRequires:  suse-module-tools
-# needed for systemd-tty-ask-password-agent
+%endif
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
@@ -72,13 +74,13 @@
 BuildRequires:  pkgconfig(libsystemd) >= 186
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pango) >= 1.21.0
+# needed for systemd-tty-ask-password-agent
 BuildRequires:  pkgconfig(systemd) >= 186
 %if %{with x11_renderer}
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 %endif
 Recommends: %{name}-lang
 Requires:   %{name}-branding
-Requires:   gnu-unifont-bitmap-fonts
 Requires:   systemd >= 186
 Requires(post): coreutils
 Requires(post): plymouth-scripts = %{version}
@@ -177,12 +179,12 @@
 %package scripts
 Summary:Plymouth related scripts
 Group:  System/Base
-Requires:   coreutils
-Requires:   cpio
+Requires:   awk
 Requires:   dracut
-Requires:   findutils
-Requires:   gzip
+Requires:   grep
+Requires:   sed
 Requires(pre):  %{name} = %{version}
+BuildArch:  noarch
 
 %description scripts
 This package contains scripts that help integrate Plymouth with
@@ -207,7 +209,7 @@
 %description plugin-label-ft
 This package contains the label control plugin for
 Plymouth. It provides the ability to render text on
-graphical boot splashes using FreeTyoe
+graphical boot splashes using FreeType
 
 %package plugin-fade-throbber
 Summary:Plymouth "Fade-Throbber" plugin
@@ -376,9 +378,6 @@
 %autopatch -p1
 autoreconf -ivf
 
-# replace builddate with patch0date
-sed -i "s/__DATE__/\"$(stat -c %%y %{_sourcedir}/%{name}.changes)\"/" 
src/main.c
-
 %build
 %configure \
--enable-systemd-integration  \





commit plymouth for openSUSE:Factory

2020-09-24 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2020-09-24 16:11:50

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.4249 (New)


Package is "plymouth"

Thu Sep 24 16:11:50 2020 rev:84 rq:832702 version:0.9.5+git20190908+3abfab2

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2020-06-22 
17:42:37.409215172 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.4249/plymouth.changes  
2020-09-24 16:11:53.748757700 +0200
@@ -1,0 +2,16 @@
+Sat Aug 29 06:13:50 UTC 2020 - Cliff Zhao 
+
+- Add plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch:
+  plymouth will use plymouthd.defaults instead of plymouth.conf and 
+  packge plymouthd.defaults in a seperet RPM. this can avoid change 
+  SUSE or openSUSE branding section with is_opensuse macro in the 
+  config file. means this modification can close the leaps gap
+  (jsc#SLE-11637).
+
+---
+Sat Aug 28 16:11:25 UTC 2020 - Cliff Zhao 
+
+- Update plymouth.spec: Dropping gdm transition because it has 
+  alreay deprecated by upstream. Removing git build dependency.
+
+---

New:

  plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.WgsU4k/_old  2020-09-24 16:11:54.816758768 +0200
+++ /var/tmp/diff_new_pack.WgsU4k/_new  2020-09-24 16:11:54.820758771 +0200
@@ -33,7 +33,6 @@
 License:GPL-2.0-or-later
 Group:  System/Base
 URL:http://www.freedesktop.org/wiki/Software/Plymouth
-
 Source0:%{name}-%{version}.tar.xz
 Source1:boot-duration
 # PATCH-FIX-OPENSUSE plymouth-dracut-path.patch tittiatc...@gmail.com -- 
Prefix is /usr/sbin and /usr/bin
@@ -46,18 +45,17 @@
 Patch3: plymouth-manpages.patch
 # PATCH-FIX-OPENSUSE plymouth-avoid-umount-hanging-shutdown.patch bnc#1105688, 
bnc#1129386, bnc#1134660 qz...@opensuse.org -- Drop grantpt() to avoid system 
failed to unmount /var during shutdown.
 Patch4: plymouth-avoid-umount-hanging-shutdown.patch
-
+# PATCH-FIX-SLE plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch 
qz...@suse.com  jsc#SLE-11637 -- plymouth will use plymouthd.defaults instead 
of plymouth.conf to close the leap gap.
+Patch5: plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch
 # PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch boo#959986 fv...@suse.com 
-- add ability to output text in initrd needed for encryption.
 Patch1000:  0001-Add-label-ft-plugin.patch
 # PATCH-FIX-UPSTREAM 
0002-Install-label-ft-plugin-into-initrd-if-available.patch boo#959986 
fv...@suse.com -- add ability to output text in initrd needed for encryption.
 Patch1001:  0002-Install-label-ft-plugin-into-initrd-if-available.patch
 # PATCH-FIX-UPSTREAM 0003-fix_null_deref.patch boo#959986 fv...@suse.com -- 
add ability to output text in initrd needed for encryption.
 Patch1002:  0003-fix_null_deref.patch
-
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gcc
-BuildRequires:  git
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
 BuildRequires:  libxslt
@@ -78,7 +76,6 @@
 %if %{with x11_renderer}
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 %endif
-
 Recommends: %{name}-lang
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
@@ -131,6 +128,17 @@
 %description -n libply%{soversion}
 This package contains the libply library used by Plymouth.
 
+%package branding-upstream
+Summary:default configuration file and branding from the Plymouth 
upstream.
+Group:  System/Base
+Provides:   %{name}-branding = %{version}-%{release}.
+Conflicts:  %{name}-branding
+BuildArch:  noarch
+
+%description branding-upstream
+This package contains the /usr/share/plymouthd.defaults which contains the 
basic 
+settings and branding from the upstream.
+
 %package devel
 Summary:Libraries and headers for writing Plymouth splash plugins
 Group:  Development/Libraries/C and C++
@@ -364,16 +372,12 @@
 Plymouth. 
 
 %prep
-%autosetup -S git
-autoreconf -ivf -Wno-portabilty
+%setup -q
+%autopatch -p1
+autoreconf -ivf
+
 # replace builddate with patch0date
 sed -i "s/__DATE__/\"$(stat -c %%y %{_sourcedir}/%{name}.changes)\"/" 
src/main.c
-# Change the default theme
-%if 0%{?is_opensuse}
-sed -i -e 's/spinner/bgrt/g' src/plymouthd.defaults
-%else
-sed -i -e 's/spinner/SLE/g' src/plymouthd.defaults
-%endif
 
 %build
 %configure \
@@ -381,7 +385,6 @@
--enable-tracing

commit plymouth for openSUSE:Factory

2020-06-22 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2020-06-22 17:42:19

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.2956 (New)


Package is "plymouth"

Mon Jun 22 17:42:19 2020 rev:83 rq:814749 version:0.9.5+git20190908+3abfab2

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2020-05-04 
18:18:57.242424824 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.2956/plymouth.changes  
2020-06-22 17:42:37.409215172 +0200
@@ -1,0 +2,8 @@
+Mon Jun 15 13:54:25 UTC 2020 - Cliff Zhao 
+
+- Drop plymouth-only_use_fb_for_cirrus_bochs.patch: openSUSE user 
+  are using emu-5.0.0 on MacOS-X with HVF acceleration, the 
+  Plymouth theme with script module fails to go to graphic mode 
+  with this patch(boo#1172028).
+
+---

Old:

  plymouth-only_use_fb_for_cirrus_bochs.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.BHLjB0/_old  2020-06-22 17:42:38.977220205 +0200
+++ /var/tmp/diff_new_pack.BHLjB0/_new  2020-06-22 17:42:38.981220217 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plymouth
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later
 Group:  System/Base
-Url:http://www.freedesktop.org/wiki/Software/Plymouth
+URL:http://www.freedesktop.org/wiki/Software/Plymouth
 
 Source0:%{name}-%{version}.tar.xz
 Source1:boot-duration
@@ -44,10 +44,8 @@
 Patch2: plymouth-correct-runtime-dir.patch
 # PATCH-FIX-UPSTREAM plymouth-manpages.patch bnc#871419 idoen...@suse.de  -- 
Fix man page installation
 Patch3: plymouth-manpages.patch
-# PATCH-FIX-OPENSUSE plymouth-only_use_fb_for_cirrus_bochs.patch bnc#888590 
fv...@suse.com -- force fb for cirrus and bochs, force drm otherwise. replace 
removal of framebuffer driver and plymouth-ignore-cirrusdrm.patch with single 
patch.
-Patch4: plymouth-only_use_fb_for_cirrus_bochs.patch
 # PATCH-FIX-OPENSUSE plymouth-avoid-umount-hanging-shutdown.patch bnc#1105688, 
bnc#1129386, bnc#1134660 qz...@opensuse.org -- Drop grantpt() to avoid system 
failed to unmount /var during shutdown.
-Patch5: plymouth-avoid-umount-hanging-shutdown.patch
+Patch4: plymouth-avoid-umount-hanging-shutdown.patch
 
 # PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch boo#959986 fv...@suse.com 
-- add ability to output text in initrd needed for encryption.
 Patch1000:  0001-Add-label-ft-plugin.patch
@@ -140,10 +138,10 @@
 %if %{with x11_renderer}
 Requires:   %{name}-x11-renderer = %{version}
 %endif
+Requires:   libply%{soversion} = %{version}
 Requires:   libply-boot-client%{soversion} = %{version}
 Requires:   libply-splash-core%{soversion} = %{version}
 Requires:   libply-splash-graphics%{soversion} = %{version}
-Requires:   libply%{soversion} = %{version}
 Requires:   pkgconfig
 
 %description devel
@@ -206,9 +204,9 @@
 %package plugin-fade-throbber
 Summary:Plymouth "Fade-Throbber" plugin
 Group:  System/Base
+Requires:   libply%{soversion} = %{version}
 Requires:   libply-splash-core%{soversion} = %{version}
 Requires:   libply-splash-graphics%{soversion} = %{version}
-Requires:   libply%{soversion} = %{version}
 
 %description plugin-fade-throbber
 This package contains the "Fade-In" boot splash plugin for
@@ -219,9 +217,9 @@
 Summary:Plymouth "Throbgress" plugin
 Group:  System/Base
 Requires:   %{name}-plugin-label = %{version}
+Requires:   libply%{soversion} = %{version}
 Requires:   libply-splash-core%{soversion} = %{version}
 Requires:   libply-splash-graphics%{soversion} = %{version}
-Requires:   libply%{soversion} = %{version}
 
 %description plugin-throbgress
 This package contains the "throbgress" boot splash plugin for
@@ -233,9 +231,9 @@
 Summary:Plymouth "space-flares" plugin
 Group:  System/Base
 Requires:   %{name}-plugin-label = %{version}
+Requires:   libply%{soversion} = %{version}
 Requires:   libply-splash-core%{soversion} = %{version}
 Requires:   libply-splash-graphics%{soversion} = %{version}
-Requires:   libply%{soversion} = %{version}
 
 %description plugin-space-flares
 This package contains the "space-flares" boot splash plugin for
@@ -244,9 +242,9 @@
 %package plugin-two-step
 Summary: 

commit plymouth for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2020-05-04 18:18:22

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.2738 (New)


Package is "plymouth"

Mon May  4 18:18:22 2020 rev:82 rq: version:0.9.5+git20190908+3abfab2

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2020-04-29 
20:42:21.531638967 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.2738/plymouth.changes  
2020-05-04 18:18:57.242424824 +0200
@@ -2,73 +1,0 @@
-Fri Apr 24 07:39:59 UTC 2020 - Cliff Zhao 
-
-- Update to version 0.9.5+git20200418+14e91cc:
-  Don't bail out of load_settings if "Theme" is missing. 
-

-Sat Apr 11 05:11:27 UTC 2020 - Cliff Zhao 
-
-- Update to version plymouth-0.9.5+git20200407+6ca4b5b:
-  plymouthd: fix mode changing before splash is shown.
-  two-step: Center message text within labels if labels are 
-  centered.
-  drm: Do not unnecessarily get output info twice.
-  ply-device-manager: Only consume one udev event at a time.
-  two-step: Do not jump to end-animation on halt/reboot if it is 
-  disabled
-  two-step: Add UseEndAnimation setting.
-- Add plymouth-ignore-serial-console.patch:
-  Don't output in serial console for openQA need to take serial in
-  the test, and yast-installation prgram has a feature to install 
-  system through it (bnc#1164123).
-- Add plymouth-disable-fedora-bizcom-theme.patch:
-  Will not compile fedora related theme packages, which openSUSE
-  don't need.
-- Drop plymouth-avoid-umount-hanging-shutdown.patch:
-  Already merged to upstream.
-- Drop boot-duration:
-  this is an empty file which can generated after package building.
-

-Thu Feb 13 19:25:54 UTC 2020 - Stefan Brüns 
-
-- Remove gnu-unifont-bitmap-font runtime dependency, it is not
-  used anywhere.
-- Replace autosetup -S git by setup + autopatch, remove git
-  build dependency.
-- Remove unused kernel-headers and module-init-tools build deps.
-- Make plymouth-scripts noarch (installed in /usr/lib), adjust
-  its runtime dependencies.
-

-Sun Jan  5 04:01:42 UTC 2020 - Stefan Brüns 
-
-- Fix spinfinity Requires, throbgress is no longer available,
-  but the two-step plugin has gained the required capabilities.
-

-Tue Dec 24 08:49:24 UTC 2019 - Cliff Zhao 
-
-- Update to version plymouth-0.9.5+git20191224+d7c737d:
-  * drm: Keep hw-rotation on devices with upside down LCD panels
-  * themes: spinner/bgrt: Modify password dialog to match gnome
-3.34 changes
-  * two-step: Change keyboard-indicator positioning to fixed
-offset below dialog
-  * two-step: Fix wrong horizontal position of bgrt logo on
-left-side-up LCD panels
-  * drm: Mark buffer as clean in ply_renderer_head_new()
-  * throbgress: Remove the throbgress plugin
-  * boot-splash: fix memory leak in error path.
-- Add plymouth-disable-fedora-logo.patch:
-  Disable the logo file which links to fedora custom position, 
-  and openSUSE don't have it.
-- Drop plymouth-dracut-path.patch:
-  Nolonger needed for the latest update.
-- Drop  plymouth-correct-runtime-dir.patch:
-  Nolonger needed for the latest update.
-- Porting old patches to fit the latest update.
-  0001-Add-label-ft-plugin.patch
-  0002-Install-label-ft-plugin-into-initrd-if-available.patch 
-- Upstream dropped theme throbgress, So we nolonger build it.
-

@@ -85 +12,2 @@
-  /var during shutdown period(bsc#1105688,bsc#1129386,bsc#1134660). 
+  /var during shutdown period(bsc#1105688, bsc#1129386, 
+  bsc#1134660). 

Old:

  plymouth-0.9.5+git20200418+14e91cc.tar.xz
  plymouth-disable-fedora-bizcom-theme.patch
  plymouth-disable-fedora-logo.patch
  plymouth-ignore-serial-console.patch

New:

  boot-duration
  plymouth-0.9.5+git20190908+3abfab2.tar.xz
  plymouth-avoid-umount-hanging-shutdown.patch
  plymouth-correct-runtime-dir.patch
  plymouth-dracut-path.patch



Other differences:
--
++ plymouth.spec ++
 847 lines (skipped)
 between /work/SRC/openSUSE:Factory/plymouth/plymouth.spec
 and /work/SRC/openSUSE:Factory/.plymouth.new.2738/plymouth.spec

++ 0001-Add-label-ft-plugin.patch ++
--- /var/tmp/diff_new_pack.unmE2H/_old  2020-05-04 18:18:58.618427614 +0200
+++ /var/tmp/diff_new_pack.unmE2H/_new  2020-05-04 18:18:58.618427614 +0200
@@ -1,7 +1,30 @@
-diff -Nura plymouth-0.9.5+git20191101+d18086e/configure.ac 

commit plymouth for openSUSE:Factory

2020-04-29 Thread root


binu6UU3Jh89d.bin
Description: Binary data


commit plymouth for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2020-04-25 20:05:47

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.2738 (New)


Package is "plymouth"

Sat Apr 25 20:05:47 2020 rev:80 rq:795325 version:0.9.5+git20200407+6ca4b5b

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2020-04-14 
16:28:21.023963548 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.2738/plymouth.changes  
2020-04-25 20:06:23.455308494 +0200
@@ -1,0 +2,24 @@
+Sat Apr 11 05:11:27 UTC 2020 - Cliff Zhao 
+
+- Update to version plymouth-0.9.5+git20200407+6ca4b5b:
+  plymouthd: fix mode changing before splash is shown.
+  two-step: Center message text within labels if labels are 
+  centered.
+  drm: Do not unnecessarily get output info twice.
+  ply-device-manager: Only consume one udev event at a time.
+  two-step: Do not jump to end-animation on halt/reboot if it is 
+  disabled
+  two-step: Add UseEndAnimation setting.
+- Add plymouth-ignore-serial-console.patch:
+  Don't output in serial console for openQA need to take serial in
+  the test, and yast-installation prgram has a feature to install 
+  system through it (bnc#1164123).
+- Add plymouth-disable-fedora-bizcom-theme.patch:
+  Will not compile fedora related theme packages, which openSUSE
+  don't need.
+- Drop plymouth-avoid-umount-hanging-shutdown.patch:
+  Already merged to upstream.
+- Drop boot-duration:
+  this is an empty file which can generated after package building.
+
+---

Old:

  boot-duration
  plymouth-0.9.5+git20191224+d7c737d.tar.xz
  plymouth-avoid-umount-hanging-shutdown.patch

New:

  plymouth-0.9.5+git20200407+6ca4b5b.tar.xz
  plymouth-disable-fedora-bizcom-theme.patch
  plymouth-ignore-serial-console.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.QsRN27/_old  2020-04-25 20:06:25.179312061 +0200
+++ /var/tmp/diff_new_pack.QsRN27/_new  2020-04-25 20:06:25.183312069 +0200
@@ -16,32 +16,32 @@
 #
 
 
-# plymouth's X11 renderer adds many GTK3 packages to the build cycle,
-# it is not used in the production environment.
 %bcond_with x11_renderer
+%bcond_with fedora_theme
 
-%global git_version git20191224+d7c737d
+%global git_version 20200407+6ca4b5b
 %global so_version 5
 
 Name:   plymouth
-Version:0.9.5+%{git_version}
+Version:0.9.5+git%{git_version}
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later
 Group:  System/Base
 URL:https://www.freedesktop.org/wiki/Software/Plymouth
 Source0:%{name}-%{version}.tar.xz
-Source1:boot-duration
 # PATCH-FIX-OPENSUSE plymouth-some-greenish-openSUSE-colors.patch bnc#886148 
fcro...@suse.com -- To use suse colors in tribar.
 Patch0: plymouth-some-greenish-openSUSE-colors.patch
-# PATCH-FIX-UPSTREAM plymouth-manpages.patch bnc#871419 idoen...@suse.de  -- 
Fix man page installation
+# PATCH-FIX-OPENSUSE plymouth-manpages.patch bnc#871419 idoen...@suse.de -- 
Fix man page installation
 Patch1: plymouth-manpages.patch
 # PATCH-FIX-OPENSUSE plymouth-only_use_fb_for_cirrus_bochs.patch bnc#888590 
fv...@suse.com -- force fb for cirrus and bochs, force drm otherwise. replace 
removal of framebuffer driver and plymouth-ignore-cirrusdrm.patch with single 
patch.
 Patch2: plymouth-only_use_fb_for_cirrus_bochs.patch
-# PATCH-FIX-OPENSUSE plymouth-avoid-umount-hanging-shutdown.patch bnc#1105688, 
bnc#1129386, bnc#1134660 qz...@opensuse.org -- Drop grantpt() to avoid system 
failed to unmount /var during shutdown.
-Patch3: plymouth-avoid-umount-hanging-shutdown.patch
 # PATCH-FIX-OPENSUSE plymouth-disable-fedora-logo.patch qz...@opensuse.org -- 
Disable the fedora logo reference which is not in openSUSE.
-Patch4: plymouth-disable-fedora-logo.patch
+Patch3: plymouth-disable-fedora-logo.patch
+# PATCH-FIX-OPENSUSE plymouth-disable-fedora-bizcom-theme.patch 
qz...@opensuse.org -- Disable to compile fedora related themes.
+Patch4: plymouth-disable-fedora-bizcom-theme.patch
+# PATCH-FIX-OPENSUSE plymouth-ignore-serial-console.patch qz...@opensuse.org 
bnc#1164123 -- Don't output in serial console for openQA need to take serial in 
the test, and yast-installation prgram has a feature to install system through 
it.
+Patch5: plymouth-ignore-serial-console.patch
 # PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch boo#959986 fv...@suse.com 
-- add ability to output text in initrd needed for encryption.
 Patch1000:  0001-Add-label-ft-plugin.patch
 # PATCH-FIX-UPSTREAM 

commit plymouth for openSUSE:Factory

2020-04-14 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2020-04-14 15:09:06

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.2738 (New)


Package is "plymouth"

Tue Apr 14 15:09:06 2020 rev:79 rq:792896 version:0.9.5+git20191224+d7c737d

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2019-12-18 
14:47:29.049915722 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new.2738/plymouth.changes  
2020-04-14 16:28:21.023963548 +0200
@@ -1,0 +2,43 @@
+Thu Feb 13 19:25:54 UTC 2020 - Stefan Brüns 
+
+- Remove gnu-unifont-bitmap-font runtime dependency, it is not
+  used anywhere.
+- Replace autosetup -S git by setup + autopatch, remove git
+  build dependency.
+- Remove unused kernel-headers and module-init-tools build deps.
+- Make plymouth-scripts noarch (installed in /usr/lib), adjust
+  its runtime dependencies.
+
+---
+Sun Jan  5 04:01:42 UTC 2020 - Stefan Brüns 
+
+- Fix spinfinity Requires, throbgress is no longer available,
+  but the two-step plugin has gained the required capabilities.
+
+---
+Tue Dec 24 08:49:24 UTC 2019 - Cliff Zhao 
+
+- Update to version plymouth-0.9.5+git20191224+d7c737d:
+  * drm: Keep hw-rotation on devices with upside down LCD panels
+  * themes: spinner/bgrt: Modify password dialog to match gnome
+3.34 changes
+  * two-step: Change keyboard-indicator positioning to fixed
+offset below dialog
+  * two-step: Fix wrong horizontal position of bgrt logo on
+left-side-up LCD panels
+  * drm: Mark buffer as clean in ply_renderer_head_new()
+  * throbgress: Remove the throbgress plugin
+  * boot-splash: fix memory leak in error path.
+- Add plymouth-disable-fedora-logo.patch:
+  Disable the logo file which links to fedora custom position, 
+  and openSUSE don't have it.
+- Drop plymouth-dracut-path.patch:
+  Nolonger needed for the latest update.
+- Drop  plymouth-correct-runtime-dir.patch:
+  Nolonger needed for the latest update.
+- Porting old patches to fit the latest update.
+  0001-Add-label-ft-plugin.patch
+  0002-Install-label-ft-plugin-into-initrd-if-available.patch 
+- Upstream dropped theme throbgress, So we nolonger build it.
+
+---
@@ -12,2 +55 @@
-  /var during shutdown period(bsc#1105688, bsc#1129386, 
-  bsc#1134660). 
+  /var during shutdown period(bsc#1105688,bsc#1129386,bsc#1134660). 

Old:

  plymouth-0.9.5+git20190908+3abfab2.tar.xz
  plymouth-correct-runtime-dir.patch
  plymouth-dracut-path.patch

New:

  plymouth-0.9.5+git20191224+d7c737d.tar.xz
  plymouth-disable-fedora-logo.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.vtacan/_old  2020-04-14 16:28:21.747964200 +0200
+++ /var/tmp/diff_new_pack.vtacan/_new  2020-04-14 16:28:21.747964200 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plymouth
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,54 +20,47 @@
 # it is not used in the production environment.
 %bcond_with x11_renderer
 
-%global soversion 5
-%define plymouthdaemon_execdir %{_sbindir}
-%define plymouthclient_execdir %{_bindir}
-%define plymouth_libdir %{_libdir}
-%define plymouth_initrd_file /boot/initrd-plymouth.img
+%global git_version git20191224+d7c737d
+%global so_version 5
 
 Name:   plymouth
-Version:0.9.5+git20190908+3abfab2
+Version:0.9.5+%{git_version}
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later
 Group:  System/Base
-Url:http://www.freedesktop.org/wiki/Software/Plymouth
-
+URL:https://www.freedesktop.org/wiki/Software/Plymouth
 Source0:%{name}-%{version}.tar.xz
 Source1:boot-duration
-# PATCH-FIX-OPENSUSE plymouth-dracut-path.patch tittiatc...@gmail.com -- 
Prefix is /usr/sbin and /usr/bin
-Patch0: plymouth-dracut-path.patch
 # PATCH-FIX-OPENSUSE plymouth-some-greenish-openSUSE-colors.patch bnc#886148 
fcro...@suse.com -- To use suse colors in tribar.
-Patch1: plymouth-some-greenish-openSUSE-colors.patch
-# PATCH-FIX-OPENSUSE plymouth-correct-runtime-dir.patch tittiatc...@gmail.com 
-- Make sure the runtime directory is /run and not /var/run
-Patch2: plymouth-correct-runtime-dir.patch
+Patch0: plymouth-some-greenish-openSUSE-colors.patch
 # PATCH-FIX-UPSTREAM 

commit plymouth for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2019-12-18 14:44:04

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.4691 (New)


Package is "plymouth"

Wed Dec 18 14:44:04 2019 rev:78 rq:756671 version:0.9.5+git20190908+3abfab2

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2019-09-19 
15:48:26.891322511 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.4691/plymouth.changes  
2019-12-18 14:47:29.049915722 +0100
@@ -1,0 +2,6 @@
+Wed Oct 30 19:21:08 UTC 2019 - Stefan Brüns 
+
+- Avoid inconsistencies in library package names causing unresolvable
+  dependencies, replace all soversion occurences with a macro.
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.OGmJVB/_old  2019-12-18 14:47:30.433916355 +0100
+++ /var/tmp/diff_new_pack.OGmJVB/_new  2019-12-18 14:47:30.437916357 +0100
@@ -20,6 +20,7 @@
 # it is not used in the production environment.
 %bcond_with x11_renderer
 
+%global soversion 5
 %define plymouthdaemon_execdir %{_sbindir}
 %define plymouthclient_execdir %{_bindir}
 %define plymouth_libdir %{_libdir}
@@ -61,7 +62,6 @@
 BuildRequires:  git
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
-BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  module-init-tools
 BuildRequires:  pkgconfig
@@ -101,36 +101,36 @@
 messages are instead redirected to a log file for viewing
 after boot.
 
-%package -n libply-boot-client5
+%package -n libply-boot-client%{soversion}
 Summary:Plymouth core library
 Group:  Development/Libraries/C and C++
 
-%description -n libply-boot-client5
+%description -n libply-boot-client%{soversion}
 This package contains the libply-boot-client library used by Plymouth.
 
-%package -n libply-splash-core5
+%package -n libply-splash-core%{soversion}
 Summary:Plymouth core library
 Group:  Development/Libraries/C and C++
 
-%description -n libply-splash-core5
+%description -n libply-splash-core%{soversion}
 This package contains the libply-splash-core library
 used by graphical Plymouth splashes.
 
-%package -n libply-splash-graphics5
+%package -n libply-splash-graphics%{soversion}
 Summary:Plymouth graphics libraries
 Group:  Development/Libraries/C and C++
 BuildRequires:  libpng-devel
 
-%description -n libply-splash-graphics5
+%description -n libply-splash-graphics%{soversion}
 This package contains the libply-splash-graphics library
 used by graphical Plymouth splashes.
 
-%package -n libply5
+%package -n libply%{soversion}
 Summary:Plymouth core library
 Group:  Development/Libraries/C and C++
-Requires:   libply-boot-client5 = %{version}
+Requires:   libply-boot-client%{soversion} = %{version}
 
-%description -n libply5
+%description -n libply%{soversion}
 This package contains the libply library used by Plymouth.
 
 %package devel
@@ -140,10 +140,10 @@
 %if %{with x11_renderer}
 Requires:   %{name}-x11-renderer = %{version}
 %endif
-Requires:   libply-boot-client5 = %{version}
-Requires:   libply-splash-core5 = %{version}
-Requires:   libply-splash-graphics5 = %{version}
-Requires:   libply5 = %{version}
+Requires:   libply-boot-client%{soversion} = %{version}
+Requires:   libply-splash-core%{soversion} = %{version}
+Requires:   libply-splash-graphics%{soversion} = %{version}
+Requires:   libply%{soversion} = %{version}
 Requires:   pkgconfig
 
 %description devel
@@ -185,7 +185,7 @@
 %package plugin-label
 Summary:Plymouth label plugin
 Group:  System/Base
-Requires:   libply-splash-graphics5 = %{version}
+Requires:   libply-splash-graphics%{soversion} = %{version}
 
 %description plugin-label
 This package contains the label control plugin for
@@ -196,7 +196,7 @@
 Summary:Plymouth FreeType label plugin
 Group:  System/Base
 Requires:   fontconfig
-Requires:   libply-splash-graphics5 = %{version}
+Requires:   libply-splash-graphics%{soversion} = %{version}
 
 %description plugin-label-ft
 This package contains the label control plugin for
@@ -206,9 +206,9 @@
 %package plugin-fade-throbber
 Summary:Plymouth "Fade-Throbber" plugin
 Group:  System/Base
-Requires:   libply-splash-core5 = %{version}
-Requires:   libply-splash-graphics5 = %{version}
-Requires:   libply5 = %{version}
+Requires:   libply-splash-core%{soversion} = %{version}
+Requires:   libply-splash-graphics%{soversion} = %{version}
+Requires:   libply%{soversion} = %{version}
 
 %description plugin-fade-throbber
 

commit plymouth for openSUSE:Factory

2019-09-19 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2019-09-19 15:48:21

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.7948 (New)


Package is "plymouth"

Thu Sep 19 15:48:21 2019 rev:77 rq:730064 version:0.9.5+git20190908+3abfab2

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2019-08-05 
11:18:54.130498257 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.7948/plymouth.changes  
2019-09-19 15:48:26.891322511 +0200
@@ -1,0 +2,17 @@
+Wed Sep 11 07:54:48 UTC 2019 - Cliff Zhao 
+
+- Add patch plymouth-avoid-umount-hanging-shutdown.patch:
+  To avoid grantpt() call nsslookup, it will hanging system unmount
+  /var during shutdown period(bsc#1105688, bsc#1129386, 
+  bsc#1134660). 
+
+---
+Thu Aug 15 03:56:10 UTC 2019 - Cliff Zhao 
+
+- Update to version 0.9.5+git20190908+3abfab2:
+  * two-step: Deal with buggy firmware which does not pre-rotate the bgrt image
+  * configure: bump so name
+  * Internationalization: Add zh_HK and zh_TW translations.
+  * add delay time to 8 seconds to fit AMD graphic card.
+
+---

Old:

  plymouth-0.9.4+git20190612+9359382.tar.xz

New:

  plymouth-0.9.5+git20190908+3abfab2.tar.xz
  plymouth-avoid-umount-hanging-shutdown.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.e1KboB/_old  2019-09-19 15:48:27.731322341 +0200
+++ /var/tmp/diff_new_pack.e1KboB/_new  2019-09-19 15:48:27.743322339 +0200
@@ -26,7 +26,7 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.9.4+git20190612+9359382
+Version:0.9.5+git20190908+3abfab2
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later
@@ -45,17 +45,23 @@
 Patch3: plymouth-manpages.patch
 # PATCH-FIX-OPENSUSE plymouth-only_use_fb_for_cirrus_bochs.patch bnc#888590 
fv...@suse.com -- force fb for cirrus and bochs, force drm otherwise. replace 
removal of framebuffer driver and plymouth-ignore-cirrusdrm.patch with single 
patch.
 Patch4: plymouth-only_use_fb_for_cirrus_bochs.patch
+# PATCH-FIX-OPENSUSE plymouth-avoid-umount-hanging-shutdown.patch bnc#1105688, 
bnc#1129386, bnc#1134660 qz...@opensuse.org -- Drop grantpt() to avoid system 
failed to unmount /var during shutdown.
+Patch5: plymouth-avoid-umount-hanging-shutdown.patch
+
 # PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch boo#959986 fv...@suse.com 
-- add ability to output text in initrd needed for encryption.
-Patch5: 0001-Add-label-ft-plugin.patch
+Patch1000:  0001-Add-label-ft-plugin.patch
 # PATCH-FIX-UPSTREAM 
0002-Install-label-ft-plugin-into-initrd-if-available.patch boo#959986 
fv...@suse.com -- add ability to output text in initrd needed for encryption.
-Patch6: 0002-Install-label-ft-plugin-into-initrd-if-available.patch
+Patch1001:  0002-Install-label-ft-plugin-into-initrd-if-available.patch
 # PATCH-FIX-UPSTREAM 0003-fix_null_deref.patch boo#959986 fv...@suse.com -- 
add ability to output text in initrd needed for encryption.
-Patch7: 0003-fix_null_deref.patch
+Patch1002:  0003-fix_null_deref.patch
 
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  gcc
+BuildRequires:  git
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
+BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  module-init-tools
 BuildRequires:  pkgconfig
@@ -71,14 +77,11 @@
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pango) >= 1.21.0
 BuildRequires:  pkgconfig(systemd) >= 186
-
 %if %{with x11_renderer}
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 %endif
 
-#BuildRequires:  translation-update-upstream
 Recommends: %{name}-lang
-
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
 Requires:   systemd >= 186
@@ -98,36 +101,36 @@
 messages are instead redirected to a log file for viewing
 after boot.
 
-%package -n libply-boot-client4
+%package -n libply-boot-client5
 Summary:Plymouth core library
 Group:  Development/Libraries/C and C++
 
-%description -n libply-boot-client4
+%description -n libply-boot-client5
 This package contains the libply-boot-client library used by Plymouth.
 
-%package -n libply-splash-core4
+%package -n libply-splash-core5
 Summary:Plymouth core library
 Group:  Development/Libraries/C and C++
 
-%description -n libply-splash-core4
+%description -n libply-splash-core5
 This package contains the libply-splash-core library
 used by 

commit plymouth for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2019-08-05 11:18:49

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.4126 (New)


Package is "plymouth"

Mon Aug  5 11:18:49 2019 rev:76 rq:720963 version:0.9.4+git20190612+9359382

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2019-07-01 
10:42:59.597342147 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.4126/plymouth.changes  
2019-08-05 11:18:54.130498257 +0200
@@ -1,0 +2,29 @@
+Mon Aug  5 05:58:21 UTC 2019 - Cliff Zhao 
+
+- Update plymouth.spec: Disable upstart-monitor compile because it
+  only used in Ubuntu/Debian. 
+
+---
+Sun Aug  4 03:51:50 UTC 2019 - Stefan Brüns 
+
+- Update plymouth.spec: Use bcond_with for X11 renderer, cleanup 
+  syntax.
+
+---
+Wed Jul 31 11:36:57 UTC 2019 - Cliff Zhao 
+
+- Update plymouth.spec: obsolete plymouth render plugin for 
+  Xwindows, Since this plugin will not be used in the production 
+  environment, and this modify will highly decrease the compilation 
+  of build requirements.
+
+---
+Mon Jul  8 06:48:38 UTC 2019 - Cliff Zhao 
+
+- Update to version 0.9.4+git20190612+9359382:
+  * two-step: Add support for firmware-splashes with rotation 
+status bits set
+  * Regenerate plymouth.pot to add the strings for the new 
+firmware-upgrade mode.
+
+---

Old:

  plymouth-0.9.4+git20190325+b9f2aac.tar.xz

New:

  plymouth-0.9.4+git20190612+9359382.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.Uzrsfx/_old  2019-08-05 11:18:55.642497639 +0200
+++ /var/tmp/diff_new_pack.Uzrsfx/_new  2019-08-05 11:18:55.642497639 +0200
@@ -16,13 +16,17 @@
 #
 
 
+# plymouth's X11 renderer adds many GTK3 packages to the build cycle,
+# it is not used in the production environment.
+%bcond_with x11_renderer
+
 %define plymouthdaemon_execdir %{_sbindir}
 %define plymouthclient_execdir %{_bindir}
 %define plymouth_libdir %{_libdir}
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.9.4+git20190325+b9f2aac
+Version:0.9.4+git20190612+9359382
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later
@@ -62,12 +66,16 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(freetype2)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libsystemd) >= 186
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pango) >= 1.21.0
 BuildRequires:  pkgconfig(systemd) >= 186
+
+%if %{with x11_renderer}
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
+%endif
+
 #BuildRequires:  translation-update-upstream
 Recommends: %{name}-lang
 
@@ -126,7 +134,9 @@
 Summary:Libraries and headers for writing Plymouth splash plugins
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+%if %{with x11_renderer}
 Requires:   %{name}-x11-renderer = %{version}
+%endif
 Requires:   libply-boot-client4 = %{version}
 Requires:   libply-splash-core4 = %{version}
 Requires:   libply-splash-graphics4 = %{version}
@@ -369,19 +379,23 @@
 %build
 autoreconf -fiv
 %configure \
-   --disable-silent-rules\
-   --disable-static  \
--enable-systemd-integration  \
--enable-tracing  \
+   --disable-silent-rules\
+   --disable-static  \
+   --disable-gdm-transition  \
+   --disable-upstart-monitoring  \
+%if %{without x11_renderer}
+   --disable-gtk \
+%endif
+   --with-release-file=%{_sysconfdir}/os-release \
+   --with-boot-tty=/dev/tty7 \
+   --with-shutdown-tty=/dev/tty1 \
--with-background-start-color-stop=0x1A3D1F   \
--with-background-end-color-stop=0x4EA65C \
--with-background-color=0x3391cd  \
-   --disable-gdm-transition  \
-   --without-system-root-install 

commit plymouth for openSUSE:Factory

2019-07-01 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2019-07-01 10:42:58

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.4615 (New)


Package is "plymouth"

Mon Jul  1 10:42:58 2019 rev:75 rq:712182 version:0.9.4+git20190325+b9f2aac

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2019-06-18 
14:54:07.733487781 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.4615/plymouth.changes  
2019-07-01 10:42:59.597342147 +0200
@@ -6,0 +7,6 @@
+Tue Jun 11 12:53:00 UTC 2019 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut the build queues by allowing usage of systemd-mini
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.TwKKAL/_old  2019-07-01 10:43:00.513343643 +0200
+++ /var/tmp/diff_new_pack.TwKKAL/_new  2019-07-01 10:43:00.517343650 +0200
@@ -58,7 +58,6 @@
 BuildRequires:  suse-module-tools
 # needed for systemd-tty-ask-password-agent
 BuildRequires:  intltool
-BuildRequires:  systemd
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  pkgconfig(cairo)





commit plymouth for openSUSE:Factory

2019-06-18 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2019-06-18 14:54:04

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.4811 (New)


Package is "plymouth"

Tue Jun 18 14:54:04 2019 rev:74 rq:709945 version:0.9.4+git20190325+b9f2aac

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2019-04-09 
20:17:55.73553 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.4811/plymouth.changes  
2019-06-18 14:54:07.733487781 +0200
@@ -1,0 +2,5 @@
+Fri Jun 14 07:06:46 UTC 2019 - Cliff Zhao 
+
+- Add dependency to dracut for plymouth-scripts(bnc#1138248). 
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.wU1zIj/_old  2019-06-18 14:54:08.885487070 +0200
+++ /var/tmp/diff_new_pack.wU1zIj/_new  2019-06-18 14:54:08.885487070 +0200
@@ -161,8 +161,9 @@
 Group:  System/Base
 Requires:   coreutils
 Requires:   cpio
+Requires:   dracut
 Requires:   findutils
-Requires:   pigz
+Requires:   gzip
 Requires(pre):  %{name} = %{version}
 
 %description scripts





commit plymouth for openSUSE:Factory

2019-04-09 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2019-04-09 20:17:51

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.3908 (New)


Package is "plymouth"

Tue Apr  9 20:17:51 2019 rev:73 rq:692356 version:0.9.4+git20190325+b9f2aac

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2019-03-28 
22:44:58.923090029 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new.3908/plymouth.changes  
2019-04-09 20:17:55.73553 +0200
@@ -1,0 +2,5 @@
+Tue Apr  2 21:32:05 UTC 2019 - Stasiek Michalski 
+
+- Change default openSUSE theme to bgrt
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.t48yI8/_old  2019-04-09 20:17:56.697775774 +0200
+++ /var/tmp/diff_new_pack.t48yI8/_new  2019-04-09 20:17:56.701775784 +0200
@@ -361,7 +361,7 @@
 
 # Change the default theme
 %if 0%{?is_opensuse}
-sed -i -e 's/spinner/openSUSE/g' src/plymouthd.defaults
+sed -i -e 's/spinner/bgrt/g' src/plymouthd.defaults
 %else
 sed -i -e 's/spinner/SLE/g' src/plymouthd.defaults
 %endif





commit plymouth for openSUSE:Factory

2019-03-28 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2019-03-28 22:44:57

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.25356 (New)


Package is "plymouth"

Thu Mar 28 22:44:57 2019 rev:72 rq:689023 version:0.9.4+git20190325+b9f2aac

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2019-03-26 
22:27:59.265769998 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new.25356/plymouth.changes 
2019-03-28 22:44:58.923090029 +0100
@@ -1,0 +2,7 @@
+Wed Mar 27 08:48:49 UTC 2019 - Cliff Zhao 
+
+- Update to version 0.9.4+git20190325+b9f2aac:
+  * themes: Update spinner and bgrt background settings
+  * Translations: Sync translations with zanata
+
+---

Old:

  plymouth-0.9.4+git20190304.ed9f201.tar.xz

New:

  plymouth-0.9.4+git20190325+b9f2aac.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.bnQCAa/_old  2019-03-28 22:44:59.547089946 +0100
+++ /var/tmp/diff_new_pack.bnQCAa/_new  2019-03-28 22:44:59.551089945 +0100
@@ -22,8 +22,7 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-#Version:   0.9.4+git20181219.c8f1256
-Version:0.9.4+git20190304.ed9f201
+Version:0.9.4+git20190325+b9f2aac
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later
@@ -342,10 +341,10 @@
 
 %package theme-bgrt
 Summary:Plymouth "bgrt" theme
-Group:  System/Base
 # Uses images from spinner theme
-Requires:   %{name}-theme-spinner = %{version}
+Group:  System/Base
 Requires:   %{name}-plugin-two-step = %{version}
+Requires:   %{name}-theme-spinner = %{version}
 Requires(post): %{name}-scripts
 BuildArch:  noarch
 





commit plymouth for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2019-03-26 22:27:56

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.25356 (New)


Package is "plymouth"

Tue Mar 26 22:27:56 2019 rev:71 rq:688054 version:0.9.4+git20190304.ed9f201

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2019-03-14 
14:57:34.227739445 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new.25356/plymouth.changes 
2019-03-26 22:27:59.265769998 +0100
@@ -1,0 +2,6 @@
+Sun Mar 24 17:04:57 UTC 2019 - Stasiek Michalski 
+
+- Fix theme-bgrt dependencies
+  (based on plugin-two-step with images from theme-spinner)
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.JW60Xd/_old  2019-03-26 22:28:01.541769449 +0100
+++ /var/tmp/diff_new_pack.JW60Xd/_new  2019-03-26 22:28:01.545769448 +0100
@@ -343,7 +343,9 @@
 %package theme-bgrt
 Summary:Plymouth "bgrt" theme
 Group:  System/Base
-Requires:   %{name}-plugin-script = %{version}
+# Uses images from spinner theme
+Requires:   %{name}-theme-spinner = %{version}
+Requires:   %{name}-plugin-two-step = %{version}
 Requires(post): %{name}-scripts
 BuildArch:  noarch
 





commit plymouth for openSUSE:Factory

2019-03-14 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2019-03-14 14:57:19

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.28833 (New)


Package is "plymouth"

Thu Mar 14 14:57:19 2019 rev:70 rq:684303 version:0.9.4+git20190304.ed9f201

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2019-01-08 
12:15:13.837108676 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new.28833/plymouth.changes 
2019-03-14 14:57:34.227739445 +0100
@@ -1,0 +2,52 @@
+Tue Mar 12 12:33:54 UTC 2019 - qz...@suse.com
+
+- Update to version 0.9.4+git20181219.c8f1256:
+  * ply-pixel-buffer: Fix right and bottom edge rendering of 
+scaled buffers.
+  * Add support for translating the user visible strings in some 
+themes
+  * Prefix Title and Subtitle theme config keywords with an 
+underscore
+  * Add new reboot and system-upgrade modes
+  * main: Remove private ply_mode_t
+  * two-step: Make ProgressBarShowPercentComplete a per mode 
+  setting
+  * plymouthd.defaults: Change default ShowDelay to 0
+  * ply-boot-splash: Do not add ply_boot_splash_update_progress 
+ timeout multiple times
+  * logging: Minor log-message fixes.
+ Improve logging format.
+  * themes: Update spinner and bgrt theme offline updates mode
+  * two-step: Add a per mode setting to suppress messages.
+  Add progress-bar support.
+  Add MessageBelowAnimation option.
+  Add per mode settings.
+  Drop background_is_bgrt view_t member
+  * ply-progress-bar: Allow caller to specify the widgets width and 
+  height.
+  Allow choosing fore- and back-ground color.
+  Redraw on percentage update.
+  * boot-server: fix type confusion when allocating connection object
+  * ply-device-manager: Handle change events for monitor hotplugging.
+Consume all events in one go.
+  * drm: Stop limiting preferred-mode picking to UEFI systems.
+ Reset mode on display-port connected outputs with a bad 
+ link-status.
+ Implement handle_change_event.
+ Ensure heads are mapped before flushing them.
+ Allow calling create_heads_for_active_connectors multiple 
+ times.
+ Allow calling ply_renderer_head_add_connector with existing 
+ connector_id.
+ Limit backend->resources lifetime to within query_device.
+ Store and keep all the outputs in the backend.
+ Add get_output_info helper function
+ Stop storing a pointer to drmModeConnector in ply_output_t
+ Stop keeing a drmModeConnector instance around.
+ Refactor ply_renderer_head_add_connector and 
+ ply_renderer_head_new
+ 
+
+- Rebase 0002-Install-label-ft-plugin-into-initrd-if-available.patch
+
+---

Old:

  plymouth-0.9.4+git20181219.c8f1256.tar.xz

New:

  plymouth-0.9.4+git20190304.ed9f201.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.vq5uHY/_old  2019-03-14 14:57:35.811739143 +0100
+++ /var/tmp/diff_new_pack.vq5uHY/_new  2019-03-14 14:57:35.811739143 +0100
@@ -22,7 +22,8 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.9.4+git20181219.c8f1256
+#Version:   0.9.4+git20181219.c8f1256
+Version:0.9.4+git20190304.ed9f201
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later
@@ -57,6 +58,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  suse-module-tools
 # needed for systemd-tty-ask-password-agent
+BuildRequires:  intltool
 BuildRequires:  systemd
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
@@ -68,6 +70,8 @@
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pango) >= 1.21.0
 BuildRequires:  pkgconfig(systemd) >= 186
+#BuildRequires:  translation-update-upstream
+Recommends: %{name}-lang
 
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
@@ -349,6 +353,7 @@
 
 %prep
 %autosetup -p1
+#translation-update-upstream
 
 # replace builddate with patch0date
 sed -i "s/__DATE__/\"$(stat -c %%y %{_sourcedir}/%{name}.changes)\"/" 
src/main.c
@@ -527,6 +532,7 @@
 %{_unitdir}/*
 %ghost %{_localstatedir}/log/boot.log
 %ghost %{_localstatedir}/spool/plymouth/boot.log
+/usr/share/locale/
 
 %files dracut
 %defattr(-, root, root)

++ 0002-Install-label-ft-plugin-into-initrd-if-available.patch ++
--- /var/tmp/diff_new_pack.vq5uHY/_old  2019-03-14 14:57:35.827739140 +0100
+++ 

commit plymouth for openSUSE:Factory

2019-01-08 Thread root


binnXAQjoNqVX.bin
Description: Binary data


commit plymouth for openSUSE:Factory

2018-12-26 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2018-12-27 00:22:49

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.28833 (New)


Package is "plymouth"

Thu Dec 27 00:22:49 2018 rev:68 rq:657395 version:0.9.4+git20181209.f7d5bb1

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2018-12-10 
12:27:29.142578087 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new.28833/plymouth.changes 
2018-12-27 00:22:55.823979710 +0100
@@ -1,0 +2,12 @@
+Wed Dec  12 08:48:56 UTC 2018 - qz...@suse.com
+
+- Update to version 0.9.4+git20181209.f7d5bb1:
+  * ply-keyboard: Fix compiler warning
+  * When a renderer goes away on a udev remove event, free
+keyboards associated with the renderer, before freeing the
+renderer.
+  * device-manager: free keyboards when deactivating a renderer
+  * keyboard: add helper to get the keyboard's renderer, if 
+applicable.
+
+---

Old:

  plymouth-0.9.4+git20181204.0cd0613.tar.xz

New:

  plymouth-0.9.4+git20181209.f7d5bb1.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.Wc8DgV/_old  2018-12-27 00:22:56.439979208 +0100
+++ /var/tmp/diff_new_pack.Wc8DgV/_new  2018-12-27 00:22:56.439979208 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.9.4+git20181204.0cd0613
+Version:0.9.4+git20181209.f7d5bb1
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later


++ plymouth-0.9.4+git20181204.0cd0613.tar.xz -> 
plymouth-0.9.4+git20181209.f7d5bb1.tar.xz ++
 92466 lines of diff (skipped)




commit plymouth for openSUSE:Factory

2018-12-10 Thread root


bin4Q1U_cCCVm.bin
Description: Binary data


commit plymouth for openSUSE:Factory

2018-12-05 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2018-12-05 09:36:51

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new.19453 (New)


Package is "plymouth"

Wed Dec  5 09:36:51 2018 rev:66 rq:652589 version:0.9.4+git20181129.a7ec3e6

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2018-11-28 
11:09:27.983227270 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new.19453/plymouth.changes 
2018-12-05 09:36:55.357130055 +0100
@@ -1,0 +2,14 @@
+Thu Nov 29 07:54:27 UTC 2018 - qz...@suse.com
+
+- Update to version 0.9.4+git20181129.a7ec3e6:
+  * Add new BGRT theme, using the firmware boot splash as background
+  * two-step: bgrt: Deal with quirky firmwares, Add ACPI BGRT 
+  extension support, Speed up background-tile drawing on HiDPI 
+  screens, Use a pixel-buffer instead of an image for the view's 
+  background
+  * ply-pixel-buffer: Add ply_pixel_buffer_rotate_upright helper,
+  Add ply_pixel_buffer_get/set_device_rotation helpers, Fix marking 
+  buffers as opaque when doing a solid fill, Fix fill_with_buffer 
+  fastpath when device_scale != 1. 
+
+---

Old:

  plymouth-0.9.4+git20181122.aaa140b.tar.xz

New:

  plymouth-0.9.4+git20181129.a7ec3e6.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.AILsg9/_old  2018-12-05 09:36:56.017129333 +0100
+++ /var/tmp/diff_new_pack.AILsg9/_new  2018-12-05 09:36:56.017129333 +0100
@@ -22,7 +22,7 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.9.4+git20181122.aaa140b
+Version:0.9.4+git20181129.a7ec3e6
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later
@@ -325,7 +325,7 @@
 Plymouth
 
 %package theme-script
-Summary:Plymouth "Script" plugin
+Summary:Plymouth "Script" theme
 Group:  System/Base
 Requires:   %{name}-plugin-script = %{version}
 Requires(post): %{name}-scripts
@@ -333,9 +333,20 @@
 
 %description theme-script
 This package contains the "script" boot splash theme for
-Plymouth. It it is a simple example theme the uses the "script"
+Plymouth. It is a simple example theme the uses the "script"
 plugin.
 
+%package theme-bgrt
+Summary:Plymouth "bgrt" theme
+Group:  System/Base
+Requires:   %{name}-plugin-script = %{version}
+Requires(post): %{name}-scripts
+BuildArch:  noarch
+
+%description theme-bgrt
+This package contains the "bgrt" boot splash theme for
+Plymouth. 
+
 %prep
 %autosetup -p1
 
@@ -633,4 +644,9 @@
 %{_datadir}/plymouth/themes/script/script.script
 %{_datadir}/plymouth/themes/script/script.plymouth
 
+%files theme-bgrt
+%defattr(-, root, root)
+%dir %{_datadir}/plymouth/themes/bgrt
+%{_datadir}/plymouth/themes/bgrt/*.*
+
 %changelog


++ plymouth-0.9.4+git20181122.aaa140b.tar.xz -> 
plymouth-0.9.4+git20181129.a7ec3e6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plymouth-0.9.4+git20181122.aaa140b/.git/FETCH_HEAD 
new/plymouth-0.9.4+git20181129.a7ec3e6/.git/FETCH_HEAD
--- old/plymouth-0.9.4+git20181122.aaa140b/.git/FETCH_HEAD  2018-11-23 
13:05:44.0 +0100
+++ new/plymouth-0.9.4+git20181129.a7ec3e6/.git/FETCH_HEAD  2018-11-29 
10:49:57.0 +0100
@@ -1,4 +1,4 @@
-aaa140b83867f3c5b147df21f878e42d36d21a65   branch 'master' of 
https://gitlab.freedesktop.org/plymouth/plymouth
+a7ec3e65ba3db78656883732feb9af7cf7362f77   branch 'master' of 
https://gitlab.freedesktop.org/plymouth/plymouth
 133ef6f14af0cebef182750784284c4249d5166c   not-for-merge   branch 
'bitmap-label-control' of https://gitlab.freedesktop.org/plymouth/plymouth
 cf766763f26ad0bb8e001a9ecf65b00f4c766e3c   not-for-merge   branch 
'config-file' of https://gitlab.freedesktop.org/plymouth/plymouth
 34ad039ed0816bd7372aca95dc0d25327320154d   not-for-merge   branch 
'cothreads' of https://gitlab.freedesktop.org/plymouth/plymouth
Binary files old/plymouth-0.9.4+git20181122.aaa140b/.git/index and 
new/plymouth-0.9.4+git20181129.a7ec3e6/.git/index differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plymouth-0.9.4+git20181122.aaa140b/.git/logs/HEAD 
new/plymouth-0.9.4+git20181129.a7ec3e6/.git/logs/HEAD
--- old/plymouth-0.9.4+git20181122.aaa140b/.git/logs/HEAD   2018-11-23 
13:02:42.0 +0100
+++ new/plymouth-0.9.4+git20181129.a7ec3e6/.git/logs/HEAD   2018-11-29 
10:49:57.0 +0100
@@ -5,3 +5,4 @@
 025ce598252c6a08738e0efbc3512500b668a94b 

commit plymouth for openSUSE:Factory

2018-11-28 Thread root


bindtNGJ7mueT.bin
Description: Binary data


commit plymouth for openSUSE:Factory

2018-11-18 Thread root


binHi9Pu7TA0y.bin
Description: Binary data


commit plymouth for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2018-11-08 09:42:51

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Thu Nov  8 09:42:51 2018 rev:63 rq:646578 version:0.9.4+git20181105.f898586

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2018-10-25 
08:09:42.500291554 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2018-11-08 
09:42:56.109489982 +0100
@@ -1,0 +2,26 @@
+Tue Nov  6 08:19:01 UTC 2018 - qz...@suse.com
+
+- Update to version 0.9.4+git20181105.f898586
+  bump to 0.9.4
+
+---
+Tue Oct 31 15:30:48 UTC 2018 - qz...@suse.com
+
+- Update to version 0.9.3+git20181031.025ce59:
+  drm: use preferred mode for outputs
+  drm: Refactor ply_renderer_connector_get_rotation
+  drm: Reset LUT/gamma table before the first drmModeSetCrtc call
+  libply: Move kernel commandline parsing functions to libply/ply-utils
+  throbber: Don't skip last frame when waiting for end.
+- Drop plymouth-throbber-Don-t-skip-last-frame-when-waiting-for-end.patch
+  * Upstream has already accept Michal's modification.
+
+---
+Tue Oct 23 07:15:48 UTC 2018 - m...@suse.com
+
+- plymouth-throbber-Don-t-skip-last-frame-when-waiting-for-end.patch
+  * Make sure plymouthd stops throbber animation at the first
+opportunity after receiving quit command, instead of looping
+multiple times. (boo#1110199)
+
+---

Old:

  plymouth-0.9.3+git20181016.a588b3f.tar.xz

New:

  plymouth-0.9.4+git20181105.f898586.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.cJeMKP/_old  2018-11-08 09:42:57.033488907 +0100
+++ /var/tmp/diff_new_pack.cJeMKP/_new  2018-11-08 09:42:57.037488902 +0100
@@ -22,7 +22,7 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.9.3+git20181016.a588b3f
+Version:0.9.4+git20181105.f898586
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0-or-later


++ plymouth-0.9.3+git20181016.a588b3f.tar.xz -> 
plymouth-0.9.4+git20181105.f898586.tar.xz ++
 92949 lines of diff (skipped)




commit plymouth for openSUSE:Factory

2018-10-25 Thread root


binhMK_BWFtMh.bin
Description: Binary data


commit plymouth for openSUSE:Factory

2018-09-04 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2018-09-04 22:47:18

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Tue Sep  4 22:47:18 2018 rev:61 rq:632215 version:0.9.3+git20180827.0a66272

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2018-08-07 
10:50:33.352633699 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2018-09-04 
22:47:24.239197073 +0200
@@ -1,0 +2,39 @@
+Tue Aug 28 07:32:03 UTC 2018 - qz...@suse.com
+
+- Update to version 0.9.3+git20180827.0a66272:
+  ensure tty is closed on deactivate
+  If plymouth doesn't get explicitly "activated" then when
+  GDM tries to deactivate it, the deactivation request is
+  a noop.
+  One aspect of being active, though is having ownership and
+  control of the terminal.  This happens immediately, even
+  before a splash is shown.
+  The `deactivate` request needs to relinguish such control,
+  unconditionally, since some display server is about to use
+  the tty.
+- Update patch name base on quilt standerd
+  Remove only_use_fb_for_cirrus_bochs.patch
+  Add plymouth-only_use_fb_for_cirrus_bochs.patch
+  Remove 0001-Some-greenish-openSUSE-colors.patch
+  Add plymouth-some-greenish-openSUSE-colors.patch
+
+---
+Fri Aug 17 17:36:09 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.9.3+git20180807.7663b0c:
+  * systemd-units: Add "ConditionVirtualization=!container"
+  * README: add link to Code of Conduct
+  * two-step: add unhandled splash mode case to switch
+  * main: fix build
+  * Fix miscellaneous compiler warnings
+  * configure: Pass -Wno-cast-function-type if available
+  * main: Fix getting detailed logs from systemd
+  * main: Show details when ESC is pressed during splash_delay
+  * drm: Remove unnecessary reset_scan_out_buffer_if_needed() call
+from ply_renderer_head_map()
+  * main: Only activate renderers if the splash uses pixel-displays
+- Switch to new gitlab home in _service.
+- Refresh patches with quilt.
+- Use autosetup macro.
+
+---

Old:

  0001-Some-greenish-openSUSE-colors.patch
  only_use_fb_for_cirrus_bochs.patch
  plymouth-0.9.3+git20171220.6e9e95d.tar.xz

New:

  plymouth-0.9.3+git20180827.0a66272.tar.xz
  plymouth-only_use_fb_for_cirrus_bochs.patch
  plymouth-some-greenish-openSUSE-colors.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.a4Q5tj/_old  2018-09-04 22:47:24.807199028 +0200
+++ /var/tmp/diff_new_pack.a4Q5tj/_new  2018-09-04 22:47:24.811199042 +0200
@@ -22,43 +22,31 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.9.3+git20171220.6e9e95d
+Version:0.9.3+git20180827.0a66272
 Release:0
 Summary:Graphical Boot Animation and Logger
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Base
 Url:http://www.freedesktop.org/wiki/Software/Plymouth
 
 Source0:%{name}-%{version}.tar.xz
 Source1:boot-duration
-# PATCH-FIX-OPENSUSE plymouth-dracut-path.patch tittiatc...@gmail.com
-# -- prefix is /usr/sbin and /usr/bin
-Patch9: plymouth-dracut-path.patch
-# PATCH-FIX-OPENSUSE 0001-Some-greenish-openSUSE-colors.patch bnc#886148 
fcro...@suse.com
-# -- to use suse colors in tribar.
-Patch10:0001-Some-greenish-openSUSE-colors.patch
-# PATCH-FIX-OPENSUSE plymouth-correct-runtime-dir.patch tittiatc...@gmail.com 
-# -- make sure the runtime directory is /run and not /var/run
-Patch16:plymouth-correct-runtime-dir.patch
-# PATCH-FIX-UPSTREAM plymouth-manpages.patch bnc#871419 idoen...@suse.de 
-# -- Fix man page installation
-Patch17:plymouth-manpages.patch
-# PATCH-FIX-UPSTREAM plymouth-ignore-cirrusdrm.patch bnc#888590 
fcro...@suse.com 
-# -- ignore cirrusdrm, use fb instead
-# Patch26:plymouth-ignore-cirrusdrm.patch
-# PATCH-FIX-OPENSUSE only_use_fb_for_cirrus_bochs.patch bnc#888590 
fv...@suse.com 
-# -- force fb for cirrus and bochs, force drm otherwise. replace removal of 
framebuffer 
-# -- driver and plymouth-ignore-cirrusdrm.patch with single patch.
-Patch26:only_use_fb_for_cirrus_bochs.patch
-# PATCH-FIX-UPSTREAM 
-# 0001-Add-label-ft-plugin.patch 
-# 0002-Install-label-ft-plugin-into-initrd-if-available.patch 
-# 0003-fix_null_deref.patch 
-# boo#959986 fv...@suse.com
-# -- add ability to output text in initrd needed for encryption.
-Patch30:0001-Add-label-ft-plugin.patch
-Patch31:

commit plymouth for openSUSE:Factory

2018-08-07 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2018-08-07 10:50:30

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Tue Aug  7 10:50:30 2018 rev:60 rq:627433 version:0.9.3+git20171220.6e9e95d

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2018-04-20 
17:23:44.339008275 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2018-08-07 
10:50:33.352633699 +0200
@@ -1,0 +2,6 @@
+Sat Aug  4 06:15:14 UTC 2018 - qz...@suse.com
+
+- Drop plymouth-fix-window-size: The use of the smallest screen 
+  size is deliberate (boo#804607 bsc#894051).
+
+---
@@ -7 +13 @@
-- Use %license instead of %doc [bsc#1082318]
+- Use %license instead of %doc (bsc#1082318)
@@ -242 +248 @@
-  fix incorrect UTF-8 code used for square [bnc#886148].
+  fix incorrect UTF-8 code used for square (bnc#886148).
@@ -248 +254 @@
-  instead [bnc#888590]
+  instead (bnc#888590)
@@ -261 +267 @@
-  colors on tribar [bnc#886148]
+  colors on tribar (bnc#886148)

Old:

  plymouth-fix-window-size



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.FWZaFE/_old  2018-08-07 10:50:33.860634609 +0200
+++ /var/tmp/diff_new_pack.FWZaFE/_new  2018-08-07 10:50:33.860634609 +0200
@@ -20,31 +20,46 @@
 %define plymouthclient_execdir %{_bindir}
 %define plymouth_libdir %{_libdir}
 %define plymouth_initrd_file /boot/initrd-plymouth.img
+
 Name:   plymouth
 Version:0.9.3+git20171220.6e9e95d
 Release:0
 Summary:Graphical Boot Animation and Logger
-License:GPL-2.0-or-later
+License:GPL-2.0+
 Group:  System/Base
-URL:http://freedesktop.org/software/plymouth/releases
-# Switched to git snapshot to ease bugfix inclusion
+Url:http://www.freedesktop.org/wiki/Software/Plymouth
+
 Source0:%{name}-%{version}.tar.xz
 Source1:boot-duration
-# PATCH-OPENSUSE -- Handle correctly multiple displays with different sizes
-Patch3: plymouth-fix-window-size
-# PATCH-OPENSUSE -- prefix is /usr/sbin and /usr/bin
+# PATCH-FIX-OPENSUSE plymouth-dracut-path.patch tittiatc...@gmail.com
+# -- prefix is /usr/sbin and /usr/bin
 Patch9: plymouth-dracut-path.patch
+# PATCH-FIX-OPENSUSE 0001-Some-greenish-openSUSE-colors.patch bnc#886148 
fcro...@suse.com
+# -- to use suse colors in tribar.
 Patch10:0001-Some-greenish-openSUSE-colors.patch
-# PATCH-OPENSUSE -- plymouth-correct-runtime-dir.patch tittiatc...@gmail.com 
-- make sure the runtime directory is /run and not /var/run
+# PATCH-FIX-OPENSUSE plymouth-correct-runtime-dir.patch tittiatc...@gmail.com 
+# -- make sure the runtime directory is /run and not /var/run
 Patch16:plymouth-correct-runtime-dir.patch
-# PATCH-FIX-UPSTREAM plymouth-manpages.patch idoen...@suse.de -- Fix man page 
installation
+# PATCH-FIX-UPSTREAM plymouth-manpages.patch bnc#871419 idoen...@suse.de 
+# -- Fix man page installation
 Patch17:plymouth-manpages.patch
-# PATCH-FIX-OPENSUSE only_use_fb_for_cirrus_bochs.patch fv...@suse.com -- 
force fb for cirrus and bochs, force drm otherwise
+# PATCH-FIX-UPSTREAM plymouth-ignore-cirrusdrm.patch bnc#888590 
fcro...@suse.com 
+# -- ignore cirrusdrm, use fb instead
+# Patch26:plymouth-ignore-cirrusdrm.patch
+# PATCH-FIX-OPENSUSE only_use_fb_for_cirrus_bochs.patch bnc#888590 
fv...@suse.com 
+# -- force fb for cirrus and bochs, force drm otherwise. replace removal of 
framebuffer 
+# -- driver and plymouth-ignore-cirrusdrm.patch with single patch.
 Patch26:only_use_fb_for_cirrus_bochs.patch
-# PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch fv...@suse.com -- add 
ability to output text in initrd
+# PATCH-FIX-UPSTREAM 
+# 0001-Add-label-ft-plugin.patch 
+# 0002-Install-label-ft-plugin-into-initrd-if-available.patch 
+# 0003-fix_null_deref.patch 
+# boo#959986 fv...@suse.com
+# -- add ability to output text in initrd needed for encryption.
 Patch30:0001-Add-label-ft-plugin.patch
 Patch31:0002-Install-label-ft-plugin-into-initrd-if-available.patch
 Patch32:0003-fix_null_deref.patch
+
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  kernel-headers
@@ -65,6 +80,7 @@
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(pango) >= 1.21.0
 BuildRequires:  pkgconfig(systemd) >= 186
+
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
 Requires:   systemd >= 186
@@ -334,7 +350,6 @@
 
 %prep
 %setup -q
-%patch3 -p1
 %patch9
 %patch10 -p1
 %patch16 -p1





commit plymouth for openSUSE:Factory

2018-04-20 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2018-04-20 17:23:39

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Fri Apr 20 17:23:39 2018 rev:59 rq:597605 version:0.9.3+git20171220.6e9e95d

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2018-01-25 
12:37:54.034058548 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2018-04-20 
17:23:44.339008275 +0200
@@ -1,0 +2,8 @@
+Wed Apr 11 12:44:36 UTC 2018 - ohole...@suse.com
+
+- Modify 0001-Add-label-ft-plugin.patch to fix problems with
+  multiline text (bsc#1083695)
+  * to prevent infinite loop newline characters need to be skipped
+- Use %license instead of %doc [bsc#1082318]
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.e8XiH1/_old  2018-04-20 17:23:45.274974338 +0200
+++ /var/tmp/diff_new_pack.e8XiH1/_new  2018-04-20 17:23:45.278974193 +0200
@@ -24,9 +24,9 @@
 Version:0.9.3+git20171220.6e9e95d
 Release:0
 Summary:Graphical Boot Animation and Logger
-License:GPL-2.0+
+License:GPL-2.0-or-later
 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
 Source0:%{name}-%{version}.tar.xz
 Source1:boot-duration
@@ -491,7 +491,8 @@
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS NEWS README COPYING
+%license COPYING
+%doc AUTHORS NEWS README
 %dir %{_datadir}/plymouth
 %dir %{_datadir}/plymouth/themes
 %dir %{_datadir}/plymouth/themes/details

++ 0001-Add-label-ft-plugin.patch ++
--- /var/tmp/diff_new_pack.e8XiH1/_old  2018-04-20 17:23:45.298973468 +0200
+++ /var/tmp/diff_new_pack.e8XiH1/_new  2018-04-20 17:23:45.302973323 +0200
@@ -113,7 +113,7 @@
 index 000..06fe73e
 --- /dev/null
 +++ b/src/plugins/controls/label-ft/plugin.c
-@@ -0,0 +1,501 @@
+@@ -0,0 +1,507 @@
 +/* ply-label.c - label control
 + *
 + * Copyright (C) 2008 Red Hat, Inc.
@@ -316,6 +316,9 @@
 +label->area.height += (label->face->size->metrics.ascender - 
label->face->size->metrics.descender) >> 6;
 +
 +text = strchr (text, '\n');
++/* skip newline character */
++if (text)
++++text;
 +}
 +
 +/* If centered, area.x is not the origin anymore */
@@ -457,6 +460,9 @@
 +
 +++cur_c;
 +}
++/* skip newline character */
++if (*cur_c)
++++cur_c;
 +
 +/* Next line */
 +pen.y += label->face->size->metrics.height;





commit plymouth for openSUSE:Factory

2018-01-25 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2018-01-25 12:37:52

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Thu Jan 25 12:37:52 2018 rev:58 rq:568053 version:0.9.3+git20171220.6e9e95d

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2017-12-21 
11:21:52.057420702 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2018-01-25 
12:37:54.034058548 +0100
@@ -1,0 +2,8 @@
+Sat Jan 13 21:20:16 UTC 2018 - zai...@opensuse.org
+
+- Update to version 0.9.3+git20171220.6e9e95d:
+  * device-manager: drop superfluous
+create_pixel_displays_for_renderer call
+  * x11: don't call gdk_display_get_name before gtk_init
+
+---

Old:

  plymouth-0.9.3+git20171130.fa66a5b.tar.xz

New:

  plymouth-0.9.3+git20171220.6e9e95d.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.61nZSQ/_old  2018-01-25 12:37:54.906017842 +0100
+++ /var/tmp/diff_new_pack.61nZSQ/_new  2018-01-25 12:37:54.906017842 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plymouth
 #
-# 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
@@ -21,7 +21,7 @@
 %define plymouth_libdir %{_libdir}
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 Name:   plymouth
-Version:0.9.3+git20171130.fa66a5b
+Version:0.9.3+git20171220.6e9e95d
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+

++ _servicedata ++
--- /var/tmp/diff_new_pack.61nZSQ/_old  2018-01-25 12:37:54.962015228 +0100
+++ /var/tmp/diff_new_pack.61nZSQ/_new  2018-01-25 12:37:54.962015228 +0100
@@ -1,4 +1,4 @@
 
 
 git://anongit.freedesktop.org/plymouth
-  fa66a5b66700779dafc73f1034ad771d56db9e84
\ No newline at end of file
+  6e9e95dc0fe89a3c52f50e44ff0096a6e65e46a6
\ No newline at end of file


++ plymouth-0.9.3+git20171130.fa66a5b.tar.xz -> 
plymouth-0.9.3+git20171220.6e9e95d.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plymouth-0.9.3+git20171130.fa66a5b/src/libply-splash-core/ply-device-manager.c
 
new/plymouth-0.9.3+git20171220.6e9e95d/src/libply-splash-core/ply-device-manager.c
--- 
old/plymouth-0.9.3+git20171130.fa66a5b/src/libply-splash-core/ply-device-manager.c
  2017-11-30 15:10:46.0 +0100
+++ 
new/plymouth-0.9.3+git20171220.6e9e95d/src/libply-splash-core/ply-device-manager.c
  2017-12-20 16:51:10.0 +0100
@@ -713,7 +713,6 @@
 if (manager->keyboard_added_handler != NULL)
 manager->keyboard_added_handler 
(manager->event_handler_data, keyboard);
 
-create_pixel_displays_for_renderer (manager, renderer);
 ply_hashtable_insert (manager->renderers, strdup 
(ply_renderer_get_device_name (renderer)), renderer);
 create_pixel_displays_for_renderer (manager, renderer);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plymouth-0.9.3+git20171130.fa66a5b/src/plugins/renderers/x11/plugin.c 
new/plymouth-0.9.3+git20171220.6e9e95d/src/plugins/renderers/x11/plugin.c
--- old/plymouth-0.9.3+git20171130.fa66a5b/src/plugins/renderers/x11/plugin.c   
2017-11-30 15:10:46.0 +0100
+++ new/plymouth-0.9.3+git20171220.6e9e95d/src/plugins/renderers/x11/plugin.c   
2017-12-20 16:51:10.0 +0100
@@ -105,6 +105,11 @@
 {
 ply_renderer_backend_t *backend;
 
+gdk_set_allowed_backends ("x11");
+
+if (!gtk_init_check (0, NULL))
+return false;
+
 backend = calloc (1, sizeof(ply_renderer_backend_t));
 
 backend->loop = ply_event_loop_get_default ();
@@ -150,11 +155,6 @@
 Display *display;
 int display_fd;
 
-gdk_set_allowed_backends ("x11");
-
-if (!gtk_init_check (0, NULL))
-return false;
-
 /* Force gtk+ to deal in device pixels */
 gdk_x11_display_set_window_scale (gdk_display_get_default (), 1);
 




commit plymouth for openSUSE:Factory

2017-12-21 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2017-12-21 11:21:50

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Thu Dec 21 11:21:50 2017 rev:57 rq:558604 version:0.9.3+git20171130.fa66a5b

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2017-12-08 
21:47:22.239114385 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2017-12-21 
11:21:52.057420702 +0100
@@ -1,0 +2,15 @@
+Mon Dec 04 11:23:27 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.9.3+git20171130.fa66a5b:
+  * INSTALL: Fix a spelling error in the command example
+  * populate-initrd: handle themes with subdirs
+  * device-manager: fall back to text mode if graphical devices
+fail
+  * scripts: Use >&2 instead of /dev/stderr
+  * terminal: add include for sysmacros.h
+  * configure: bump to 0.9.4
+  * terminal-session: don't delete boot.log
+  * Revert "Make boot.log world readable by default"
+- Rebase 0002-Install-label-ft-plugin-into-initrd-if-available.patch
+
+---

Old:

  plymouth-0.9.2+git20170424.6fd5c6b.tar.xz

New:

  plymouth-0.9.3+git20171130.fa66a5b.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.C6MyWv/_old  2017-12-21 11:21:53.301360049 +0100
+++ /var/tmp/diff_new_pack.C6MyWv/_new  2017-12-21 11:21:53.305359854 +0100
@@ -21,7 +21,7 @@
 %define plymouth_libdir %{_libdir}
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 Name:   plymouth
-Version:0.9.2+git20170424.6fd5c6b
+Version:0.9.3+git20171130.fa66a5b
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+

++ 0002-Install-label-ft-plugin-into-initrd-if-available.patch ++
--- /var/tmp/diff_new_pack.C6MyWv/_old  2017-12-21 11:21:53.321359074 +0100
+++ /var/tmp/diff_new_pack.C6MyWv/_new  2017-12-21 11:21:53.321359074 +0100
@@ -14,8 +14,8 @@
 index 43c7f22..a109c59 100755
 --- a/scripts/plymouth-populate-initrd.in
 +++ b/scripts/plymouth-populate-initrd.in
-@@ -414,6 +414,15 @@ if [ -d 
${PLYMOUTH_DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME} ]; then
- done
+@@ -427,6 +427,15 @@
+  inst_recur "${PLYMOUTH_DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}"
  fi
  
 +if [ -f "${PLYMOUTH_PLUGIN_PATH}/label-ft.so" ]; then

++ _service ++
--- /var/tmp/diff_new_pack.C6MyWv/_old  2017-12-21 11:21:53.341358099 +0100
+++ /var/tmp/diff_new_pack.C6MyWv/_new  2017-12-21 11:21:53.345357904 +0100
@@ -4,7 +4,7 @@
 git
 enable
 plymouth
-0.9.2+git%cd.%h
+0.9.3+git%cd.%h
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.C6MyWv/_old  2017-12-21 11:21:53.361357124 +0100
+++ /var/tmp/diff_new_pack.C6MyWv/_new  2017-12-21 11:21:53.361357124 +0100
@@ -1,4 +1,4 @@
 
 
 git://anongit.freedesktop.org/plymouth
-  6fd5c6b260b89604f2ff7d65a4f1a011db23a726
+  fa66a5b66700779dafc73f1034ad771d56db9e84
\ No newline at end of file


++ plymouth-0.9.2+git20170424.6fd5c6b.tar.xz -> 
plymouth-0.9.3+git20171130.fa66a5b.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plymouth-0.9.2+git20170424.6fd5c6b/INSTALL 
new/plymouth-0.9.3+git20171130.fa66a5b/INSTALL
--- old/plymouth-0.9.2+git20170424.6fd5c6b/INSTALL  2017-04-24 
22:16:47.0 +0200
+++ new/plymouth-0.9.3+git20171130.fa66a5b/INSTALL  2017-11-30 
15:10:46.0 +0100
@@ -61,7 +61,7 @@
 
 To decrypt your root, run
 
-lymouth ask-for-password --command="/sbin/cryptsetup luksOpen -T ..."
+plymouth ask-for-password --command="/sbin/cryptsetup luksOpen -T ..."
 
 where the --command is whatever makes sense for you.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plymouth-0.9.2+git20170424.6fd5c6b/configure.ac 
new/plymouth-0.9.3+git20171130.fa66a5b/configure.ac
--- old/plymouth-0.9.2+git20170424.6fd5c6b/configure.ac 2017-04-24 
22:16:47.0 +0200
+++ new/plymouth-0.9.3+git20171130.fa66a5b/configure.ac 2017-11-30 
15:10:46.0 +0100
@@ -1,4 +1,4 @@
-AC_INIT([plymouth],[0.9.3],[https://bugs.freedesktop.org/enter_bug.cgi?product=plymouth])
+AC_INIT([plymouth],[0.9.4],[https://bugs.freedesktop.org/enter_bug.cgi?product=plymouth])
 AC_CONFIG_SRCDIR(src/main.c)
 AC_CONFIG_HEADER(config.h)
 AC_CONFIG_AUX_DIR(build-tools)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plymouth-0.9.2+git20170424.6fd5c6b/scripts/plymouth-populate-initrd.in 

commit plymouth for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2017-12-08 21:46:18

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Fri Dec  8 21:46:18 2017 rev:56 rq:548021 version:0.9.2+git20170424.6fd5c6b

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2017-06-16 
10:48:39.995162117 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2017-12-08 
21:47:22.239114385 +0100
@@ -1,0 +2,7 @@
+Wed Nov 29 07:59:40 UTC 2017 - qz...@suse.com
+
+- Drop stop-graphical.patch: There are no conflicting these days, 
+  obsolete this patch to enable auto switch to TTY when display 
+  server not exist (boo#1066510).
+
+---

Old:

  stop-graphical.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.Y8KRP4/_old  2017-12-08 21:47:22.811089780 +0100
+++ /var/tmp/diff_new_pack.Y8KRP4/_new  2017-12-08 21:47:22.815089608 +0100
@@ -32,8 +32,6 @@
 Source1:boot-duration
 # PATCH-OPENSUSE -- Handle correctly multiple displays with different sizes
 Patch3: plymouth-fix-window-size
-# PATCH-OPENSUSE -- Ensure graphical.target is conflicting with 
plymouth-wait-quit.service
-Patch4: stop-graphical.patch
 # PATCH-OPENSUSE -- prefix is /usr/sbin and /usr/bin
 Patch9: plymouth-dracut-path.patch
 Patch10:0001-Some-greenish-openSUSE-colors.patch
@@ -337,7 +335,6 @@
 %prep
 %setup -q
 %patch3 -p1
-%patch4 -p1
 %patch9
 %patch10 -p1
 %patch16 -p1





commit plymouth for openSUSE:Factory

2017-06-16 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2017-06-16 10:48:39

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Fri Jun 16 10:48:39 2017 rev:55 rq:503783 version:0.9.2+git20170424.6fd5c6b

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2017-02-03 
18:56:21.998224485 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2017-06-16 
10:48:39.995162117 +0200
@@ -1,0 +2,21 @@
+Wed Jun 14 06:16:48 UTC 2017 - qz...@suse.com
+
+- Update plymouth.spec: Add COPYING file in plymouth package file
+  list, This is for the law requirement (bsc#1043834). 
+
+---
+Mon May  8 15:20:02 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to version 0.9.2+git20170424.6fd5c6b:
+  * main: Look for config in runtime dir first
+  * main: Look for theme in runtime dir first
+  * Revert "Recreate boot log at each boot instead of appending"
+  * x11: implement get_display_name
+  * drm: implement get_display_name
+  * configure: don't look for libudev when --without-udev is passed
+  * renderer: export device name from plugin
+  * device-manager: handle NULL renderer better
+- Remove 0001-device-manager-handle-NULL-renderer-better.patch
+  (upstreamed).
+
+---

Old:

  0001-device-manager-handle-NULL-renderer-better.patch
  plymouth-0.9.2+git20161215.18dd755.tar.xz

New:

  plymouth-0.9.2+git20170424.6fd5c6b.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.m8fae2/_old  2017-06-16 10:48:40.999020811 +0200
+++ /var/tmp/diff_new_pack.m8fae2/_new  2017-06-16 10:48:40.999020811 +0200
@@ -21,7 +21,7 @@
 %define plymouth_libdir %{_libdir}
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 Name:   plymouth
-Version:0.9.2+git20161215.18dd755
+Version:0.9.2+git20170424.6fd5c6b
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
@@ -41,8 +41,6 @@
 Patch16:plymouth-correct-runtime-dir.patch
 # PATCH-FIX-UPSTREAM plymouth-manpages.patch idoen...@suse.de -- Fix man page 
installation
 Patch17:plymouth-manpages.patch
-# PATCH-FIX-UPSTREAM 0001-device-manager-handle-NULL-renderer-better.patch 
rstr...@redhat.com -- device-manager: handle NULL renderer better
-Patch18:0001-device-manager-handle-NULL-renderer-better.patch
 # PATCH-FIX-OPENSUSE only_use_fb_for_cirrus_bochs.patch fv...@suse.com -- 
force fb for cirrus and bochs, force drm otherwise
 Patch26:only_use_fb_for_cirrus_bochs.patch
 # PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch fv...@suse.com -- add 
ability to output text in initrd
@@ -344,7 +342,6 @@
 %patch10 -p1
 %patch16 -p1
 %patch17 -p1
-%patch18 -p1
 %patch26 -p1
 %patch30 -p1
 %patch31 -p1
@@ -497,7 +494,7 @@
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS README COPYING
 %dir %{_datadir}/plymouth
 %dir %{_datadir}/plymouth/themes
 %dir %{_datadir}/plymouth/themes/details

++ _servicedata ++
--- /var/tmp/diff_new_pack.m8fae2/_old  2017-06-16 10:48:41.059012366 +0200
+++ /var/tmp/diff_new_pack.m8fae2/_new  2017-06-16 10:48:41.059012366 +0200
@@ -1,4 +1,4 @@
 
 
 git://anongit.freedesktop.org/plymouth
-  18dd75589bbdf0ddc07a61421f05078df88ee768
\ No newline at end of file
+  6fd5c6b260b89604f2ff7d65a4f1a011db23a726


++ plymouth-0.9.2+git20161215.18dd755.tar.xz -> 
plymouth-0.9.2+git20170424.6fd5c6b.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plymouth-0.9.2+git20161215.18dd755/configure.ac 
new/plymouth-0.9.2+git20170424.6fd5c6b/configure.ac
--- old/plymouth-0.9.2+git20161215.18dd755/configure.ac 2016-12-15 
20:24:40.0 +0100
+++ new/plymouth-0.9.2+git20170424.6fd5c6b/configure.ac 2017-04-24 
22:16:47.0 +0200
@@ -39,11 +39,11 @@
 AC_SUBST(IMAGE_LIBS)
 
 AC_ARG_WITH(udev, AS_HELP_STRING([--with-udev], [Add udev support]),, 
with_udev=yes)
-PKG_CHECK_MODULES(UDEV, [libudev], have_udev=yes, have_udev=no)
-AC_SUBST(UDEV_CFLAGS)
-AC_SUBST(UDEV_LIBS)
 
 if test "x$with_udev" != "xno" ; then
+  PKG_CHECK_MODULES(UDEV, [libudev], have_udev=yes, have_udev=no)
+  AC_SUBST(UDEV_CFLAGS)
+  AC_SUBST(UDEV_LIBS)
   if test "x$have_udev" = "xyes"; then
 AC_DEFINE(HAVE_UDEV, 1, [Define if have udev support])
   else
@@ -269,6 +269,9 @@
 plymouththemedir=$datadir/plymouth/themes
 AS_AC_EXPAND(PLYMOUTH_THEME_PATH, $plymouththemedir)
 

commit plymouth for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2017-01-31 12:30:58

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2016-02-16 
09:18:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2017-02-03 
18:56:21.998224485 +0100
@@ -1,0 +2,80 @@
+Thu Jan 26 22:11:01 UTC 2017 - zai...@opensuse.org
+
+- Drop use-mkinitrd.patch: No longer needed, mkinitrd is just a
+  wrapper for dracut now any way, hence this patch is currently
+  pointless.
+
+---
+Wed Jan 25 14:38:09 UTC 2017 - fv...@suse.com
+
+- Remove patch which causes breakage with systemd-vconsole-setup (bsc#1020327):
+  * 0001-let-it-become-a-real-daemon.patch
+- Add upstream patch to fix crash on boot:
+  * 0001-device-manager-handle-NULL-renderer-better.patch
+- Replace removal of framebuffer driver and plymouth-ignore-cirrusdrm.patch
+  with single patch:
+  * only_use_fb_for_cirrus_bochs.patch
+
+---
+Mon Jan 09 17:01:44 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.9.2+git20161215.18dd755:
+  * terminal: refresh geometry after drm device arrives
+  * logger: stop using carriage returns
+  * build-goo: don't install systemd units during distcheck
+  * systemd-units: Fix uninstall script
+  * configure: switch to tar.xz instead tar.bz2
+  * libply: fix HiDPI detection
+  * libply, main: Add device scale setting
+  * main: support plymouth.force-scale on the kernel command line
+  * build-goo: make udev support build time optional
+  * device-manager: dont pass terminal as renderer device
+
+---
+Tue Sep 06 09:23:50 UTC 2016 - tchva...@suse.com
+
+- Update to version 0.9.2+git20160823.e4b7e49:
+  * libply: fix HiDPI detection
+  * libply, main: Add device scale setting
+  * main: support plymouth.force-scale on the kernel command line
+- Refresh patch:
+  * 0001-let-it-become-a-real-daemon.patch
+
+---
+Tue Sep  6 09:22:50 UTC 2016 - tchva...@suse.com
+
+- Add systemd to buildrequires to properly detect systemd-ask-password
+
+---
+Thu Aug  4 11:15:47 UTC 2016 - tchva...@suse.com
+
+- Sort out with spec-cleaner and move all buildrequires to main scope
+  not to subpkgs, sometimes interpreted wrongly by rpm if it is split
+
+---
+Thu Aug  4 11:06:30 UTC 2016 - tchva...@suse.com
+
+- Reduce patches list removing merged upstream (bit differently tho):
+  * 0001-seats-guard-against-NULL-terminal.patch
+  * fix-serial-consoles.patch
+  * plymouth-boot-vga-framebuffer.patch
+- Refresh patches:
+  * 0001-let-it-become-a-real-daemon.patch
+- Update to version 0.9.2+git20160620.0e65b86:
+  * configure: tweak defaults to be more systemd friendly
+  * text: don't draw if not animating
+  * terminal: always open terminal in non-blocking mode
+  * device-manager: probe existing DRM devices at startup
+  * drm: don't pick up drm master implicitly
+  * terminal: refresh geometry after drm device arrives
+  * logger: stop using carriage returns
+  * build-goo: don't install systemd units during distcheck
+  * systemd-units: Fix uninstall script
+  * configure: switch to tar.xz instead tar.bz2
+
+---
+Wed Jun  1 10:20:05 UTC 2016 - idon...@suse.com
+
+- Remove framebuffer support bsc#980750 and bsc#982226 
+
+---

Old:

  0001-let-it-become-a-real-daemon.patch
  0001-seats-guard-against-NULL-terminal.patch
  fix-serial-consoles.patch
  plymouth-0.9.2.tar.bz2
  plymouth-boot-vga-framebuffer.patch
  plymouth-ignore-cirrusdrm.patch
  use-mkinitrd.patch

New:

  0001-device-manager-handle-NULL-renderer-better.patch
  _service
  _servicedata
  only_use_fb_for_cirrus_bochs.patch
  plymouth-0.9.2+git20161215.18dd755.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.RnsmHP/_old  2017-02-03 18:56:23.741979610 +0100
+++ /var/tmp/diff_new_pack.RnsmHP/_new  2017-02-03 18:56:23.741979610 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plymouth
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # 

commit plymouth for openSUSE:Factory

2016-02-16 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2016-02-16 09:18:13

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2016-01-20 
09:54:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2016-02-16 
09:18:14.0 +0100
@@ -1,0 +2,14 @@
+Mon Feb  8 15:00:06 UTC 2016 - fv...@suse.com
+
+- Add 0003-fix_null_deref.patch as well
+- Avoid potential SEGV if label plugin fails to load
+
+---
+Wed Jan 20 13:14:31 UTC 2016 - fv...@suse.com
+
+- Add 0001-Add-label-ft-plugin.patch and 
+0002-Install-label-ft-plugin-into-initrd-if-available.patch:
+- Ability to output text in initrd, needed for encryption
+- boo#959986
+
+---

New:

  0001-Add-label-ft-plugin.patch
  0002-Install-label-ft-plugin-into-initrd-if-available.patch
  0003-fix_null_deref.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.yL9fDg/_old  2016-02-16 09:18:15.0 +0100
+++ /var/tmp/diff_new_pack.yL9fDg/_new  2016-02-16 09:18:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plymouth
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -50,6 +50,10 @@
 Patch26:plymouth-ignore-cirrusdrm.patch
 Patch28:plymouth-boot-vga-framebuffer.patch
 Patch29:0001-let-it-become-a-real-daemon.patch
+# PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch fv...@suse.com -- add 
ability to output text in initrd
+Patch30:0001-Add-label-ft-plugin.patch
+Patch31:0002-Install-label-ft-plugin-into-initrd-if-available.patch
+Patch32:0003-fix_null_deref.patch
 
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
@@ -72,6 +76,7 @@
 Requires(post): plymouth-scripts = %{version}
 BuildRequires:  suse-module-tools
 Suggests:   plymouth-plugin-label
+Recommends: plymouth-plugin-label-ft
 Provides:   bootsplash = 3.4
 Obsoletes:  bootsplash <= 3.4
 Provides:   systemd-plymouth = 44-10.2
@@ -166,13 +171,25 @@
 Group:  System/Base
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(pango) >= 1.21.0
-Requires:   libply-splash-core4 = %{version}
+Requires:   libply-splash-graphics4 = %{version}
 
 %description plugin-label
 This package contains the label control plugin for
 Plymouth. It provides the ability to render text on
 graphical boot splashes using pango and cairo.
 
+%package plugin-label-ft
+Summary:Plymouth FreeType label plugin
+Group:  System/Base
+BuildRequires:  pkgconfig(freetype2)
+Requires:   fontconfig
+Requires:   libply-splash-graphics4 = %{version}
+
+%description plugin-label-ft
+This package contains the label control plugin for
+Plymouth. It provides the ability to render text on
+graphical boot splashes using FreeTyoe
+
 %package plugin-fade-throbber
 Summary:Plymouth "Fade-Throbber" plugin
 Group:  System/Base
@@ -336,6 +353,9 @@
 %patch26 -p1
 %patch28 -p1
 %patch29 -p1
+%patch30 -p1
+%patch31 -p1
+%patch32 -p1
 
 # replace builddate with patch0date
 sed -i "s/__DATE__/\"$(stat -c %y %{_sourcedir}/%{name}.changes)\"/" src/main.c
@@ -570,6 +590,10 @@
 %defattr(-, root, root)
 %{_libdir}/plymouth/label.so
 
+%files plugin-label-ft
+%defattr(-, root, root)
+%{_libdir}/plymouth/label-ft.so
+
 %files plugin-fade-throbber
 %defattr(-, root, root)
 %{_libdir}/plymouth/fade-throbber.so

++ 0001-Add-label-ft-plugin.patch ++
 620 lines (skipped)

++ 0002-Install-label-ft-plugin-into-initrd-if-available.patch ++
>From 2c4145e4b7e146541ba8e33aee5e0125423d97bc Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Wed, 20 Jan 2016 14:03:18 +0100
Subject: [PATCH 2/2] Install label-ft plugin into initrd, if available

It is small and useful enough to include it by default.

Signed-off-by: Fabian Vogt 
---
 scripts/plymouth-populate-initrd.in | 9 +
 1 file changed, 9 insertions(+)

diff --git a/scripts/plymouth-populate-initrd.in 
b/scripts/plymouth-populate-initrd.in
index 43c7f22..a109c59 100755
--- a/scripts/plymouth-populate-initrd.in
+++ b/scripts/plymouth-populate-initrd.in
@@ -414,6 +414,15 @@ if [ -d 
${PLYMOUTH_DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME} ]; 

commit plymouth for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2016-01-20 09:54:01

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2015-12-18 
21:52:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2016-01-20 
09:54:02.0 +0100
@@ -1,0 +2,32 @@
+Mon Dec 28 14:48:48 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.9.2:
+  + two-step: Add separate startup / shutdown animations.
+  + device-manager: try fb device if drm device failed.
+  + Port to GTK+ 3.0.
+  + script support system update events.
+  + Drop the obsolete log-viewer
+- Rebase patches:
+  + plymouth-fix-window-size
+  + stop-graphical.patch
+  + 0001-Some-greenish-openSUSE-colors.patch
+  + fix-serial-consoles.patch
+  + 0001-seats-guard-against-NULL-terminal.patch
+  + plymouth-ignore-cirrusdrm.patch
+  + plymouth-boot-vga-framebuffer.patch
+  + 0001-let-it-become-a-real-daemon.patch
+- Drop upstream fixed patches:
+  + 0001-device-manager-only-call-ply_terminal_free.patch
+  + 0001-splash-remove-pixel_pixel-in-sprite-lib-when-notifie.patch
+  + 0001-splash-do-not-process-display-lists-if-it-is-empty.patch
+  + 0001-libply-splash-core-also-monitor-for-file-removal-in-.patch
+  + 0001-seat-be-a-little-more-forgiving-in-the-case-there-s-.patch
+  + 0001-text-step-bar-use-correct-utf-8-multibyte-sequence-f.patch
+- Replace pkgconfig(gtk+-2.0) BuildRequires with
+  pkgconfig(gtk+-3.0), following upstreams port to GTK+ 3.0.
+- Rename library subpackage from *2 to *4, followings upstreams
+  soname bump.
+- Drop utils subpackage: the log-viewer, which was the only tool
+  left, has been dropped.
+
+---

Old:

  0001-device-manager-only-call-ply_terminal_free.patch
  0001-libply-splash-core-also-monitor-for-file-removal-in-.patch
  0001-seat-be-a-little-more-forgiving-in-the-case-there-s-.patch
  0001-splash-do-not-process-display-lists-if-it-is-empty.patch
  0001-splash-remove-pixel_pixel-in-sprite-lib-when-notifie.patch
  0001-text-step-bar-use-correct-utf-8-multibyte-sequence-f.patch
  plymouth-0.9.0.tar.bz2

New:

  plymouth-0.9.2.tar.bz2



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.csg8ge/_old  2016-01-20 09:54:04.0 +0100
+++ /var/tmp/diff_new_pack.csg8ge/_new  2016-01-20 09:54:04.0 +0100
@@ -22,13 +22,13 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.9.0
+Version:0.9.2
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
 Group:  System/Base
 Url:http://freedesktop.org/software/plymouth/releases
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
 Source1:boot-duration
 # PATCH-OPENSUSE -- Handle correctly multiple displays with different sizes
 Patch3: plymouth-fix-window-size
@@ -42,24 +42,12 @@
 # PATCH-FIX-UPSTREAM plymouth-manpages.patch idoen...@suse.de -- Fix man page 
installation
 Patch17:plymouth-manpages.patch
 Patch18:fix-serial-consoles.patch
-# PATCH-FIX-UPSTREAM 0001-device-manager-only-call-ply_terminal_free.patch 
fcro...@suse.com -- Fix crash
-Patch19:0001-device-manager-only-call-ply_terminal_free.patch
 # PATCH-FIX-OPENSUSE use-mkinitrd.patch fcro...@suse.com -- call mkinitrd -B 
for now
 Patch20:use-mkinitrd.patch
 # PATCH-FIX-UPSTREAM 0001-seats-guard-against-NULL-terminal.patch 
fcro...@suse.com -- guard against null terminal
 Patch21:0001-seats-guard-against-NULL-terminal.patch
-# PATCH-FIX-UPSTREAM 
0001-splash-remove-pixel_pixel-in-sprite-lib-when-notifie.patch 
fcro...@suse.com -- prevent crash if pixel display is removed
-Patch22:0001-splash-remove-pixel_pixel-in-sprite-lib-when-notifie.patch
-# PATCH-FIX-UPSTREAM 
0001-splash-do-not-process-display-lists-if-it-is-empty.patch fcro...@suse.com 
-- do no crash when removing displays
-Patch23:0001-splash-do-not-process-display-lists-if-it-is-empty.patch
-# PATCH-FIX-UPSTREAM 
0001-libply-splash-core-also-monitor-for-file-removal-in-.patch 
fcro...@suse.com -- handle recent udev
-Patch24:0001-libply-splash-core-also-monitor-for-file-removal-in-.patch
-# PATCH-FIX-UPSTREAM 
0001-seat-be-a-little-more-forgiving-in-the-case-there-s-.patch 
fcro...@suse.com -- handle empty seat better
-Patch25:0001-seat-be-a-little-more-forgiving-in-the-case-there-s-.patch
 # 

commit plymouth for openSUSE:Factory

2015-12-18 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2015-12-18 21:52:57

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2015-09-27 
14:31:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2015-12-18 
21:52:59.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 10 17:15:36 CET 2015 - ti...@suse.de
+
+- Fix missing dependency on coreutils for initrd macros (boo#958562)
+- Call missing initrd macro at postun (boo#958562)
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.GOt0Hp/_old  2015-12-18 21:53:00.0 +0100
+++ /var/tmp/diff_new_pack.GOt0Hp/_new  2015-12-18 21:53:00.0 +0100
@@ -75,6 +75,8 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(systemd) >= 186
+Requires(post): coreutils
+Requires(postun): coreutils
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
 Requires:   systemd >= 186
@@ -426,6 +428,7 @@
 [ -x /bin/systemctl ] && /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 
 %postun
+%{?regenerate_initrd_post}
 if [ $1 -eq 0 ]; then
 rm -f %{_libdir}/plymouth/default.so
 rm -f /boot/initrd-plymouth.img





commit plymouth for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2015-09-27 14:31:57

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is "plymouth"

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2014-11-13 
09:16:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2015-09-27 
14:31:15.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 21 12:15:11 UTC 2015 - idon...@suse.com
+
+- Use is_opensuse to simplify if/else block 
+
+---
+Fri Sep  4 09:41:01 UTC 2015 - idon...@suse.com
+
+- Add a direct dependency on systemd, since we need to know the
+  path to systemd-tty-ask-password-agent, fixes part of bsc#943312
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.ZA0iJo/_old  2015-09-27 14:31:16.0 +0200
+++ /var/tmp/diff_new_pack.ZA0iJo/_new  2015-09-27 14:31:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plymouth
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -70,6 +70,7 @@
 BuildRequires:  libudev-devel
 BuildRequires:  libxslt
 BuildRequires:  module-init-tools
+BuildRequires:  systemd >= 186
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libdrm)
@@ -366,10 +367,10 @@
 
 # Change the default theme
 
-%if %{suse_version} == 1315
-sed -i -e 's/spinner/SLE/g' src/plymouthd.defaults
-%else
+%if 0%{?is_opensuse}
 sed -i -e 's/spinner/openSUSE/g' src/plymouthd.defaults
+%else
+sed -i -e 's/spinner/SLE/g' src/plymouthd.defaults
 %endif
 
 %build





commit plymouth for openSUSE:Factory

2014-11-13 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2014-11-13 09:16:36

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2014-09-28 
19:59:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2014-11-13 
09:16:38.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 17:05:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in post/postun scripts
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.1beDd1/_old  2014-11-13 09:16:39.0 +0100
+++ /var/tmp/diff_new_pack.1beDd1/_new  2014-11-13 09:16:39.0 +0100
@@ -455,7 +455,7 @@
   set -x
   export LIB=%{_libdir}
   OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
-  if [ $OTHEME == text ]; then
+  if [ $OTHEME = text ]; then
  if [ ! -e /.buildenv ]; then
%{_sbindir}/plymouth-set-default-theme -R spinfinity
  else
@@ -467,7 +467,7 @@
 %postun theme-spinfinity
 if [ $1 -eq 0 ]; then
 export LIB=%{_libdir}
-if [ $(%{_sbindir}/plymouth-set-default-theme) == spinfinity ]; then
+if [ $(%{_sbindir}/plymouth-set-default-theme) = spinfinity ]; then
 %{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi
@@ -477,7 +477,7 @@
   set -x
   export LIB=%{_libdir}
   OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
-  if [ $OTHEME == text ]; then
+  if [ $OTHEME = text ]; then
  if [ ! -e /.buildenv ]; then
%{_sbindir}/plymouth-set-default-theme -R fade-in
  else
@@ -489,7 +489,7 @@
 %postun theme-fade-in
 if [ $1 -eq 0 ]; then
 export LIB=%{_libdir}
-if [ $(%{_sbindir}/plymouth-set-default-theme) == fade-in ]; then
+if [ $(%{_sbindir}/plymouth-set-default-theme) = fade-in ]; then
 %{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi
@@ -499,7 +499,7 @@
   set -x
   export LIB=%{_libdir}
   OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
-  if [ $OTHEME == text ]; then
+  if [ $OTHEME = text ]; then
  if [ ! -e /.buildenv ]; then
%{_sbindir}/plymouth-set-default-theme -R solar
  else
@@ -511,7 +511,7 @@
 %postun theme-solar
 if [ $1 -eq 0 ]; then
 export LIB=%{_libdir}
-if [ $(%{_sbindir}/plymouth-set-default-theme) == solar ]; then
+if [ $(%{_sbindir}/plymouth-set-default-theme) = solar ]; then
 %{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi


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



commit plymouth for openSUSE:Factory

2014-09-28 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2014-09-28 19:59:02

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2014-02-15 
08:14:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2014-09-28 
19:59:04.0 +0200
@@ -1,0 +2,165 @@
+Thu Sep 25 13:19:01 UTC 2014 - idon...@suse.com
+
+- Update 0001-let-it-become-a-real-daemon.patch to call setsid 
+  only from the child process.
+
+---
+Fri Sep 12 12:50:06 UTC 2014 - idon...@suse.com
+
+- Add 0001-let-it-become-a-real-daemon.patch to make plymouth
+  a real daemon, fixes part of bnc#889757. Patch by Werner.
+
+---
+Thu Sep  4 10:34:25 UTC 2014 - idon...@suse.com
+
+- Add plymouth-boot-vga-framebuffer.patch to fix boot_vga
+  problem with framebuffer devices. (bnc#886211)
+
+---
+Mon Aug 11 14:23:27 UTC 2014 - idon...@suse.com
+
+- Modify plymouth-ignore-cirrusdrm.patch to return as
+  early as possible. Patch by g...@suse.com
+
+---
+Thu Aug  7 09:24:37 UTC 2014 - idon...@suse.com
+
+- Invert the logic in plymouth-ignore-cirrusdrm.patch bnc#890516
+
+---
+Mon Jul 28 16:10:49 CEST 2014 - fcro...@suse.com
+
+- Add
+  0001-text-step-bar-use-correct-utf-8-multibyte-sequence-f.patch:
+  fix incorrect UTF-8 code used for square [bnc#886148].
+
+---
+Fri Jul 25 14:32:38 CEST 2014 - fcro...@suse.com
+
+- Add plymouth-ignore-cirrusdrm.patch: ignore cirrus drm and use fb
+  instead [bnc#888590]
+
+---
+Thu Jul 24 16:30:43 UTC 2014 - fcro...@suse.com
+
+- Add
+  0001-seat-be-a-little-more-forgiving-in-the-case-there-s-.patch:
+  Be more forgiving with empty seat.
+
+---
+Tue Jul  8 16:04:38 UTC 2014 - fcro...@suse.com
+
+- Update 0001-Some-greenish-openSUSE-colors.patch to also use SUSE
+  colors on tribar [bnc#886148]
+
+---
+Fri Jun 27 11:27:02 UTC 2014 - fcro...@suse.com
+
+- Add
+  0001-libply-splash-core-also-monitor-for-file-removal-in-.patch:
+  handle new udev behaviour in seqnum removal.
+
+---
+Fri Jun 20 14:03:36 UTC 2014 - fcro...@suse.com
+
+- Add
+  0001-splash-do-not-process-display-lists-if-it-is-empty.patch:
+  fix crash when calling plymouth quit
+- Add 0001-seats-guard-against-NULL-terminal.patch: guard against
+  NULL terminal.
+- Update stop-graphical.patch: add RemainAfterExit=true to
+  plymouth-start.service, ensuring plymouthd is not restarted when
+  switching between runlevels.
+
+---
+Thu Jun 19 14:22:44 UTC 2014 - fcro...@suse.com
+
+- Add
+  0001-splash-remove-pixel_pixel-in-sprite-lib-when-notifie.patch:
+  fix crash when pixel_display is removed.
+- Add 0001-device-manager-only-call-ply_terminal_free.patch: fix
+  crash.
+- Add use-mkinitrd.patch: call mkinitrd -B, not dracut for now,
+  otherwise initramfs is being created by plymouth-update-initrd,
+  not initrd file.
+- Ensure we don't rebuild initrd twice when updating plymouth.
+- Ensure default theme is SLE/openSUSE (based on %suse_version)
+
+---
+Fri Jun  6 16:16:38 UTC 2014 - fcro...@suse.com
+
+- Release 0.9.0 (3 additional fixes compared to previously packaged
+  git snapshot):
+  + Use udev for graphics device enumeration
+  + Add new text plugin to replace the tribar one
+  + Add background tiling and watermark support to two-step
+  + Make various plymouth commands that change state be resilient
+to being  called multiple times
+  + Support going back to the initrd at shutdown
+  + Keyfile parser improvements
+  + Make plymouthd use better defaults when running on top of X11
+  + Fixes for systems using QXL
+  + minor two-step plugin fixes
+  + Use /sys/class/tty/console/active instead of parsing
+/proc/cmdline for consoles.
+  + Documentation improvements
+  + Drop driver specific renderers and use generic driver across the
+board.
+  + Better debug message output
+  + systemd integration fixes
+  + upstart integration fixes
+  + initrd scripts fixes
+  + Misc fixes
+

commit plymouth for openSUSE:Factory

2014-02-14 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2014-02-15 08:14:30

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-12-19 
12:27:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2014-02-15 
08:14:31.0 +0100
@@ -1,0 +2,9 @@
+Wed Feb 12 14:19:48 UTC 2014 - wer...@suse.de
+
+- Add patch
+  0001-Make-plymouthd-real-daemon-and-save-old-log.patch
+  all daemons should call setsid(2) to become a real daemons without
+  controlling terminal.  Beside this the old boot log will help for
+  debugging and for support.
+
+---

New:

  0001-Make-plymouthd-real-daemon-and-save-old-log.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.6u4wLo/_old  2014-02-15 08:14:31.0 +0100
+++ /var/tmp/diff_new_pack.6u4wLo/_new  2014-02-15 08:14:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plymouth
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,6 +43,8 @@
 Patch10:0001-Some-greenish-openSUSE-colors.patch
 # PATCH-OPENSUSE -- plymouth-correct-runtime-dir.patch tittiatc...@gmail.com 
-- make sure the runtime directory is /run and not /var/run
 Patch16:plymouth-correct-runtime-dir.patch
+# PATCH-SUSE -- 0001-Make-plymouthd-real-daemon-and-save-old-log.patch 
wer...@suse.de -- All daemons should call setsid(2) to become a real daemons
+Patch17:0001-Make-plymouthd-real-daemon-and-save-old-log.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -308,6 +310,7 @@
 %patch9 -p0
 %patch10 -p1
 %patch16 -p1
+%patch17 -p1
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 
@@ -327,10 +330,11 @@
--with-log-viewer \
--without-rhgb-compat-link\
--with-boot-tty=/dev/tty7 \
-   --with-shutdown-tty=/dev/tty1 \
+   --with-shutdown-tty=/dev/tty7 \
--without-gdm-autostart-file  \
--with-release-file=/etc/os-release
 
+make clean
 make %{?_smp_mflags} V=1
 
 %install

++ 0001-Make-plymouthd-real-daemon-and-save-old-log.patch ++
From: Werner Fink wer...@suse.de
Subject: All daemons should call setsid(2) to become a real daemons

All daemons should call setsid(2) to become a real daemons without
controlling terminal.  Beside this the old boot log will help for
debugging and for support.

---
 libply/ply-utils.c |1 +
 main.c |5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

--- a/src/libply/ply-utils.c
+++ b/src/libply/ply-utils.c2014-02-12 15:05:49.895141867 +0100
@@ -815,6 +815,7 @@ ply_create_daemon (void)
 
   _exit ((int) byte);
 }
+  setsid();
   close (receiver_fd);
 
   handle = calloc (1, sizeof (int));
--- a/src/main.c
+++ b/src/main.c2014-02-12 14:43:49.216569414 +0100
@@ -639,7 +639,7 @@ get_log_file_for_mode (ply_mode_t mode)
   break;
 case PLY_MODE_SHUTDOWN:
 case PLY_MODE_UPDATES:
-  filename = _PATH_DEVNULL;
+  filename = PLYMOUTH_LOG_DIRECTORY /boot.log;
   break;
 default:
   ply_error (Unhandled case in %s line %d\n, __FILE__, __LINE__);
@@ -663,7 +663,7 @@ get_log_spool_file_for_mode (ply_mode_t
   break;
 case PLY_MODE_SHUTDOWN:
 case PLY_MODE_UPDATES:
-  filename = NULL;
+  filename = PLYMOUTH_SPOOL_DIRECTORY /boot.log;
   break;
 default:
   ply_error (Unhandled case in %s line %d\n, __FILE__, __LINE__);
@@ -715,6 +715,7 @@ prepare_logging (state_t *state)
   if (logfile != NULL)
 {
   ply_trace (opening log '%s', logfile);
+  rename(logfile, PLYMOUTH_LOG_DIRECTORY /boot.olog);
   ply_terminal_session_open_log (state-session, logfile);
 
   if (state-number_of_errors  0)

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



commit plymouth for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-12-19 12:27:58

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-09-27 
17:57:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-12-19 
12:27:59.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 12 17:42:35 UTC 2013 - uweig...@de.ibm.com
+
+- Add powerpc64le-linux support.
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.HGIxiC/_old  2013-12-19 12:28:00.0 +0100
+++ /var/tmp/diff_new_pack.HGIxiC/_new  2013-12-19 12:28:00.0 +0100
@@ -53,7 +53,7 @@
 BuildRequires:  pkgconfig(systemd) = 186
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
-%ifarch %ix86 x86_64 ppc ppc64
+%ifarch %ix86 x86_64 ppc ppc64 ppc64le
 Requires:   suspend = 0.80.20100129.1
 %endif
 Requires:   systemd = 186
@@ -302,7 +302,7 @@
 %patch1 -p1
 %patch3 -p1
 %patch4 -p1
-%ifarch %ix86 x86_64 ppc ppc64
+%ifarch %ix86 x86_64 ppc ppc64 ppc64le
 %patch5 -p1
 %endif
 %patch9 -p0


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



commit plymouth for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-09-27 17:57:16

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-09-11 
13:05:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-09-27 
17:57:18.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 26 14:52:07 UTC 2013 - lnus...@suse.de
+
+- disable plymouth in initrd if the root volume is encrypted. This
+  is a workaround until plymouth is able to handle the prompt
+  correctly (bnc#834063).
+
+---



Other differences:
--

++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.EAVCvb/_old  2013-09-27 17:57:19.0 +0200
+++ /var/tmp/diff_new_pack.EAVCvb/_new  2013-09-27 17:57:19.0 +0200
@@ -1,8 +1,8 @@
-Index: plymouth-0.8.6.1/configure.ac
+Index: plymouth-0.8.8_git201309032142/configure.ac
 ===
 plymouth-0.8.6.1.orig/configure.ac
-+++ plymouth-0.8.6.1/configure.ac
-@@ -452,6 +452,7 @@ AC_CONFIG_FILES([Makefile
+--- plymouth-0.8.8_git201309032142.orig/configure.ac
 plymouth-0.8.8_git201309032142/configure.ac
+@@ -302,6 +302,7 @@ AC_CONFIG_FILES([Makefile
 themes/spinner/Makefile
 themes/script/Makefile
 images/Makefile
@@ -10,10 +10,10 @@
   scripts/plymouth-generate-initrd
   scripts/plymouth-populate-initrd
   scripts/plymouth-set-default-theme
-Index: plymouth-0.8.6.1/scripts/boot-plymouth.chroot.sh
+Index: plymouth-0.8.8_git201309032142/scripts/boot-plymouth.chroot.sh
 ===
 --- /dev/null
-+++ plymouth-0.8.6.1/scripts/boot-plymouth.chroot.sh
 plymouth-0.8.8_git201309032142/scripts/boot-plymouth.chroot.sh
 @@ -0,0 +1,23 @@
 +#!/bin/bash
 +#%stage: setup
@@ -38,15 +38,16 @@
 +  echo init $init is not systemd, terminate plymouth
 +  plymouth quit
 +fi
-Index: plymouth-0.8.6.1/scripts/boot-plymouth.sh
+Index: plymouth-0.8.8_git201309032142/scripts/boot-plymouth.sh
 ===
 --- /dev/null
-+++ plymouth-0.8.6.1/scripts/boot-plymouth.sh
-@@ -0,0 +1,22 @@
 plymouth-0.8.8_git201309032142/scripts/boot-plymouth.sh
+@@ -0,0 +1,23 @@
 +#!/bin/bash
 +#%stage: boot
 +#%depends: start udev kms
 +#%programs: /usr/bin/plymouth /usr/sbin/plymouthd
++#%if: -z $root_luks -a -z $luks
 +
 +enable_plymouth=1
 +for o in $(cat /proc/cmdline) ; do
@@ -65,10 +66,10 @@
 +  plymouth show-splash
 +fi
 +
-Index: plymouth-0.8.6.1/scripts/setup-plymouth.sh.in
+Index: plymouth-0.8.8_git201309032142/scripts/setup-plymouth.sh.in
 ===
 --- /dev/null
-+++ plymouth-0.8.6.1/scripts/setup-plymouth.sh.in
 plymouth-0.8.8_git201309032142/scripts/setup-plymouth.sh.in
 @@ -0,0 +1,59 @@
 +#!/bin/bash
 +#
@@ -129,10 +130,10 @@
 +fi
 +install -D ${pangobasicfc} $tmp_mnt/${pangobasicfc}
 +mkdir -p $tmp_mnt/var/cache/fontconfig
-Index: plymouth-0.8.6.1/scripts/plymouth-update-initrd
+Index: plymouth-0.8.8_git201309032142/scripts/plymouth-update-initrd
 ===
 plymouth-0.8.6.1.orig/scripts/plymouth-update-initrd
-+++ plymouth-0.8.6.1/scripts/plymouth-update-initrd
+--- plymouth-0.8.8_git201309032142.orig/scripts/plymouth-update-initrd
 plymouth-0.8.8_git201309032142/scripts/plymouth-update-initrd
 @@ -1,2 +1,2 @@
  #!/bin/bash
 -mkinitrd -f /boot/initrd-$(uname -r).img $(uname -r)

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



commit plymouth for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-09-11 13:05:12

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-08-18 
22:27:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-09-11 
13:05:13.0 +0200
@@ -1,0 +2,11 @@
+Wed Sep 11 01:57:40 UTC 2013 - crrodrig...@opensuse.org
+
+- version 0.8.8_git201309032142
+- All device specific code has been removed because the kernel
+  has been fixed in the meanwhile so plymouth no longer requires
+  libdrm_intel, libdrm_radeon, libdrm_nouveau and can use the generic
+  interface.
+  This commit does not add any new features or bugfixes but removes
+  a huge chunk of unnecessary code.
+
+---

Old:

  plymouth-0.8.8_git201308011340.tar.xz

New:

  plymouth-0.8.8_git201309032142.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.MW0tBY/_old  2013-09-11 13:05:14.0 +0200
+++ /var/tmp/diff_new_pack.MW0tBY/_new  2013-09-11 13:05:14.0 +0200
@@ -22,7 +22,7 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.8.8_git201308011340
+Version:0.8.8_git201309032142
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
@@ -50,12 +50,6 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libdrm)
-%ifarch %ix86 x86_64
-BuildRequires:  pkgconfig(libdrm_intel)
-%endif
-BuildRequires:  pkgconfig(libdrm_nouveau)
-BuildRequires:  pkgconfig(libdrm_radeon)
-BuildRequires:  pkgconfig(libkms)
 BuildRequires:  pkgconfig(systemd) = 186
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts


++ plymouth-0.8.8_git201308011340.tar.xz - 
plymouth-0.8.8_git201309032142.tar.xz ++
 2655 lines of diff (skipped)

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



commit plymouth for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-08-18 22:27:38

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-08-02 
15:28:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-08-18 
22:27:39.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 16 12:03:43 UTC 2013 - lmue...@suse.com
+
+- Pre require plymouth from plymouth-scripts; (bnc#806388).
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.ilHLvt/_old  2013-08-18 22:27:40.0 +0200
+++ /var/tmp/diff_new_pack.ilHLvt/_new  2013-08-18 22:27:40.0 +0200
@@ -155,7 +155,7 @@
 %package scripts
 Summary:Plymouth related scripts
 Group:  System/Base
-Requires:   %{name} = %{version}
+Requires(pre):  %{name} = %{version}
 Requires:   coreutils
 Requires:   cpio
 Requires:   findutils


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



commit plymouth for openSUSE:Factory

2013-08-02 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-08-02 15:28:26

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-08-01 
17:14:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-08-02 
15:28:28.0 +0200
@@ -1,0 +2,11 @@
+Thu Aug  1 14:08:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to version 0.8.8_git201308011340
+  - Drop patch plymouth-correct-systemd-prefix.patch
+  - Drop patch plymouth-close.patch
+  - Drop patch plymouth-close-unredirect.patch
+  - Drop patch plymouth-redirect-null.patch
+  - Drop patch plymouth-exit-code.patch
+  - Drop patch plymouth-terminal-session-close.patch
+
+---

Old:

  plymouth-0.8.8_git201304161248.tar.xz
  plymouth-close-unredirect.patch
  plymouth-close.patch
  plymouth-correct-systemd-prefix.patch
  plymouth-exit-code.patch
  plymouth-redirect-null.patch
  plymouth-terminal-session-close.patch

New:

  plymouth-0.8.8_git201308011340.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.SO48vL/_old  2013-08-02 15:28:29.0 +0200
+++ /var/tmp/diff_new_pack.SO48vL/_new  2013-08-02 15:28:29.0 +0200
@@ -22,7 +22,7 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.8.8_git201304161248
+Version:0.8.8_git201308011340
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
@@ -43,18 +43,6 @@
 Patch10:0001-Some-greenish-openSUSE-colors.patch
 # PATCH-OPENSUSE -- plymouth-correct-runtime-dir.patch tittiatc...@gmail.com 
-- make sure the runtime directory is /run and not /var/run
 Patch16:plymouth-correct-runtime-dir.patch
-# PATCH-FIX-UPSTREAM plymouth-close.patch fcro...@suse.com -- do not try to 
close negative fd
-Patch17:plymouth-close.patch
-# PATCH-FIX-UPSTREAM plymouth-close-deactivate.patch bnc#811185 
fcro...@suse.com -- close stdout/stderr on deactivate 
-Patch18:plymouth-close-unredirect.patch
-# PATCH-FIX-UPSTREAM plymouth-redirect-null.patch bnc#811185 fcro...@suse.com 
-- redirect standard io to /dev/null
-Patch19:plymouth-redirect-null.patch
-# PATCH-FIX-UPSTREAM plymouth-exit-code.patch fcro...@suse.com -- ensure all 
exit code are ignored in ExecStartPost
-Patch20:plymouth-exit-code.patch
-# PATCH-FIX-UPSTREAM plymouth-terminal-session-close.patch fcro...@suse.com -- 
do not close already closed terminal session fd
-Patch21:plymouth-terminal-session-close.patch
-# PATCH-FIX-UPSTREAM plymouth-correct-systemd-prefix.patch 
tittiatc...@gmail.com -- Use the correct systemd prefixes
-Patch22:plymouth-correct-systemd-prefix.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -326,12 +314,6 @@
 %patch9 -p0
 %patch10 -p1
 %patch16 -p1
-%patch17 -p1
-%patch18 -p1
-%patch19 -p1
-%patch20 -p1
-%patch21 -p1
-%patch22 -p1
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 


++ plymouth-0.8.8_git201304161248.tar.xz - 
plymouth-0.8.8_git201308011340.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plymouth-0.8.8_git201304161248/.git/HEAD 
new/plymouth-0.8.8_git201308011340/.git/HEAD
--- old/plymouth-0.8.8_git201304161248/.git/HEAD1970-01-01 
01:00:00.0 +0100
+++ new/plymouth-0.8.8_git201308011340/.git/HEAD2013-08-01 
15:44:09.0 +0200
@@ -0,0 +1 @@
+ref: refs/heads/master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plymouth-0.8.8_git201304161248/.git/config 
new/plymouth-0.8.8_git201308011340/.git/config
--- old/plymouth-0.8.8_git201304161248/.git/config  1970-01-01 
01:00:00.0 +0100
+++ new/plymouth-0.8.8_git201308011340/.git/config  2013-08-01 
15:44:09.0 +0200
@@ -0,0 +1,11 @@
+[core]
+   repositoryformatversion = 0
+   filemode = true
+   bare = false
+   logallrefupdates = true
+[remote origin]
+   url = git://anongit.freedesktop.org/plymouth
+   fetch = +refs/heads/*:refs/remotes/origin/*
+[branch master]
+   remote = origin
+   merge = refs/heads/master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plymouth-0.8.8_git201304161248/.git/description 
new/plymouth-0.8.8_git201308011340/.git/description
--- 

commit plymouth for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-08-01 17:14:36

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-06-28 
18:55:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-08-01 
17:14:37.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 29 16:23:21 UTC 2013 - tittiatc...@gmail.com
+
+- Add upstream patch plymouth-correct-systemd-prefix.patch to 
+  correct the systemd prefixes in some systemd files. This replaces
+  the sed string.
+
+---

New:

  plymouth-correct-systemd-prefix.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.8yjf2d/_old  2013-08-01 17:14:37.0 +0200
+++ /var/tmp/diff_new_pack.8yjf2d/_new  2013-08-01 17:14:37.0 +0200
@@ -53,6 +53,8 @@
 Patch20:plymouth-exit-code.patch
 # PATCH-FIX-UPSTREAM plymouth-terminal-session-close.patch fcro...@suse.com -- 
do not close already closed terminal session fd
 Patch21:plymouth-terminal-session-close.patch
+# PATCH-FIX-UPSTREAM plymouth-correct-systemd-prefix.patch 
tittiatc...@gmail.com -- Use the correct systemd prefixes
+Patch22:plymouth-correct-systemd-prefix.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -329,6 +331,7 @@
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 
@@ -383,8 +386,6 @@
 mkdir -p %{buildroot}/lib/mkinitrd/scripts
 install -t %{buildroot}/lib/mkinitrd/scripts \
   scripts/{setup,boot}-plymouth*.sh
-find %{buildroot} -type f -name *.service -print -exec sed -i -e 
's@prefdm.service@display-manager.service@g' \
--e 's@\\(reboot\|halt\|poweroff\|kexec\).service\@systemd-\1.service@g'  {} +
 
 %post
 if [ ! -e /.buildenv ]; then 


++ plymouth-correct-systemd-prefix.patch ++
From 53f6b44e11cf552e67fb3b45f480eb55dbf2a975 Mon Sep 17 00:00:00 2001
From: Frederic Crozat fcro...@suse.com
Date: Mon, 29 Jul 2013 15:41:30 +
Subject: systemd units: halt/reboot/kexec/power systemd unit have changed names

Ensure we use the new 'systemd-' prefixed names now.
---
diff -urB a/systemd-units/plymouth-halt.service.in 
b/systemd-units/plymouth-halt.service.in
--- a/systemd-units/plymouth-halt.service.in2013-04-16 14:48:40.0 
+0200
+++ b/systemd-units/plymouth-halt.service.in2013-08-01 14:42:02.645779224 
+0200
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Halt Screen
 After=getty@tty1.service prefdm.service plymouth-start.service
-Before=halt.service
+Before=systemd-halt.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
 
diff -urB a/systemd-units/plymouth-kexec.service.in 
b/systemd-units/plymouth-kexec.service.in
--- a/systemd-units/plymouth-kexec.service.in   2013-04-16 14:48:40.0 
+0200
+++ b/systemd-units/plymouth-kexec.service.in   2013-08-01 14:42:20.097780068 
+0200
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Reboot with kexec Screen
 After=getty@tty1.service prefdm.service plymouth-start.service
-Before=kexec.service
+Before=systemd-kexec.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
 
diff -urB a/systemd-units/plymouth-poweroff.service.in 
b/systemd-units/plymouth-poweroff.service.in
--- a/systemd-units/plymouth-poweroff.service.in2013-04-16 
14:48:40.0 +0200
+++ b/systemd-units/plymouth-poweroff.service.in2013-08-01 
14:42:38.393780954 +0200
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Power Off Screen
 After=getty@tty1.service prefdm.service plymouth-start.service
-Before=poweroff.service
+Before=systemd-poweroff.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
 
diff -urB a/systemd-units/plymouth-reboot.service.in 
b/systemd-units/plymouth-reboot.service.in
--- a/systemd-units/plymouth-reboot.service.in  2013-04-16 14:48:40.0 
+0200
+++ b/systemd-units/plymouth-reboot.service.in  2013-08-01 14:43:17.673782855 
+0200
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Reboot Screen
 After=getty@tty1.service prefdm.service plymouth-start.service
-Before=reboot.service
+Before=systemd-reboot.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0

--
cgit v0.9.0.2-2-gbebe
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plymouth for openSUSE:Factory

2013-06-28 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-06-28 18:55:28

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-06-18 
10:35:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-06-28 
18:55:29.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 27 19:39:15 UTC 2013 - crrodrig...@opensuse.org
+
+- Require pigz instead of gzip 
+- ensure plugin requires are versioned.
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.ZhoXWT/_old  2013-06-28 18:55:30.0 +0200
+++ /var/tmp/diff_new_pack.ZhoXWT/_new  2013-06-28 18:55:30.0 +0200
@@ -165,11 +165,11 @@
 %package scripts
 Summary:Plymouth related scripts
 Group:  System/Base
+Requires:   %{name} = %{version}
 Requires:   coreutils
 Requires:   cpio
 Requires:   findutils
-Requires:   gzip
-Requires:   plymouth
+Requires:   pigz
 Requires(post): mkinitrd
 
 %description scripts
@@ -232,7 +232,7 @@
 Requires:   libply-splash-core2 = %{version}
 Requires:   libply-splash-graphics2 = %{version}
 Requires:   libply2 = %{version}
-Requires:   plymouth-plugin-label
+Requires:   plymouth-plugin-label = %{version}
 
 %description plugin-two-step
 This package contains the two-step boot splash plugin for
@@ -257,7 +257,7 @@
 Summary:Plymouth Fade-In theme
 Group:  System/Base
 Requires:   %{name}-plugin-fade-throbber = %{version}
-Requires:   plymouth-plugin-label
+Requires:   plymouth-plugin-label = %{version}
 Requires(post): %{name}-scripts
 BuildArch:  noarch
 


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



commit plymouth for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-06-18 10:34:59

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-06-13 
20:31:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-06-18 
10:35:02.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 23:37:55 UTC 2013 - crrodrig...@opensuse.org
+
+- own %{_localstatedir}/log/boot.log
+  and %{_localstatedir}/spool/plymouth/boot.log (as %ghost s)
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.G8LyHS/_old  2013-06-18 10:35:02.0 +0200
+++ /var/tmp/diff_new_pack.G8LyHS/_new  2013-06-18 10:35:02.0 +0200
@@ -373,6 +373,9 @@
 
 mkdir -p %{buildroot}%{_localstatedir}/lib/plymouth
 mkdir -p %{buildroot}/run/plymouth
+mkdir -p %{buildroot}%{_localstatedir}/log
+touch %{buildroot}%{_localstatedir}/log/boot.log
+touch %{buildroot}%{_localstatedir}/spool/plymouth/boot.log
 cp $RPM_SOURCE_DIR/boot-duration 
%{buildroot}%{_datadir}/plymouth/default-boot-duration
 cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_localstatedir}/lib/plymouth
 cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults 
%{buildroot}/%{_sysconfdir}/plymouth/plymouth.conf
@@ -513,7 +516,8 @@
 %{_mandir}/man?/*
 %ghost %{_localstatedir}/lib/plymouth/boot-duration
 %{_unitdir}/*
-
+%ghost %{_localstatedir}/log/boot.log
+%ghost %{_localstatedir}/spool/plymouth/boot.log
 %files dracut
 %defattr(-, root, root)
 %{_libexecdir}/plymouth/plymouth-populate-initrd


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



commit plymouth for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-06-13 20:31:08

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-05-14 
07:11:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-06-13 
20:31:10.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun 11 16:09:57 UTC 2013 - fcro...@suse.com
+
+- Add plymouth-close: do not try to close negative fd.
+- Add plymouth-close-unredirect.patch: do not leak fd when stopping
+  redirection of /dev/console (bnc#811185)
+- Add plymouth-redirect-null.patch: redirect plymouth standard io
+  to /dev/null (bnc#811185)
+- Add plymouth-exit-code.patch: ignore exit code in ExecStartPost.
+- Add plymouth-terminal-session-close.patch: do no try to close
+  terminal session fd if already closed.
+
+---

New:

  plymouth-close-unredirect.patch
  plymouth-close.patch
  plymouth-exit-code.patch
  plymouth-redirect-null.patch
  plymouth-terminal-session-close.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.j33iLs/_old  2013-06-13 20:31:11.0 +0200
+++ /var/tmp/diff_new_pack.j33iLs/_new  2013-06-13 20:31:11.0 +0200
@@ -43,6 +43,16 @@
 Patch10:0001-Some-greenish-openSUSE-colors.patch
 # PATCH-OPENSUSE -- plymouth-correct-runtime-dir.patch tittiatc...@gmail.com 
-- make sure the runtime directory is /run and not /var/run
 Patch16:plymouth-correct-runtime-dir.patch
+# PATCH-FIX-UPSTREAM plymouth-close.patch fcro...@suse.com -- do not try to 
close negative fd
+Patch17:plymouth-close.patch
+# PATCH-FIX-UPSTREAM plymouth-close-deactivate.patch bnc#811185 
fcro...@suse.com -- close stdout/stderr on deactivate 
+Patch18:plymouth-close-unredirect.patch
+# PATCH-FIX-UPSTREAM plymouth-redirect-null.patch bnc#811185 fcro...@suse.com 
-- redirect standard io to /dev/null
+Patch19:plymouth-redirect-null.patch
+# PATCH-FIX-UPSTREAM plymouth-exit-code.patch fcro...@suse.com -- ensure all 
exit code are ignored in ExecStartPost
+Patch20:plymouth-exit-code.patch
+# PATCH-FIX-UPSTREAM plymouth-terminal-session-close.patch fcro...@suse.com -- 
do not close already closed terminal session fd
+Patch21:plymouth-terminal-session-close.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -314,6 +324,11 @@
 %patch9 -p0
 %patch10 -p1
 %patch16 -p1
+%patch17 -p1
+%patch18 -p1
+%patch19 -p1
+%patch20 -p1
+%patch21 -p1
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 


++ plymouth-close-unredirect.patch ++
From 41560df672d0aeb954874b6d0aa81849ab35ca71 Mon Sep 17 00:00:00 2001
From: Ray Strode rstr...@redhat.com
Date: Mon, 10 Jun 2013 10:44:56 -0400
Subject: [PATCH] terminal-session: plug /dev/console fd leak

When we stop redirecting console messages, we temporarly open
/dev/console.  We don't ever close it.

This commit fixes that.
---
 src/libply/ply-terminal-session.c | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/libply/ply-terminal-session.c 
b/src/libply/ply-terminal-session.c
index 3d43709..e7377e9 100644
--- a/src/libply/ply-terminal-session.c
+++ b/src/libply/ply-terminal-session.c
@@ -213,8 +213,12 @@ ply_terminal_session_unredirect_console 
(ply_terminal_session_t *session)
   assert (session-console_is_redirected);
 
   fd = open (/dev/console, O_RDWR | O_NOCTTY);
-  if (fd = 0)
+  if (fd = 0) {
 ioctl (fd, TIOCCONS);
+close (fd);
+  } else {
+ply_trace (couldn't open /dev/console to stop redirecting it: %m);
+  }
 
   session-console_is_redirected = false;
 }
-- 
1.8.1.4

++ plymouth-close.patch ++
From 5784c8ff0c425b0948b653541c58fb8493515aa7 Mon Sep 17 00:00:00 2001
From: Ray Strode rstr...@redhat.com
Date: Thu, 6 Jun 2013 10:08:55 -0400
Subject: [PATCH] logger: don't close already logger if already closed

This prevents close(-1) from showing up in strace
---
 src/libply/ply-logger.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/libply/ply-logger.c b/src/libply/ply-logger.c
index 5ea0b5e..ec5b6e5 100644
--- a/src/libply/ply-logger.c
+++ b/src/libply/ply-logger.c
@@ -357,6 +357,9 @@ ply_logger_close_file (ply_logger_t *logger)
 {
   assert (logger != NULL);
 
+  if (logger-output_fd  0)
+  return;
+
   close (logger-output_fd);
   ply_logger_set_output_fd (logger, -1);
 }
-- 
1.8.1.4

++ plymouth-exit-code.patch ++
From 95a4fd9cb721f3e8355a944db85462ef15603e1f 

commit plymouth for openSUSE:Factory

2013-05-13 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-05-14 07:11:34

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-05-02 
11:31:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-05-14 
07:11:35.0 +0200
@@ -1,0 +2,6 @@
+Sun May 12 21:56:30 UTC 2013 - crrodrig...@opensuse.org
+
+- Not only reboot.service is prefixed with systemd- currently
+  but also kexec,halt,poweroff. 
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.RRLfah/_old  2013-05-14 07:11:36.0 +0200
+++ /var/tmp/diff_new_pack.RRLfah/_new  2013-05-14 07:11:36.0 +0200
@@ -365,7 +365,8 @@
 mkdir -p %{buildroot}/lib/mkinitrd/scripts
 install -t %{buildroot}/lib/mkinitrd/scripts \
   scripts/{setup,boot}-plymouth*.sh
-find %{buildroot} -type f -name *.service -print -exec sed -i -e 
's@prefdm.service@display-manager.service@g' -e 
's@reboot.service@systemd-reboot.service@g' {} +
+find %{buildroot} -type f -name *.service -print -exec sed -i -e 
's@prefdm.service@display-manager.service@g' \
+-e 's@\\(reboot\|halt\|poweroff\|kexec\).service\@systemd-\1.service@g'  {} +
 
 %post
 if [ ! -e /.buildenv ]; then 


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



commit plymouth for openSUSE:Factory

2013-05-02 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-05-02 11:31:40

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-03-01 
10:54:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-05-02 
11:31:42.0 +0200
@@ -1,0 +2,20 @@
+Mon Apr 22 19:47:44 UTC 2013 - crrodrig...@opensuse.org
+
+- Also ensure we express rpm dependencies correctly 
+  this package is not gonna work on systemd  186.
+
+---
+Mon Apr 22 19:32:40 UTC 2013 - crrodrig...@opensuse.org
+
+- Update to version 0.8.8_git201304161248
+- drop plymouth-change-service-name.patch, replaced by 
+a sed script that will account for all service files' future changes
+- drop patch plymouth-trace-lines, in upstream now
+- drop plymouth-udevadm-path.patch, generic solution in upstream now.
+- drop ply-sdunitdir.patch likewise.
+- drop plymouth-systemd-in-usr.patch likewise.
+- drop systemd-no-warning.patch, not needed with newer systemd
+- drop plymouth-sd-notforking.patch , not really needed anymore.
+ 
+
+---

Old:

  ply-sdunitdir.patch
  plymouth-0.8.8_git201211022126.tar.xz
  plymouth-change-service-name.patch
  plymouth-sd-notforking.patch
  plymouth-systemd-in-usr.patch
  plymouth-trace-lines
  plymouth-udevadm-path.patch
  systemd-no-warning.patch

New:

  plymouth-0.8.8_git201304161248.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.lF685g/_old  2013-05-02 11:31:45.0 +0200
+++ /var/tmp/diff_new_pack.lF685g/_new  2013-05-02 11:31:45.0 +0200
@@ -22,7 +22,7 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.8.8_git201211022126
+Version:0.8.8_git201304161248
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
@@ -32,27 +32,15 @@
 Source1:boot-duration
 # PATCH-OPENSUSE -- Support the openSUSE initrd
 Patch1: suse-initrd-support
-# PATCH-OPENSUSE -- Add line numbers to tracing output
-Patch2: plymouth-trace-lines
 # PATCH-OPENSUSE -- Handle correctly multiple displays with different sizes
 Patch3: plymouth-fix-window-size
 # PATCH-OPENSUSE -- Ensure graphical.target is conflicting with 
plymouth-wait-quit.service
 Patch4: stop-graphical.patch
 # PATCH-OPENSUSE -- Restore suspend / resume state (needed for suspend package)
 Patch5: plymouth-restore-suspend.patch
-# PATCH-OPENSUSE -- Change udevadm path
-Patch7: plymouth-udevadm-path.patch
-# PATCH-OPENSUSE -- Remove tag not understood by systemd v44
-Patch8: systemd-no-warning.patch
 # PATCH-OPENSUSE -- prefix is /usr/sbin and /usr/bin
 Patch9: plymouth-dracut-path.patch
 Patch10:0001-Some-greenish-openSUSE-colors.patch
-Patch12:plymouth-sd-notforking.patch
-Patch13:ply-sdunitdir.patch
-# PATCH-OPENSUSE -- systemd-tty-ask-password-agent is in /usr/bin now.
-Patch14:plymouth-systemd-in-usr.patch
-# PATCH-FIX-UPSTREAM plymouth-change-service-name.patch fcrozaŧ@suse.com -- 
ensure correct service names are used
-Patch15:plymouth-change-service-name.patch
 # PATCH-OPENSUSE -- plymouth-correct-runtime-dir.patch tittiatc...@gmail.com 
-- make sure the runtime directory is /run and not /var/run
 Patch16:plymouth-correct-runtime-dir.patch
 BuildRequires:  automake
@@ -68,13 +56,13 @@
 BuildRequires:  pkgconfig(libdrm_nouveau)
 BuildRequires:  pkgconfig(libdrm_radeon)
 BuildRequires:  pkgconfig(libkms)
-BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(systemd) = 186
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
 %ifarch %ix86 x86_64 ppc ppc64
 Requires:   suspend = 0.80.20100129.1
 %endif
-Requires:   systemd = 44
+Requires:   systemd = 186
 Requires(post): plymouth-scripts = %{version}
 Requires(post): mkinitrd
 Suggests:   plymouth-plugin-label
@@ -318,23 +306,13 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %ifarch %ix86 x86_64 ppc ppc64
 %patch5 -p1
 %endif
-%patch7 -p1
-%patch8 -p1
 %patch9 -p0
 %patch10 -p1
-%patch12
-%patch13
-# haha, evil condition... :-)
-%if 0%(type -p systemd-tty-ask-password-agent) == 
0/usr/bin/systemd-tty-ask-password-agent
-%patch14 -p1
-%endif
-%patch15 -p1
 %patch16 -p1
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
@@ 

commit plymouth for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-03-01 10:54:02

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-02-07 
10:46:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-03-01 
10:54:03.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb 28 21:13:14 UTC 2013 - tittiatc...@gmail.com
+
+- Changed %post scripts so only the rebuild of the initrd is 
+  omitted within the build environment
+
+---
+Fri Feb 22 16:20:54 UTC 2013 - tittiatc...@gmail.com
+
+- Added patch plymouth-correct-runtime-dir.patch to make the 
+  plymouthruntimedir equal to /run/plymouth and not /var/run/plymouth
+
+---

New:

  plymouth-correct-runtime-dir.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.XJdwEo/_old  2013-03-01 10:54:04.0 +0100
+++ /var/tmp/diff_new_pack.XJdwEo/_new  2013-03-01 10:54:04.0 +0100
@@ -53,6 +53,8 @@
 Patch14:plymouth-systemd-in-usr.patch
 # PATCH-FIX-UPSTREAM plymouth-change-service-name.patch fcrozaŧ@suse.com -- 
ensure correct service names are used
 Patch15:plymouth-change-service-name.patch
+# PATCH-OPENSUSE -- plymouth-correct-runtime-dir.patch tittiatc...@gmail.com 
-- make sure the runtime directory is /run and not /var/run
+Patch16:plymouth-correct-runtime-dir.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -333,6 +335,7 @@
 %patch14 -p1
 %endif
 %patch15 -p1
+%patch16 -p1
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 
@@ -376,7 +379,7 @@
 find %{buildroot} -name '*.la' -exec rm -f {} \;
 
 mkdir -p %{buildroot}%{_localstatedir}/lib/plymouth
-mkdir -p %{buildroot}%{_localstatedir}/run/plymouth
+mkdir -p %{buildroot}/run/plymouth
 cp $RPM_SOURCE_DIR/boot-duration 
%{buildroot}%{_datadir}/plymouth/default-boot-duration
 cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_localstatedir}/lib/plymouth
 cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults 
%{buildroot}/%{_sysconfdir}/plymouth/plymouth.conf
@@ -420,10 +423,16 @@
 %postun -n libply2 -p /sbin/ldconfig
 
 %post theme-spinfinity
-if [ $1 -eq 1 -a ! -e /.buildenv ]; then
+if [ $1 -eq 1 ]; then
+  set -x
export LIB=%{_libdir}
-   if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
+  OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
+  if [ $OTHEME == text ]; then
+ if [ ! -e /.buildenv ]; then
   %{_sbindir}/plymouth-set-default-theme -R spinfinity
+ else
+   %{_sbindir}/plymouth-set-default-theme spinfinity
+ fi 
fi
 fi
 
@@ -436,10 +445,16 @@
 fi
 
 %post theme-fade-in
-if [ $1 -eq 1 -a ! -e /.buildenv ]; then
+if [ $1 -eq 1 ]; then
+  set -x
export LIB=%{_libdir}
-   if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
+  OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
+  if [ $OTHEME == text ]; then
+ if [ ! -e /.buildenv ]; then
   %{_sbindir}/plymouth-set-default-theme -R fade-in
+ else
+   %{_sbindir}/plymouth-set-default-theme fade-in
+ fi 
fi
 fi
 
@@ -452,10 +467,16 @@
 fi
 
 %post theme-solar
-if [ $1 -eq 1 -a ! -e /.buildenv ]; then
+if [ $1 -eq 1 ]; then
+  set -x
export LIB=%{_libdir}
-   if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
+  OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
+  if [ $OTHEME == text ]; then
+ if [ ! -e /.buildenv ]; then
   %{_sbindir}/plymouth-set-default-theme -R solar
+ else
+   %{_sbindir}/plymouth-set-default-theme solar
+ fi 
fi
 fi
 
@@ -492,7 +513,7 @@
 %{_datadir}/plymouth/themes/text/text.plymouth
 %{_datadir}/plymouth/plymouthd.defaults
 %{_datadir}/plymouth/bizcom.png
-%ghost %{_localstatedir}/run/plymouth
+%ghost /run/plymouth
 %{_localstatedir}/spool/plymouth
 %{_mandir}/man?/*
 %ghost %{_localstatedir}/lib/plymouth/boot-duration



++ plymouth-correct-runtime-dir.patch ++
--- a/configure.ac  2012-11-02 22:26:41.0 +0100
+++ b/configure.ac  2013-02-22 17:15:58.300689336 +0100
@@ -268,7 +268,7 @@
 else
   plymouthclientdir=$bindir
   plymouthdaemondir=$sbindir
-  plymouthruntimedir=$localstatedir/run/plymouth
+  plymouthruntimedir=/run/plymouth
 fi
 AC_SUBST(plymouthclientdir)
 AC_SUBST(plymouthdaemondir)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit plymouth for openSUSE:Factory

2013-02-07 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-02-07 10:46:25

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-12-19 
11:51:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-02-07 
10:46:27.0 +0100
@@ -1,0 +2,9 @@
+Wed Feb  6 14:44:11 UTC 2013 - fcro...@suse.com
+
+- Rename plymouth-sd-notforking.patch to fix typo in patch name
+- Add plymouth-change-service-name.patch: fix incorrect service
+  names used for dependencies. Now use systemd-reboot.service
+  (replacing reboot.service) and display-manager.service (replacing
+  prefdm.service).
+
+---

Old:

  plymoith-sd-notforking.patch

New:

  plymouth-change-service-name.patch
  plymouth-sd-notforking.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.wtW7LI/_old  2013-02-07 10:46:28.0 +0100
+++ /var/tmp/diff_new_pack.wtW7LI/_new  2013-02-07 10:46:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plymouth
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,10 +47,12 @@
 # PATCH-OPENSUSE -- prefix is /usr/sbin and /usr/bin
 Patch9: plymouth-dracut-path.patch
 Patch10:0001-Some-greenish-openSUSE-colors.patch
-Patch12:plymoith-sd-notforking.patch
+Patch12:plymouth-sd-notforking.patch
 Patch13:ply-sdunitdir.patch
 # PATCH-OPENSUSE -- systemd-tty-ask-password-agent is in /usr/bin now.
 Patch14:plymouth-systemd-in-usr.patch
+# PATCH-FIX-UPSTREAM plymouth-change-service-name.patch fcrozaŧ@suse.com -- 
ensure correct service names are used
+Patch15:plymouth-change-service-name.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -330,6 +332,7 @@
 %if 0%(type -p systemd-tty-ask-password-agent) == 
0/usr/bin/systemd-tty-ask-password-agent
 %patch14 -p1
 %endif
+%patch15 -p1
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 



++ plymouth-change-service-name.patch ++
Index: plymouth-0.8.8_git201211022126/systemd-units/plymouth-halt.service.in
===
--- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-halt.service.in
+++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-halt.service.in
@@ -1,6 +1,6 @@
 [Unit]
 Description=Show Plymouth Halt Screen
-After=getty@tty1.service prefdm.service plymouth-start.service
+After=getty@tty1.service display-manager.service plymouth-start.service
 Before=halt.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
Index: plymouth-0.8.8_git201211022126/systemd-units/plymouth-kexec.service.in
===
--- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-kexec.service.in
+++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-kexec.service.in
@@ -1,6 +1,6 @@
 [Unit]
 Description=Show Plymouth Reboot with kexec Screen
-After=getty@tty1.service prefdm.service plymouth-start.service
+After=getty@tty1.service display-manager.service plymouth-start.service
 Before=kexec.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
Index: plymouth-0.8.8_git201211022126/systemd-units/plymouth-poweroff.service.in
===
--- 
plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-poweroff.service.in
+++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-poweroff.service.in
@@ -1,6 +1,6 @@
 [Unit]
 Description=Show Plymouth Power Off Screen
-After=getty@tty1.service prefdm.service plymouth-start.service
+After=getty@tty1.service display-manager.service plymouth-start.service
 Before=poweroff.service
 DefaultDependencies=no
 ConditionKernelCommandLine=!plymouth.enable=0
Index: plymouth-0.8.8_git201211022126/systemd-units/plymouth-reboot.service.in
===
--- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-reboot.service.in
+++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-reboot.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=Show Plymouth Reboot Screen

commit plymouth for openSUSE:Factory

2012-12-19 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-12-19 11:51:24

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-11-15 
09:44:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-12-19 
11:51:26.0 +0100
@@ -1,0 +2,9 @@
+Tue Dec 18 15:05:47 UTC 2012 - tittiatc...@gmail.com
+
+- Make sure that the right version of the scripts is required by 
+  the main package. This to prevent that an update of the scripts 
+  is not installed (bnc#793400)
+- Removed obsolete patch plymouth-remove-pid-file.patch. Issue 
+  has been resolved upstream
+
+---

Old:

  plymouth-remove-pid-file.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.goLuFr/_old  2012-12-19 11:51:27.0 +0100
+++ /var/tmp/diff_new_pack.goLuFr/_new  2012-12-19 11:51:27.0 +0100
@@ -47,8 +47,6 @@
 # PATCH-OPENSUSE -- prefix is /usr/sbin and /usr/bin
 Patch9: plymouth-dracut-path.patch
 Patch10:0001-Some-greenish-openSUSE-colors.patch
-# PATCH-FIX-UPSTREAM -- Plymouth will check itself if it is already running 
(bnc#780976)
-Patch11:plymouth-remove-pid-file.patch
 Patch12:plymoith-sd-notforking.patch
 Patch13:ply-sdunitdir.patch
 # PATCH-OPENSUSE -- systemd-tty-ask-password-agent is in /usr/bin now.
@@ -73,7 +71,7 @@
 Requires:   suspend = 0.80.20100129.1
 %endif
 Requires:   systemd = 44
-Requires(post): plymouth-scripts
+Requires(post): plymouth-scripts = %{version}
 Requires(post): mkinitrd
 Suggests:   plymouth-plugin-label
 Provides:   bootsplash = 3.4
@@ -326,7 +324,6 @@
 %patch8 -p1
 %patch9 -p0
 %patch10 -p1
-#patch11 -p1
 %patch12
 %patch13
 # haha, evil condition... :-)



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



commit plymouth for openSUSE:Factory

2012-11-15 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-11-15 09:44:10

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-11-08 
21:52:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-11-15 
09:44:11.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 14 09:12:13 UTC 2012 - seife+...@b1-systems.com
+
+- fix path to systemd-tty-ask-password-agent for newer systemd
+- create the pid file again during boot, the existence of this is
+  a condition for systemd-ask-password-plymouth.service. A proper
+  fix might look different but that get's it going again.
+
+---

New:

  plymouth-systemd-in-usr.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.yXS8n5/_old  2012-11-15 09:44:12.0 +0100
+++ /var/tmp/diff_new_pack.yXS8n5/_new  2012-11-15 09:44:12.0 +0100
@@ -51,6 +51,8 @@
 Patch11:plymouth-remove-pid-file.patch
 Patch12:plymoith-sd-notforking.patch
 Patch13:ply-sdunitdir.patch
+# PATCH-OPENSUSE -- systemd-tty-ask-password-agent is in /usr/bin now.
+Patch14:plymouth-systemd-in-usr.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -327,6 +329,10 @@
 #patch11 -p1
 %patch12
 %patch13
+# haha, evil condition... :-)
+%if 0%(type -p systemd-tty-ask-password-agent) == 
0/usr/bin/systemd-tty-ask-password-agent
+%patch14 -p1
+%endif
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 


++ plymoith-sd-notforking.patch ++
--- /var/tmp/diff_new_pack.yXS8n5/_old  2012-11-15 09:44:12.0 +0100
+++ /var/tmp/diff_new_pack.yXS8n5/_new  2012-11-15 09:44:12.0 +0100
@@ -1,6 +1,8 @@
 --- systemd-units/plymouth-halt.service.in.orig
 +++ systemd-units/plymouth-halt.service.in
-@@ -6,6 +6,5 @@ DefaultDependencies=no
+@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
+ Before=halt.service
+ DefaultDependencies=no
  ConditionKernelCommandLine=!plymouth.enable=0
  
  [Service]
@@ -10,7 +12,9 @@
 -Type=forking
 --- systemd-units/plymouth-kexec.service.in.orig
 +++ systemd-units/plymouth-kexec.service.in
-@@ -6,6 +6,5 @@ DefaultDependencies=no
+@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
+ Before=kexec.service
+ DefaultDependencies=no
  ConditionKernelCommandLine=!plymouth.enable=0
  
  [Service]
@@ -20,7 +24,9 @@
 -Type=forking
 --- systemd-units/plymouth-poweroff.service.in.orig
 +++ systemd-units/plymouth-poweroff.service.in
-@@ -6,6 +6,5 @@ DefaultDependencies=no
+@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
+ Before=poweroff.service
+ DefaultDependencies=no
  ConditionKernelCommandLine=!plymouth.enable=0
  
  [Service]
@@ -30,7 +36,9 @@
 -Type=forking
 --- systemd-units/plymouth-reboot.service.in.orig
 +++ systemd-units/plymouth-reboot.service.in
-@@ -6,6 +6,5 @@ DefaultDependencies=no
+@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
+ Before=reboot.service
+ DefaultDependencies=no
  ConditionKernelCommandLine=!plymouth.enable=0
  
  [Service]
@@ -40,12 +48,14 @@
 -Type=forking
 --- systemd-units/plymouth-start.service.in.orig
 +++ systemd-units/plymouth-start.service.in
-@@ -7,8 +7,7 @@ Before=systemd-ask-password-plymouth.ser
+@@ -5,10 +5,9 @@ Wants=systemd-ask-password-plymouth.path
+ After=systemd-vconsole-setup.service systemd-udev-trigger.service
+ Before=systemd-ask-password-plymouth.service
  ConditionKernelCommandLine=!plymouth.enable=0
  
  [Service]
 -ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot 
--pid-file=@plymouthruntimedir@/pid --attach-to-session
-+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --no-daemon --mode=boot 
--attach-to-session
++ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot 
--pid-file=@plymouthruntimedir@/pid --no-daemon --attach-to-session
  ExecStartPost=-/sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev ; /sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
 -Type=forking
  KillMode=none


++ plymouth-systemd-in-usr.patch ++
Index: b/systemd-units/systemd-ask-password-plymouth.service.in
===
--- a/systemd-units/systemd-ask-password-plymouth.service.in
+++ b/systemd-units/systemd-ask-password-plymouth.service.in
@@ -6,6 +6,6 @@ After=plymouth-start.service
 Before=shutdown.target
 

commit plymouth for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-11-08 21:52:00

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-10-17 
07:21:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-11-08 
21:52:02.0 +0100
@@ -1,0 +2,35 @@
+Tue Nov  6 18:07:29 UTC 2012 - tittiatc...@gmail.com
+
+- Provide the scripts to integrate Plymouth in dracut as a 
+  separate package.
+  
+- Added patch (plymouth-dracut-path.patch) to correct the paths
+  inside the specific plymouth-dracut scripts
+  
+---
+Mon Nov  5 17:35:39 UTC 2012 - crrodrig...@opensuse.org
+
+- Update to an slightly newer git snapshot to fix regression
+  from 0.8.8 
+
+---
+Thu Nov  1 21:36:22 UTC 2012 - crrodrig...@opensuse.org
+
+- Version 0.8.8
+
+* main: Try to own socket before anything else
+* main: silently succeed if plymouthd is started a second time
+* service: start plymouthd unconditionally
+* x11: make window fullscreen by default
+* x11: only create windows when necessary  
+
+---
+Thu Nov  1 20:35:34 UTC 2012 - crrodrig...@opensuse.org
+
+- plymoith-sd-notforking.patch: Make plymouthd to not use
+  Service type forking
+
+- ply-sdunitdir.patch: Must install units in %{_unitdir} as
+  returned by pkg-config not in a hardcoded location.
+
+---

Old:

  plymouth-0.8.7.tar.bz2

New:

  ply-sdunitdir.patch
  plymoith-sd-notforking.patch
  plymouth-0.8.8_git201211022126.tar.xz
  plymouth-dracut-path.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.Qyjk2k/_old  2012-11-08 21:52:04.0 +0100
+++ /var/tmp/diff_new_pack.Qyjk2k/_new  2012-11-08 21:52:04.0 +0100
@@ -22,13 +22,13 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-Version:0.8.7
+Version:0.8.8_git201211022126
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
 Group:  System/Base
 Url:http://freedesktop.org/software/plymouth/releases
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.xz
 Source1:boot-duration
 # PATCH-OPENSUSE -- Support the openSUSE initrd
 Patch1: suse-initrd-support
@@ -44,9 +44,13 @@
 Patch7: plymouth-udevadm-path.patch
 # PATCH-OPENSUSE -- Remove tag not understood by systemd v44
 Patch8: systemd-no-warning.patch
+# PATCH-OPENSUSE -- prefix is /usr/sbin and /usr/bin
+Patch9: plymouth-dracut-path.patch
 Patch10:0001-Some-greenish-openSUSE-colors.patch
 # PATCH-FIX-UPSTREAM -- Plymouth will check itself if it is already running 
(bnc#780976)
 Patch11:plymouth-remove-pid-file.patch
+Patch12:plymoith-sd-notforking.patch
+Patch13:ply-sdunitdir.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -60,6 +64,7 @@
 BuildRequires:  pkgconfig(libdrm_nouveau)
 BuildRequires:  pkgconfig(libdrm_radeon)
 BuildRequires:  pkgconfig(libkms)
+BuildRequires:  pkgconfig(systemd)
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
 %ifarch %ix86 x86_64 ppc ppc64
@@ -137,6 +142,15 @@
 This package contains utilities that integrate with Plymouth
 including a boot log viewing application.
 
+%package dracut
+Summary:Plymouth related utilities for dracut
+Group:  System/Base
+Supplements:packageand(plymouth:dracut)
+Requires:   %{name} = %{version}
+
+%description dracut
+This package contains utilities that integrate dracut with Plymouth
+
 %package x11-renderer
 Summary:Plymouth X11 renderer
 Group:  System/Base
@@ -308,9 +322,11 @@
 %endif
 %patch7 -p1
 %patch8 -p1
+%patch9 -p0
 %patch10 -p1
 #patch11 -p1
-
+%patch12
+%patch13
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 
@@ -334,14 +350,12 @@
--without-gdm-autostart-file  \
--with-release-file=/etc/os-release
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 
 %make_install
 rm -f %{buildroot}/%{_bindir}/rhgb-client
-rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd
-rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd
 
 #Link the plymouth 

commit plymouth for openSUSE:Factory

2012-10-16 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-10-17 07:21:49

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-10-12 
14:25:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-10-17 
07:21:51.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 12 08:59:08 UTC 2012 - tittiatc...@gmail.com
+
+- Remove the non required font file in /etc/fonts/conf.avail/ .
+
+---



Other differences:
--

++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.73flxk/_old  2012-10-17 07:21:54.0 +0200
+++ /var/tmp/diff_new_pack.73flxk/_new  2012-10-17 07:21:54.0 +0200
@@ -69,7 +69,7 @@
 ===
 --- /dev/null
 +++ plymouth-0.8.6.1/scripts/setup-plymouth.sh.in
-@@ -0,0 +1,60 @@
+@@ -0,0 +1,59 @@
 +#!/bin/bash
 +#
 +#%stage: setup
@@ -97,8 +97,7 @@
 +  /etc/plymouth/plymouthd.conf \
 +   /usr/share/fonts/uni/unifont.pcf.gz /etc/os-release \
 +   /etc/fonts/fonts.conf \
-+   /etc/fonts/conf.d/69-unifont.conf \
-+   /etc/fonts/conf.avail/69-unifont.conf 
++   /etc/fonts/conf.d/69-unifont.conf 
 +
 +PLUGINS=${PLUGIN_PATH}/details.so \
 +  ${PLUGIN_PATH}/text.so \

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



commit plymouth for openSUSE:Factory

2012-10-12 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-10-12 14:21:04

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-10-08 
07:16:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-10-12 
14:25:00.0 +0200
@@ -1,0 +2,17 @@
+Thu Oct 11 12:21:37 UTC 2012 - tittiatc...@gmail.com
+
+- Adjusted the upstream patch to remove the pid file. The original
+  one seems to cause issues with the DM killing plymouth 
+
+---
+Thu Oct 11 09:13:33 UTC 2012 - tittiatc...@gmail.com
+
+- Fix the Pango installation within the initrd. This would 
+  resolve the error message that Pango cannot find any fonts
+
+---
+Thu Sep 27 12:37:13 UTC 2012 - tittiatc...@gmail.com
+
+- fix the libdir path in plymouth-set-default-theme (bnc#780085)
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.d6rEAw/_old  2012-10-12 14:25:02.0 +0200
+++ /var/tmp/diff_new_pack.d6rEAw/_new  2012-10-12 14:25:02.0 +0200
@@ -155,7 +155,6 @@
 Requires:   gzip
 Requires:   plymouth
 Requires(post): mkinitrd
-BuildArch:  noarch
 
 %description scripts
 This package contains scripts that help integrate Plymouth with
@@ -310,7 +309,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch10 -p1
-%patch11 -p1
+#patch11 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c


++ plymouth-remove-pid-file.patch ++
--- /var/tmp/diff_new_pack.d6rEAw/_old  2012-10-12 14:25:02.0 +0200
+++ /var/tmp/diff_new_pack.d6rEAw/_new  2012-10-12 14:25:02.0 +0200
@@ -28,8 +28,8 @@
 +  ply_trace (plymouthd is already running);
 +
 +  if (daemon_handle != NULL)
-+ply_detach_daemon (daemon_handle, EX_OK);
-+  return EX_OK;
++ply_detach_daemon (daemon_handle, EX_UNAVAILABLE);
++  return EX_UNAVAILABLE;
 +}
 +
state.boot_buffer = ply_buffer_new ();

++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.d6rEAw/_old  2012-10-12 14:25:02.0 +0200
+++ /var/tmp/diff_new_pack.d6rEAw/_new  2012-10-12 14:25:02.0 +0200
@@ -117,17 +117,17 @@
 +done
 +
 +_libdir=`rpm --eval '%{_lib}'`
++mkdir -p $tmp_mnt/etc/pango
 +if [ $_libdir == lib64 ];
 +  then
 + _pangodir=`pango-querymodules-64 | grep ModulesPath | awk '{print $4}'`
-+ _pangomod=/etc/pango/pango64.modules
++ pango-querymodules-64  $tmp_mnt/etc/pango/pango.modules
 + pangobasicfc=${_pangodir}/pango-basic-fc.so
 +  else
 + _pangodir=`pango-querymodules | grep ModulesPath | awk '{print $4}'`
-+ _pangomod=/etc/pango/pango.modules
++ pango-querymodules  $tmp_mnt/etc/pango/pango.modules
 + pangobasicfc=${_pangodir}/pango-basic-fc.so
 +fi
-+install -D ${_pangomod} $tmp_mnt/${_pangomod}
 +install -D ${pangobasicfc} $tmp_mnt/${pangobasicfc}
 +mkdir -p $tmp_mnt/var/cache/fontconfig
 Index: plymouth-0.8.6.1/scripts/plymouth-update-initrd

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



commit plymouth for openSUSE:Factory

2012-10-07 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-10-08 07:16:40

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-08-26 
11:33:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-10-08 
07:16:43.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep 20 09:45:07 UTC 2012 - tittiatc...@gmail.com
+
+- Update to version 0.8.7
+  + fix plymouth race at bootup breaking efi/vesa handoff
+  + Systemd fixes
+- Add plymouth-remove-pid-file.patch: remove PID file usage
+  (bnc#780976) (Thanks to fcrozat)
+- Remove upstream patches: plymouth-systemd-target.patch, 
+  0001-ply-text-progress-bar-strip-quotes-if-present,patch, 
+  plymouth-fix-systemd-service.patch, plymouth-after-udev-settle 
+  due to upstream inclusion.
+
+---

Old:

  0001-ply-text-progress-bar-strip-quotes-if-present.patch
  plymouth-0.8.6.1.tar.bz2
  plymouth-after-udev-settle.patch
  plymouth-fix-systemd-service.patch
  plymouth-systemd-target.patch

New:

  plymouth-0.8.7.tar.bz2
  plymouth-remove-pid-file.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.mTNUhx/_old  2012-10-08 07:16:45.0 +0200
+++ /var/tmp/diff_new_pack.mTNUhx/_new  2012-10-08 07:16:45.0 +0200
@@ -22,8 +22,7 @@
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
 Name:   plymouth
-#Version:%{tarversion}_git%{patchversion}
-Version:0.8.6.1
+Version:0.8.7
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
@@ -41,22 +40,17 @@
 Patch4: stop-graphical.patch
 # PATCH-OPENSUSE -- Restore suspend / resume state (needed for suspend package)
 Patch5: plymouth-restore-suspend.patch
-# PATCH-FIX-UPSTREAM -- Create targets for plymouth systemd services
-Patch6: plymouth-systemd-target.patch
 # PATCH-OPENSUSE -- Change udevadm path
 Patch7: plymouth-udevadm-path.patch
 # PATCH-OPENSUSE -- Remove tag not understood by systemd v44
 Patch8: systemd-no-warning.patch
-# PATCH-FIX-UPSTREAM -- Recognize quotes often used in sysconfig-style files
-Patch9: 0001-ply-text-progress-bar-strip-quotes-if-present.patch
 Patch10:0001-Some-greenish-openSUSE-colors.patch
-# PATCH-FIX-UPSTREAM -- Fix systemd service file
-Patch11:plymouth-fix-systemd-service.patch
-# PATCH-FIX-UPSTREAM -- Start plymouth avec udev-trigger.service
-Patch12:plymouth-after-udev-settle.patch
+# PATCH-FIX-UPSTREAM -- Plymouth will check itself if it is already running 
(bnc#780976)
+Patch11:plymouth-remove-pid-file.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
+BuildRequires:  module-init-tools
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libdrm)
@@ -313,13 +307,10 @@
 %ifarch %ix86 x86_64 ppc ppc64
 %patch5 -p1
 %endif
-%patch6 -p1
-%patch11 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
 %patch10 -p1
-%patch12 -p1
+%patch11 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c


++ plymouth-0.8.6.1.tar.bz2 - plymouth-0.8.7.tar.bz2 ++
 69048 lines of diff (skipped)

++ plymouth-remove-pid-file.patch ++
From 512e3a78469af8b0cee02007db6144d1bbc63e01 Mon Sep 17 00:00:00 2001
From: Cosimo Cecchi cosi...@gnome.org
Date: Mon, 10 Sep 2012 16:43:09 -0400
Subject: [PATCH 1/4] main: fix debug message

If plymouthd is already running, then a second invocation will
fail with the message:

could not log bootup

This message is misleading, so fix it.
---
 src/main.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: plymouth-0.8.6.1/src/main.c
===
--- plymouth-0.8.6.1.orig/src/main.c
+++ plymouth-0.8.6.1/src/main.c
@@ -2478,6 +2478,17 @@ main (intargc,
*/
   argv[0][0] = '@';
 
+  state.boot_server = start_boot_server (state);
+
+  if (state.boot_server == NULL)
+{
+  ply_trace (plymouthd is already running);
+
+  if (daemon_handle != NULL)
+ply_detach_daemon (daemon_handle, EX_OK);
+  return EX_OK;
+}
+
   state.boot_buffer = ply_buffer_new ();
 
   if (attach_to_session)
@@ -2492,19 +2503,6 @@ main (intargc,
 }
 }
 
-  state.boot_server = start_boot_server (state);
-
-  if (state.boot_server == NULL)
-{
-  ply_trace (could not log bootup: %m);
-
-  

commit plymouth for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-08-26 11:33:36

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-08-08 
21:56:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-08-26 
11:33:38.0 +0200
@@ -1,0 +2,13 @@
+Wed Aug 22 14:04:13 UTC 2012 - fcro...@suse.com
+
+- Add plymouth-after-udev-settle.patch: ensure plymouth is started
+  after udev triggers has been started (git + name change due to
+  systemd  183 in openSUSE 12.2).
+
+---
+Wed Aug 22 11:41:57 UTC 2012 - tittiatc...@gmail.com
+
+- Ensure that the right Pango version is used for copying one of
+  the pango modules
+
+---

New:

  plymouth-after-udev-settle.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.OsTpUG/_old  2012-08-26 11:33:39.0 +0200
+++ /var/tmp/diff_new_pack.OsTpUG/_new  2012-08-26 11:33:39.0 +0200
@@ -52,6 +52,8 @@
 Patch10:0001-Some-greenish-openSUSE-colors.patch
 # PATCH-FIX-UPSTREAM -- Fix systemd service file
 Patch11:plymouth-fix-systemd-service.patch
+# PATCH-FIX-UPSTREAM -- Start plymouth avec udev-trigger.service
+Patch12:plymouth-after-udev-settle.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -317,6 +319,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch12 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c


++ plymouth-after-udev-settle.patch ++
Index: plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
===
--- plymouth-0.8.6.1.orig/systemd-units/plymouth-start.service.in
+++ plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
@@ -2,7 +2,7 @@
 Description=Show Plymouth Boot Screen
 DefaultDependencies=no
 Wants=systemd-ask-password-plymouth.path
-After=systemd-vconsole-setup.service systemd-udev-settle.service
+After=systemd-vconsole-setup.service udev-trigger.service
 Before=systemd-ask-password-plymouth.service
 ConditionKernelCommandLine=!plymouth.enable=0
 ConditionPathExists=!@plymouthruntimedir@/pid
++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.OsTpUG/_old  2012-08-26 11:33:39.0 +0200
+++ /var/tmp/diff_new_pack.OsTpUG/_new  2012-08-26 11:33:39.0 +0200
@@ -121,11 +121,11 @@
 +  then
 + _pangodir=`pango-querymodules-64 | grep ModulesPath | awk '{print $4}'`
 + _pangomod=/etc/pango/pango64.modules
-+ pangobasicfc=/usr/lib64/pango/1.6.0/modules/pango-basic-fc.so
++ pangobasicfc=${_pangodir}/pango-basic-fc.so
 +  else
 + _pangodir=`pango-querymodules | grep ModulesPath | awk '{print $4}'`
 + _pangomod=/etc/pango/pango.modules
-+ pangobasicfc=/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
++ pangobasicfc=${_pangodir}/pango-basic-fc.so
 +fi
 +install -D ${_pangomod} $tmp_mnt/${_pangomod}
 +install -D ${pangobasicfc} $tmp_mnt/${pangobasicfc}

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



commit plymouth for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-08-08 11:28:36

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-08-04 
09:26:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-08-08 
11:28:37.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 12:39:41 UTC 2012 - dmuel...@suse.com
+
+- remove suspend dependency on ARM
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.TUOhhK/_old  2012-08-08 11:28:39.0 +0200
+++ /var/tmp/diff_new_pack.TUOhhK/_new  2012-08-08 11:28:39.0 +0200
@@ -64,7 +64,9 @@
 BuildRequires:  pkgconfig(libkms)
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
+%ifarch %ix86 x86_64 ppc ppc64
 Requires:   suspend = 0.80.20100129.1
+%endif
 Requires:   systemd = 44
 Requires(post): plymouth-scripts
 Requires(post): mkinitrd
@@ -304,7 +306,9 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%ifarch %ix86 x86_64 ppc ppc64
 %patch5 -p1
+%endif
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1


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



commit plymouth for openSUSE:Factory

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-08-08 21:56:55

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-08-08 
11:28:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-08-08 
21:56:57.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug  8 09:03:58 UTC 2012 - fcro...@suse.com
+
+- Add plymouth-fix-systemd-service.patch: remove dashes next to
+  semi-colons, it confuses systemd. (bnc#774400)
+- Update suse-initrd-support to not start plymouth if kernel
+  cmdline contains shell or plymouth.enable=0 or
+  rd.plymouth=0.
+
+---

New:

  plymouth-fix-systemd-service.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.ihzZkr/_old  2012-08-08 21:56:58.0 +0200
+++ /var/tmp/diff_new_pack.ihzZkr/_new  2012-08-08 21:56:58.0 +0200
@@ -50,6 +50,8 @@
 # PATCH-FIX-UPSTREAM -- Recognize quotes often used in sysconfig-style files
 Patch9: 0001-ply-text-progress-bar-strip-quotes-if-present.patch
 Patch10:0001-Some-greenish-openSUSE-colors.patch
+# PATCH-FIX-UPSTREAM -- Fix systemd service file
+Patch11:plymouth-fix-systemd-service.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -310,9 +312,11 @@
 %patch5 -p1
 %endif
 %patch6 -p1
+%patch11 -p1
 %patch7 -p1
 %patch8 -p1
-%patch -P 9 -P 10 -p1
+%patch9 -p1
+%patch10 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c


++ plymouth-fix-systemd-service.patch ++
From 88c2e7dcf8adff93a335418390fb5f23f83e4f3c Mon Sep 17 00:00:00 2001
From: Ray Strode rstr...@redhat.com
Date: Mon, 23 Jul 2012 17:36:03 -0400
Subject: [PATCH] systemd: more updates to start service

The dashes next to the semi-colons seem to confuse systemd so drop them.
---
 systemd-units/plymouth-start.service.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
===
--- plymouth-0.8.6.1.orig/systemd-units/plymouth-start.service.in
+++ plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
@@ -9,5 +9,5 @@ ConditionPathExists=!@plymouthruntimedir
 
 [Service]
 ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot 
--pid-file=@plymouthruntimedir@/pid --attach-to-session
-ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev;-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev; -@PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
+ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev ; /bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
 Type=forking
++ plymouth-udevadm-path.patch ++
--- /var/tmp/diff_new_pack.ihzZkr/_old  2012-08-08 21:56:58.0 +0200
+++ /var/tmp/diff_new_pack.ihzZkr/_new  2012-08-08 21:56:58.0 +0200
@@ -6,6 +6,6 @@
  
  [Service]
  ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot 
--pid-file=@plymouthruntimedir@/pid --attach-to-session
--ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev;-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev; -@PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
-+ExecStartPost=-/sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev;-/sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev; -@PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
+-ExecStartPost=-/bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev ; /bin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
++ExecStartPost=-/sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/drm/card0/dev ; /sbin/udevadm settle --timeout=30 
--exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth 
show-splash
  Type=forking

++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.ihzZkr/_old  2012-08-08 21:56:58.0 +0200
+++ /var/tmp/diff_new_pack.ihzZkr/_new  2012-08-08 21:56:58.0 +0200
@@ -1,8 +1,8 @@
-Index: plymouth-0.8.4/configure.ac
+Index: plymouth-0.8.6.1/configure.ac
 ===
 plymouth-0.8.4.orig/configure.ac
-+++ 

commit plymouth for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-08-04 09:24:07

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-07-24 
17:20:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-08-04 
09:26:10.0 +0200
@@ -1,0 +2,17 @@
+Sun Jul 29 18:44:18 UTC 2012 - jeng...@inai.de
+
+- Ship /etc/os-release in the initrd so that the pretty name is
+  displayed in text-splash mode
+- Give the text-splash some SUSE-typical green coloring
+
+---
+Sun Jul 29 18:07:39 UTC 2012 - dmuel...@suse.com
+
+- fix build for ARM
+
+---
+Thu Jul 26 13:33:28 UTC 2012 - tittiatc...@gmail.com
+
+- Move the openSUSE branding to its rightful place
+
+---

Old:

  branding-suse.tar.xz
  opensuse-logo.png

New:

  0001-Some-greenish-openSUSE-colors.patch
  0001-ply-text-progress-bar-strip-quotes-if-present.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.p3SPLH/_old  2012-08-04 09:26:19.0 +0200
+++ /var/tmp/diff_new_pack.p3SPLH/_new  2012-08-04 09:26:19.0 +0200
@@ -31,8 +31,6 @@
 Url:http://freedesktop.org/software/plymouth/releases
 Source0:%{name}-%{version}.tar.bz2
 Source1:boot-duration
-Source2:opensuse-logo.png
-Source3:branding-suse.tar.xz
 # PATCH-OPENSUSE -- Support the openSUSE initrd
 Patch1: suse-initrd-support
 # PATCH-OPENSUSE -- Add line numbers to tracing output
@@ -49,13 +47,16 @@
 Patch7: plymouth-udevadm-path.patch
 # PATCH-OPENSUSE -- Remove tag not understood by systemd v44
 Patch8: systemd-no-warning.patch
+# PATCH-FIX-UPSTREAM -- Recognize quotes often used in sysconfig-style files
+Patch9: 0001-ply-text-progress-bar-strip-quotes-if-present.patch
+Patch10:0001-Some-greenish-openSUSE-colors.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libdrm)
-%ifnarch ppc ppc64
+%ifarch %ix86 x86_64
 BuildRequires:  pkgconfig(libdrm_intel)
 %endif
 BuildRequires:  pkgconfig(libdrm_nouveau)
@@ -237,34 +238,6 @@
 language that simplifies the process of designing custom
 boot splash themes.
 
-%package branding-upstream
-Summary:Plymouth default theme
-Group:  System/Base
-Requires:   plymouth-theme-solar = %{version}
-Requires(pre):  %{name}
-Supplements:packageand(plymouth:branding-upstream)
-Provides:   %{name}-branding = %{version}
-Conflicts:  otherproviders(plymouth-branding)
-BuildArch:  noarch
-
-%description branding-upstream
-This metapackage tracks the Plymouth default theme from upstream.
-
-%package branding-openSUSE
-Summary:Plymouth openSUSE theme
-Group:  System/Base
-Requires:   plymouth-plugin-label = %{version}
-Requires:   plymouth-plugin-script = %{version}
-Requires(post): %{name}-scripts
-Supplements:packageand(plymouth:branding-openSUSE)
-Provides:   %{name}-branding = %{version}
-Conflicts:  otherproviders(plymouth-branding)
-BuildArch:  noarch
-
-%description branding-openSUSE
-This metapackage tracks the Plymouth openSUSE branding.
-
-
 %package theme-fade-in
 Summary:Plymouth Fade-In theme
 Group:  System/Base
@@ -335,6 +308,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch -P 9 -P 10 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
@@ -347,7 +321,6 @@
 %configure --disable-static  \
--enable-systemd-integration  \
--enable-tracing --disable-tests  \
-   --with-logo=%{_datadir}/plymouth/logo.png\
--with-background-start-color-stop=0x1A3D1F   \
--with-background-end-color-stop=0x4EA65C \
--with-background-color=0x3391cd  \
@@ -357,7 +330,8 @@
--without-rhgb-compat-link\
--with-boot-tty=/dev/tty7 \
--with-shutdown-tty=/dev/tty1 \
-   --without-gdm-autostart-file
+   --without-gdm-autostart-file  \
+   

commit plymouth for openSUSE:Factory

2012-07-24 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-07-24 15:33:39

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-07-09 
10:01:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-07-24 
17:20:22.0 +0200
@@ -1,0 +2,25 @@
+Fri Jul 20 08:57:25 UTC 2012 - fcro...@suse.com
+
+- Update to 0.8.6.1:
+ + Fix systemd path file generation
+- Changes from 0.8.6:
+ + fix flush_area fast-path
+ + seed random number generator by default for script plugins
+ + allow plymouth to be built without gtk dependency
+ + cope with lack of /etc/os-release better
+ + pull in systemd unit files (bnc#770890)
+ + add support for new updates mode for doing package updates
+  (only available for some plugins at the moment)
+- Add plymouth-restore-suspend.patch: revert commit removing
+  suspend/resume support, needed for suspend package.
+- Add plymouth-systemd-target.patch: add missing symlinks to start
+  plymouth on shutdown / reboot / kexec (bnc#770764).
+- Add plymouth-udevadm-path.patch: adapt to udevadm path on
+  openSUSE.
+- Ensure systemctl daemon-reload is called in post / postun
+- Add systemd-no-warning.patch: remove Documentation tag not
+  handled by systemd v44.
+- Update stop-graphical.patch to correct prevent plymouth.quit to
+  start under runlevel 5 (handled by xdm initscript directly).
+
+---

Old:

  plymouth-0.8.5.1.tar.bz2

New:

  plymouth-0.8.6.1.tar.bz2
  plymouth-restore-suspend.patch
  plymouth-systemd-target.patch
  plymouth-udevadm-path.patch
  systemd-no-warning.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.GuKaRK/_old  2012-07-24 17:20:27.0 +0200
+++ /var/tmp/diff_new_pack.GuKaRK/_new  2012-07-24 17:20:27.0 +0200
@@ -23,7 +23,7 @@
 
 Name:   plymouth
 #Version:%{tarversion}_git%{patchversion}
-Version:0.8.5.1
+Version:0.8.6.1
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
@@ -41,6 +41,14 @@
 Patch3: plymouth-fix-window-size
 # PATCH-OPENSUSE -- Ensure graphical.target is conflicting with 
plymouth-wait-quit.service
 Patch4: stop-graphical.patch
+# PATCH-OPENSUSE -- Restore suspend / resume state (needed for suspend package)
+Patch5: plymouth-restore-suspend.patch
+# PATCH-FIX-UPSTREAM -- Create targets for plymouth systemd services
+Patch6: plymouth-systemd-target.patch
+# PATCH-OPENSUSE -- Change udevadm path
+Patch7: plymouth-udevadm-path.patch
+# PATCH-OPENSUSE -- Remove tag not understood by systemd v44
+Patch8: systemd-no-warning.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -323,6 +331,10 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
@@ -393,11 +405,13 @@
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f 
%{_datadir}/plymouth/default-boot-duration 
%{_localstatedir}/lib/plymouth/boot-duration
%{_libexecdir}/plymouth/plymouth-update-initrd
 fi
+[ -x /bin/systemctl ]  /bin/systemctl daemon-reload /dev/null 21 || :
 
 %postun
 if [ $1 -eq 0 ]; then
 rm -f %{_libdir}/plymouth/default.so
 rm -f /boot/initrd-plymouth.img
+[ -x /bin/systemctl ]  /bin/systemctl daemon-reload /dev/null 21 || :
 fi
 
 %post scripts -p /sbin/mkinitrd_setup




++ plymouth-0.8.5.1.tar.bz2 - plymouth-0.8.6.1.tar.bz2 ++
 69878 lines of diff (skipped)

++ plymouth-restore-suspend.patch ++
From 152304f3fd2ebd04ca6d49c62dce4ddd2269326a Mon Sep 17 00:00:00 2001
From: Frederic Crozat fcro...@suse.com
Date: Fri, 20 Jul 2012 11:07:29 +0200
Subject: [PATCH] Revert libply: remove the unused SPLASH_MODE_SUSPEND and
 SPLASH_MODE_RESUME

This reverts commit 02c596757753589f7e49d26eab2759d552f24671.

Conflicts:
src/libply-splash-core/ply-boot-splash-plugin.h
src/plugins/splash/script/script-lib-plymouth.c
---
 src/libply-splash-core/ply-boot-splash-plugin.h |2 ++
 src/plugins/splash/script/script-lib-plymouth.c |6 ++
 2 files changed, 8 insertions(+)

diff --git a/src/libply-splash-core/ply-boot-splash-plugin.h 
b/src/libply-splash-core/ply-boot-splash-plugin.h
index 2d73d66..1a67526 100644
--- a/src/libply-splash-core/ply-boot-splash-plugin.h
+++ 

commit plymouth for openSUSE:Factory

2012-07-09 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-07-09 10:01:53

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-07-03 
14:26:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-07-09 
10:01:55.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul  6 23:13:15 UTC 2012 - dval...@suse.com
+
+- don't require intel_drm on ppc 
+
+---
+Wed Jul  4 13:07:45 UTC 2012 - meiss...@suse.com
+
+- run /sbin/mkinitrd and let it figure out by itself
+  what initrds to update. bnc#769812
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.ioSzG3/_old  2012-07-09 10:01:57.0 +0200
+++ /var/tmp/diff_new_pack.ioSzG3/_new  2012-07-09 10:01:57.0 +0200
@@ -47,7 +47,9 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libdrm)
+%ifnarch ppc ppc64
 BuildRequires:  pkgconfig(libdrm_intel)
+%endif
 BuildRequires:  pkgconfig(libdrm_nouveau)
 BuildRequires:  pkgconfig(libdrm_radeon)
 BuildRequires:  pkgconfig(libkms)




++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.ioSzG3/_old  2012-07-09 10:01:57.0 +0200
+++ /var/tmp/diff_new_pack.ioSzG3/_new  2012-07-09 10:01:57.0 +0200
@@ -126,4 +126,4 @@
 @@ -1,2 +1,2 @@
  #!/bin/bash
 -mkinitrd -f /boot/initrd-$(uname -r).img $(uname -r)
-+mkinitrd -i initrd-$(uname -r) -k vmlinuz-$(uname -r)
++/sbin/mkinitrd

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



commit plymouth for openSUSE:Factory

2012-07-03 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-07-03 14:01:37

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-06-29 
15:21:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-07-03 
14:26:02.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul  2 11:19:04 UTC 2012 - fcro...@suse.com
+
+- Provides systemd units, instead of relying on systemd to ship
+  them (bnc#769397).
+- Ensure plymouth--wait-quit.service conflicts with
+  graphical.target.
+
+---

New:

  stop-graphical.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.We7391/_old  2012-07-03 14:26:04.0 +0200
+++ /var/tmp/diff_new_pack.We7391/_new  2012-07-03 14:26:04.0 +0200
@@ -39,6 +39,8 @@
 Patch2: plymouth-trace-lines
 # PATCH-OPENSUSE -- Handle correctly multiple displays with different sizes
 Patch3: plymouth-fix-window-size
+# PATCH-OPENSUSE -- Ensure graphical.target is conflicting with 
plymouth-wait-quit.service
+Patch4: stop-graphical.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -52,12 +54,14 @@
 Requires:   %{name}-branding
 Requires:   gnu-unifont-bitmap-fonts
 Requires:   suspend = 0.80.20100129.1
-Requires:   systemd-plymouth
+Requires:   systemd = 44
 Requires(post): plymouth-scripts
 Requires(post): mkinitrd
 Suggests:   plymouth-plugin-label
 Provides:   bootsplash = 3.4
 Obsoletes:  bootsplash = 3.4
+Provides:   systemd-plymouth = 44-10.2
+Obsoletes:  systemd-plymouth = 44-10.1
 
 %description
 Plymouth provides an attractive graphical boot animation in
@@ -316,6 +320,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
@@ -349,9 +354,6 @@
 rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd
 rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd
 
-# For now the systemd integration is still being delivered through the systemd 
packages
-rm -rf %{buildroot}/lib/systemd
-
 #Link the plymouth client binary also to /bin until the move to /usr is 
completed
 mkdir %{buildroot}/bin
 (cd %{buildroot}/bin; ln -s ../usr/bin/plymouth)
@@ -507,6 +509,7 @@
 %{_localstatedir}/spool/plymouth
 %{_mandir}/man?/*
 %ghost %{_localstatedir}/lib/plymouth/boot-duration
+/lib/systemd/system/*
 
 %files devel
 %defattr(-, root, root)




++ stop-graphical.patch ++
Index: plymouth-0.8.5.1/systemd-units/plymouth-quit-wait.service.in
===
--- plymouth-0.8.5.1.orig/systemd-units/plymouth-quit-wait.service.in
+++ plymouth-0.8.5.1/systemd-units/plymouth-quit-wait.service.in
@@ -1,6 +1,7 @@
 [Unit]
 Description=Wait for Plymouth Boot Screen to Quit
 After=rc-local.service plymouth-start.service systemd-user-sessions.service
+Conflicts=graphical.target
 
 [Service]
 ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth --wait
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plymouth for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-06-29 15:21:41

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-06-25 
12:42:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-06-29 
15:21:48.0 +0200
@@ -1,0 +2,18 @@
+Fri Jun 29 08:35:41 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 0.8.5.1
+  + two-step splash plugin quit fixes
+  + add generic driver to drm renderer plugin
+This allows new modesetting drivers to work with plymouth 
+automatically
+  + fixes for video cards that don't support 32bpp
+  + add alignment and width features to label controls
+  + new documentation
+  + event loop fix
+  + more serial console fixes
+  + better systemd integration
+  + new flush api to client library
+  + Allow plymouth to build the drm renderer without the driver
+dependent libdrm_* libraries.
+
+---

Old:

  plymouth-0.8.4.tar.bz2

New:

  plymouth-0.8.5.1.tar.bz2



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.Pqu0xd/_old  2012-06-29 15:21:50.0 +0200
+++ /var/tmp/diff_new_pack.Pqu0xd/_new  2012-06-29 15:21:50.0 +0200
@@ -21,12 +21,9 @@
 %define plymouth_libdir %{_libdir}
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
-%define tarversion 0.8.4
-%define patchversion 201110131555
-
 Name:   plymouth
 #Version:%{tarversion}_git%{patchversion}
-Version:0.8.4
+Version:0.8.5.1
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
@@ -352,6 +349,9 @@
 rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd
 rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd
 
+# For now the systemd integration is still being delivered through the systemd 
packages
+rm -rf %{buildroot}/lib/systemd
+
 #Link the plymouth client binary also to /bin until the move to /usr is 
completed
 mkdir %{buildroot}/bin
 (cd %{buildroot}/bin; ln -s ../usr/bin/plymouth)




++ plymouth-0.8.4.tar.bz2 - plymouth-0.8.5.1.tar.bz2 ++
 68547 lines of diff (skipped)

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



commit plymouth for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-06-25 12:42:29

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-06-12 
07:09:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-06-25 
12:42:52.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 21 09:48:11 UTC 2012 - lnus...@suse.de
+
+- disable plymouth if init is not systemd (could be e.g. /bin/sh or
+  sysvinit then)
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.b9MUL5/_old  2012-06-25 12:42:54.0 +0200
+++ /var/tmp/diff_new_pack.b9MUL5/_new  2012-06-25 12:42:54.0 +0200
@@ -397,18 +397,23 @@
 fi
 
 %post scripts -p /sbin/mkinitrd_setup
+
 %postun scripts -p /sbin/mkinitrd_setup
 
 %post -n libply-boot-client2 -p /sbin/ldconfig
+
 %postun -n libply-boot-client2 -p /sbin/ldconfig
 
 %post -n libply-splash-core2 -p /sbin/ldconfig
+
 %postun -n libply-splash-core2 -p /sbin/ldconfig
 
 %post -n libply-splash-graphics2 -p /sbin/ldconfig
+
 %postun -n libply-splash-graphics2 -p /sbin/ldconfig
 
 %post -n libply2 -p /sbin/ldconfig
+
 %postun -n libply2 -p /sbin/ldconfig
 
 %post theme-spinfinity




++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.b9MUL5/_old  2012-06-25 12:42:54.0 +0200
+++ /var/tmp/diff_new_pack.b9MUL5/_new  2012-06-25 12:42:54.0 +0200
@@ -1,6 +1,8 @@
 plymouth-0.8.4/configure.ac2012-02-06 22:01:36.0 +0100
-+++ new/configure.ac   2012-04-03 10:28:00.658536991 +0200
-@@ -440,6 +440,7 @@
+Index: plymouth-0.8.4/configure.ac
+===
+--- plymouth-0.8.4.orig/configure.ac
 plymouth-0.8.4/configure.ac
+@@ -440,6 +440,7 @@ AC_CONFIG_FILES([Makefile
 themes/spinner/Makefile
 themes/script/Makefile
 images/Makefile
@@ -8,18 +10,38 @@
   scripts/plymouth-generate-initrd
   scripts/plymouth-populate-initrd
   scripts/plymouth-set-default-theme
+Index: plymouth-0.8.4/scripts/boot-plymouth.chroot.sh
+===
 --- /dev/null
-+++ new/scripts/boot-plymouth.chroot.sh2012-04-03 10:28:00.659536992 
+0200
-@@ -0,0 +1,7 @@
 plymouth-0.8.4/scripts/boot-plymouth.chroot.sh
+@@ -0,0 +1,23 @@
 +#!/bin/bash
 +#%stage: setup
 +#%depends: plymouth
-+#%programs: /usr/bin/plymouth /usr/sbin/plymouthd
++#%programs: /usr/bin/plymouth /usr/sbin/plymouthd /usr/bin/readlink
 +#%dontshow
 +
-+plymouth update-root-fs --new-root-dir=/root
++ply_init_is_systemd()
++{
++  local d=$init
++  [ -n $d ] || return 1
++  if [ -L /root$d ]; then
++  d=`readlink /root$d`
++  fi
++  [ ${d##*/} = systemd ] || return 1
++  return 0
++}
++
++if ply_init_is_systemd; then
++  plymouth update-root-fs --new-root-dir=/root
++else
++  echo init $init is not systemd, terminate plymouth
++  plymouth quit
++fi
+Index: plymouth-0.8.4/scripts/boot-plymouth.sh
+===
 --- /dev/null
-+++ new/scripts/boot-plymouth.sh   2012-04-03 10:28:00.659536992 +0200
 plymouth-0.8.4/scripts/boot-plymouth.sh
 @@ -0,0 +1,10 @@
 +#!/bin/bash
 +#%stage: boot
@@ -31,8 +53,10 @@
 +/usr/sbin/plymouthd --attach-to-session --pid-file /run/plymouth/pid
 +
 +plymouth show-splash
+Index: plymouth-0.8.4/scripts/setup-plymouth.sh.in
+===
 --- /dev/null
-+++ new/scripts/setup-plymouth.sh.in   2012-04-03 11:11:44.656337240 +0200
 plymouth-0.8.4/scripts/setup-plymouth.sh.in
 @@ -0,0 +1,61 @@
 +#!/bin/bash
 +#
@@ -95,8 +119,10 @@
 +install -D ${_pangomod} $tmp_mnt/${_pangomod}
 +install -D ${pangobasicfc} $tmp_mnt/${pangobasicfc}
 +mkdir -p $tmp_mnt/var/cache/fontconfig
 plymouth-0.8.4/scripts/plymouth-update-initrd  2008-12-19 
05:36:55.0 +0100
-+++ new/scripts/plymouth-update-initrd 2012-05-15 10:59:08.158501726 +0200
+Index: plymouth-0.8.4/scripts/plymouth-update-initrd
+===
+--- plymouth-0.8.4.orig/scripts/plymouth-update-initrd
 plymouth-0.8.4/scripts/plymouth-update-initrd
 @@ -1,2 +1,2 @@
  #!/bin/bash
 -mkinitrd -f /boot/initrd-$(uname -r).img $(uname -r)

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



commit plymouth for openSUSE:Factory

2012-06-11 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-06-12 07:09:50

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-06-05 
12:03:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-06-12 
07:09:53.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 10:19:49 UTC 2012 - co...@suse.com
+
+- if we provide bootsplash, we should also make sure to obsolete
+  its version
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.8i07nI/_old  2012-06-12 07:09:54.0 +0200
+++ /var/tmp/diff_new_pack.8i07nI/_new  2012-06-12 07:09:54.0 +0200
@@ -59,8 +59,8 @@
 Requires(post): plymouth-scripts
 Requires(post): mkinitrd
 Suggests:   plymouth-plugin-label
-Provides:   bootsplash = %{version}
-Obsoletes:  bootsplash  %{version}
+Provides:   bootsplash = 3.4
+Obsoletes:  bootsplash = 3.4
 
 %description
 Plymouth provides an attractive graphical boot animation in




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



commit plymouth for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-06-05 12:02:59

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-06-01 
07:22:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-06-05 
12:03:02.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  4 18:34:08 UTC 2012 - tittiatc...@gmail.com
+
+- Ensure that the openSUSE theme is default. (bnc#765277)
+- Remove unnecessary changes to the kernel options. Plymouth also
+  accepts splash=silent.
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.LPQaYw/_old  2012-06-05 12:03:04.0 +0200
+++ /var/tmp/diff_new_pack.LPQaYw/_new  2012-06-05 12:03:04.0 +0200
@@ -324,7 +324,7 @@
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 
 # Change the default theme
-sed -i -e 's/fade-in/solar/g' src/plymouthd.defaults
+sed -i -e 's/fade-in/openSUSE/g' src/plymouthd.defaults
 
 %build
 autoreconf -fiv
@@ -369,6 +369,7 @@
 cp $RPM_SOURCE_DIR/boot-duration 
%{buildroot}%{_datadir}/plymouth/default-boot-duration
 cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_localstatedir}/lib/plymouth
 cp %{SOURCE2} %{buildroot}%{_datadir}/plymouth/logo.png
+cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults 
%{buildroot}/%{_sysconfdir}/plymouth/plymouth.conf
 
 mkdir -p %{buildroot}/lib/mkinitrd/scripts
 install -t %{buildroot}/lib/mkinitrd/scripts \
@@ -387,28 +388,12 @@
 if [ ! -e /.buildenv ]; then 
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f 
%{_datadir}/plymouth/default-boot-duration 
%{_localstatedir}/lib/plymouth/boot-duration
%{_libexecdir}/plymouth/plymouth-update-initrd
-   if [ $1 -eq 1 ]; then
-  if [ -f %{_sysconfdir}/default/grub ]; then
-  sed -i 's|splash=silent|splash|g' %{_sysconfdir}/default/grub
-  grub2-mkconfig -o /boot/grub2/grub.cfg
-  fi
-  if [ -f /boot/grub/menu.lst ]; then
-  sed -i 's|splash=silent|splash|g' /boot/grub/menu.lst
-  fi
-   fi
 fi
 
 %postun
 if [ $1 -eq 0 ]; then
 rm -f %{_libdir}/plymouth/default.so
 rm -f /boot/initrd-plymouth.img
-if [ -f %{_sysconfdir}/default/grub ]; then
-   sed -i 's|splash|splash=silent|g' %{_sysconfdir}/default/grub
-   grub2-mkconfig -o /boot/grub2/grub.cfg
-fi
-if [ -f /boot/grub/menu.lst ]; then
-   sed -i 's|splash|splash=silent|g' /boot/grub/menu.lst
-fi
 fi
 
 %post scripts -p /sbin/mkinitrd_setup
@@ -501,6 +486,7 @@
 %dir %{_libdir}/plymouth
 %dir %{_libdir}/plymouth/renderers
 %dir %{_sysconfdir}/plymouth
+%{_sysconfdir}/plymouth/plymouth.conf
 %{plymouthdaemon_execdir}/plymouthd
 %{plymouthclient_execdir}/plymouth
 /bin/plymouth




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



commit plymouth for openSUSE:Factory

2012-05-31 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-06-01 07:22:54

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-05-22 
08:18:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-06-01 
07:22:56.0 +0200
@@ -1,0 +2,14 @@
+Wed May 30 16:41:02 UTC 2012 - vu...@opensuse.org
+
+- Add plymouth-scripts Requires(post) to branding-openSUSE
+  subpackage, to make sure that the %post scriptlet will work.
+- Make sure we export LIB and not lib in the %postun scriptlets of
+  theme-solar and branding-openSUSE subpackages.
+
+---
+Tue May 29 10:03:07 UTC 2012 - tittiatc...@gmail.com
+
+- Ensure that label.so is being installed for the openSUSE branding
+  (bnc#763574)
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.ePITju/_old  2012-06-01 07:22:58.0 +0200
+++ /var/tmp/diff_new_pack.ePITju/_new  2012-06-01 07:22:58.0 +0200
@@ -53,13 +53,14 @@
 BuildRequires:  pkgconfig(libdrm_radeon)
 BuildRequires:  pkgconfig(libkms)
 Requires:   %{name}-branding
+Requires:   gnu-unifont-bitmap-fonts
 Requires:   suspend = 0.80.20100129.1
 Requires:   systemd-plymouth
-Provides:   bootsplash = %{version}
-Obsoletes:  bootsplash  %{version}
-Requires:   gnu-unifont-bitmap-fonts
 Requires(post): plymouth-scripts
 Requires(post): mkinitrd
+Suggests:   plymouth-plugin-label
+Provides:   bootsplash = %{version}
+Obsoletes:  bootsplash  %{version}
 
 %description
 Plymouth provides an attractive graphical boot animation in
@@ -229,11 +230,11 @@
 Summary:Plymouth default theme
 Group:  System/Base
 Requires:   plymouth-theme-solar = %{version}
+Requires(pre):  %{name}
 Supplements:packageand(plymouth:branding-upstream)
 Provides:   %{name}-branding = %{version}
-BuildArch:  noarch
 Conflicts:  otherproviders(plymouth-branding)
-Requires(pre):  %{name}
+BuildArch:  noarch
 
 %description branding-upstream
 This metapackage tracks the Plymouth default theme from upstream.
@@ -241,11 +242,13 @@
 %package branding-openSUSE
 Summary:Plymouth openSUSE theme
 Group:  System/Base
+Requires:   plymouth-plugin-label = %{version}
 Requires:   plymouth-plugin-script = %{version}
+Requires(post): %{name}-scripts
 Supplements:packageand(plymouth:branding-openSUSE)
 Provides:   %{name}-branding = %{version}
-BuildArch:  noarch
 Conflicts:  otherproviders(plymouth-branding)
+BuildArch:  noarch
 
 %description branding-openSUSE
 This metapackage tracks the Plymouth openSUSE branding.
@@ -255,8 +258,9 @@
 Summary:Plymouth Fade-In theme
 Group:  System/Base
 Requires:   %{name}-plugin-fade-throbber = %{version}
-BuildArch:  noarch
+Requires:   plymouth-plugin-label
 Requires(post): %{name}-scripts
+BuildArch:  noarch
 
 %description theme-fade-in
 This package contains the Fade-In boot splash theme for
@@ -268,8 +272,8 @@
 Group:  System/Base
 Requires:   %{name}-plugin-throbgress = %{version}
 Requires(pre):  %{name}
-BuildArch:  noarch
 Requires(post): %{name}-scripts
+BuildArch:  noarch
 
 %description theme-spinfinity
 This package contains the Spinfinity boot splash theme for
@@ -280,8 +284,8 @@
 Summary:Plymouth Spinner theme
 Group:  System/Base
 Requires:   %{name}-plugin-two-step = %{version}
-BuildArch:  noarch
 Requires(post): %{name}-scripts
+BuildArch:  noarch
 
 %description theme-spinner
 This package contains the spinner boot splash theme for
@@ -291,8 +295,8 @@
 Summary:Plymouth Solar theme
 Group:  System/Base
 Requires:   %{name}-plugin-space-flares = %{version}
-BuildArch:  noarch
 Requires(post): %{name}-scripts
+BuildArch:  noarch
 
 %description theme-solar
 This package contains the Solar boot splash theme for
@@ -302,8 +306,8 @@
 Summary:Plymouth Script plugin
 Group:  System/Base
 Requires:   %{name}-plugin-script = %{version}
-BuildArch:  noarch
 Requires(post): %{name}-scripts
+BuildArch:  noarch
 
 %description theme-script
 This package contains the script boot splash theme for
@@ -464,7 +468,7 @@
 
 %postun theme-solar
 if [ $1 -eq 0 ]; then
-export lib=%{_libdir}
+export LIB=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == solar ]; then
 

commit plymouth for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-05-22 08:17:59

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-05-21 
07:29:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-05-22 
08:18:02.0 +0200
@@ -1,0 +2,8 @@
+Mon May 21 11:25:36 UTC 2012 - tittiatc...@gmail.com
+
+- Update the installation/update from plymouth in a way that the 
+  initrd file for the current running kernel is updated.
+- Corrected a typo with regards to the location of a pango module
+  when setting up the initrd. 
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.Vu4Qp1/_old  2012-05-22 08:18:05.0 +0200
+++ /var/tmp/diff_new_pack.Vu4Qp1/_new  2012-05-22 08:18:05.0 +0200
@@ -59,6 +59,7 @@
 Obsoletes:  bootsplash  %{version}
 Requires:   gnu-unifont-bitmap-fonts
 Requires(post): plymouth-scripts
+Requires(post): mkinitrd
 
 %description
 Plymouth provides an attractive graphical boot animation in
@@ -139,8 +140,8 @@
 Requires:   cpio
 Requires:   findutils
 Requires:   gzip
-Requires:   mkinitrd
 Requires:   plymouth
+Requires(post): mkinitrd
 BuildArch:  noarch
 
 %description scripts
@@ -379,8 +380,10 @@
 rm -rf %{buildroot}
 
 %post
-[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f 
%{_datadir}/plymouth/default-boot-duration 
%{_localstatedir}/lib/plymouth/boot-duration
-if [ $1 -eq 1 ]; then
+if [ ! -e /.buildenv ]; then 
+   [ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f 
%{_datadir}/plymouth/default-boot-duration 
%{_localstatedir}/lib/plymouth/boot-duration
+   %{_libexecdir}/plymouth/plymouth-update-initrd
+   if [ $1 -eq 1 ]; then
if [ -f %{_sysconfdir}/default/grub ]; then
 sed -i 's|splash=silent|splash|g' %{_sysconfdir}/default/grub
 grub2-mkconfig -o /boot/grub2/grub.cfg
@@ -388,6 +391,7 @@
if [ -f /boot/grub/menu.lst ]; then
 sed -i 's|splash=silent|splash|g' /boot/grub/menu.lst
fi
+   fi
 fi
 
 %postun
@@ -419,7 +423,7 @@
 %postun -n libply2 -p /sbin/ldconfig
 
 %post theme-spinfinity
-if [ $1 -eq 1 ]; then
+if [ $1 -eq 1 -a ! -e /.buildenv ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
   %{_sbindir}/plymouth-set-default-theme -R spinfinity
@@ -435,7 +439,7 @@
 fi
 
 %post theme-fade-in
-if [ $1 -eq 1 ]; then
+if [ $1 -eq 1 -a ! -e /.buildenv ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
   %{_sbindir}/plymouth-set-default-theme -R fade-in
@@ -451,7 +455,7 @@
 fi
 
 %post theme-solar
-if [ $1 -eq 1 ]; then
+if [ $1 -eq 1 -a ! -e /.buildenv ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
   %{_sbindir}/plymouth-set-default-theme -R solar
@@ -467,7 +471,7 @@
 fi
 
 %post branding-openSUSE
-if [ $1 -eq 1 ]; then
+if [ $1 -eq 1 -a ! -e /.buildenv ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
   %{_sbindir}/plymouth-set-default-theme -R openSUSE




++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.Vu4Qp1/_old  2012-05-22 08:18:05.0 +0200
+++ /var/tmp/diff_new_pack.Vu4Qp1/_new  2012-05-22 08:18:05.0 +0200
@@ -33,7 +33,7 @@
 +plymouth show-splash
 --- /dev/null
 +++ new/scripts/setup-plymouth.sh.in   2012-04-03 11:11:44.656337240 +0200
-@@ -0,0 +1,59 @@
+@@ -0,0 +1,61 @@
 +#!/bin/bash
 +#
 +#%stage: setup
@@ -63,8 +63,7 @@
 +   /usr/share/fonts/uni/unifont.pcf.gz \
 +   /etc/fonts/fonts.conf \
 +   /etc/fonts/conf.d/69-unifont.conf \
-+   /etc/fonts/conf.avail/69-unifont.conf \
-+   /usr/lib/pango/1.6.0/modules/pango-basic-fc.so 
++   /etc/fonts/conf.avail/69-unifont.conf 
 +
 +PLUGINS=${PLUGIN_PATH}/details.so \
 +  ${PLUGIN_PATH}/text.so \
@@ -87,11 +86,14 @@
 +  then
 + _pangodir=`pango-querymodules-64 | grep ModulesPath | awk '{print $4}'`
 + _pangomod=/etc/pango/pango64.modules
++ pangobasicfc=/usr/lib64/pango/1.6.0/modules/pango-basic-fc.so
 +  else
 + _pangodir=`pango-querymodules | grep ModulesPath | awk '{print $4}'`
 + _pangomod=/etc/pango/pango.modules
++ pangobasicfc=/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
 +fi
 +install -D ${_pangomod} $tmp_mnt/${_pangomod}
++install -D ${pangobasicfc} $tmp_mnt/${pangobasicfc}
 +mkdir -p $tmp_mnt/var/cache/fontconfig
 --- 

commit plymouth for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-05-21 07:29:48

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-05-14 
16:18:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-05-21 
07:29:50.0 +0200
@@ -1,0 +2,12 @@
+Tue May 15 09:09:23 UTC 2012 - tittiatc...@gmail.com
+
+- Added a patch for openSUSE to enable the rebuild of the initrd 
+  with the plymouth-set-default-theme script. (bnc#757284)
+
+---
+Sun May 13 19:21:24 UTC 2012 - tittiatc...@gmail.com
+
+- Added plymouth to the requires of plymouth-scripts. This 
+  should resolve bug (bnc#757284)
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.rSbb2A/_old  2012-05-21 07:29:51.0 +0200
+++ /var/tmp/diff_new_pack.rSbb2A/_new  2012-05-21 07:29:51.0 +0200
@@ -140,6 +140,7 @@
 Requires:   findutils
 Requires:   gzip
 Requires:   mkinitrd
+Requires:   plymouth
 BuildArch:  noarch
 
 %description scripts
@@ -231,6 +232,7 @@
 Provides:   %{name}-branding = %{version}
 BuildArch:  noarch
 Conflicts:  otherproviders(plymouth-branding)
+Requires(pre):  %{name}
 
 %description branding-upstream
 This metapackage tracks the Plymouth default theme from upstream.
@@ -264,6 +266,7 @@
 Summary:Plymouth Spinfinity theme
 Group:  System/Base
 Requires:   %{name}-plugin-throbgress = %{version}
+Requires(pre):  %{name}
 BuildArch:  noarch
 Requires(post): %{name}-scripts
 
@@ -341,7 +344,8 @@
 
 %make_install
 rm -f %{buildroot}/%{_bindir}/rhgb-client
-rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-*-initrd
+rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd
+rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd
 
 #Link the plymouth client binary also to /bin until the move to /usr is 
completed
 mkdir %{buildroot}/bin
@@ -418,10 +422,7 @@
 if [ $1 -eq 1 ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
-  %{_sbindir}/plymouth-set-default-theme spinfinity
-  if [ -x /sbin/mkinitrd ]; then
- /sbin/mkinitrd
-  fi
+  %{_sbindir}/plymouth-set-default-theme -R spinfinity
fi
 fi
 
@@ -429,8 +430,7 @@
 if [ $1 -eq 0 ]; then
 export LIB=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == spinfinity ]; then
-%{_sbindir}/plymouth-set-default-theme --reset
-/sbin/mkinitrd
+%{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi
 
@@ -438,10 +438,7 @@
 if [ $1 -eq 1 ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
-  %{_sbindir}/plymouth-set-default-theme fade-in
-  if [ -x /sbin/mkinitrd ]; then
- /sbin/mkinitrd
-  fi
+  %{_sbindir}/plymouth-set-default-theme -R fade-in
fi
 fi
 
@@ -449,8 +446,7 @@
 if [ $1 -eq 0 ]; then
 export LIB=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == fade-in ]; then
-%{_sbindir}/plymouth-set-default-theme --reset
-/sbin/mkinitrd
+%{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi
 
@@ -458,10 +454,7 @@
 if [ $1 -eq 1 ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
-  %{_sbindir}/plymouth-set-default-theme solar
-  if [ -x /sbin/mkinitrd ]; then
- /sbin/mkinitrd
-  fi
+  %{_sbindir}/plymouth-set-default-theme -R solar
fi
 fi
 
@@ -469,8 +462,7 @@
 if [ $1 -eq 0 ]; then
 export lib=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == solar ]; then
-%{_sbindir}/plymouth-set-default-theme --reset
-/sbin/mkinitrd
+%{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi
 
@@ -478,10 +470,7 @@
 if [ $1 -eq 1 ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
-  %{_sbindir}/plymouth-set-default-theme openSUSE
-  if [ -x /sbin/mkinitrd ]; then
- /sbin/mkinitrd
-  fi
+  %{_sbindir}/plymouth-set-default-theme -R openSUSE
fi
 fi
 
@@ -489,8 +478,7 @@
 if [ $1 -eq 0 ]; then
 export lib=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == openSUSE ]; then
-%{_sbindir}/plymouth-set-default-theme --reset
-/sbin/mkinitrd
+%{_sbindir}/plymouth-set-default-theme -R --reset
 fi
 fi
 

commit plymouth for openSUSE:Factory

2012-05-14 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-05-14 16:17:57

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-05-09 
18:32:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-05-14 
16:18:07.0 +0200
@@ -1,0 +2,12 @@
+Fri May 11 19:56:24 UTC 2012 - nmo.marq...@gmail.com
+
+- Split x11 renderer into his own package; the x11 renderer allows
+  users to test plymouth themes; having it available on the devel
+  package will force people who just want to test a theme to
+  install a lot of unwanted dependencies. Being on it's own package
+  without explicit dependencies provides extra functionality to
+  users who want to test themes without having to rebuild initrd
+  and rebooting for testing.
+- bnc#761403
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.BH4Ser/_old  2012-05-14 16:18:09.0 +0200
+++ /var/tmp/diff_new_pack.BH4Ser/_new  2012-05-14 16:18:09.0 +0200
@@ -102,6 +102,7 @@
 Summary:Libraries and headers for writing Plymouth splash plugins
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+Requires:   %{name}-x11-renderer = %{version}
 Requires:   libply-boot-client2 = %{version}
 Requires:   libply-splash-core2 = %{version}
 Requires:   libply-splash-graphics2 = %{version}
@@ -122,6 +123,15 @@
 This package contains utilities that integrate with Plymouth
 including a boot log viewing application.
 
+%package x11-renderer
+Summary:Plymouth X11 renderer
+Group:  System/Base
+Requires:   %{name} = %{version}
+
+%description x11-renderer
+This package provides the X11 renderer which allows to test plymouth
+behavior on environments with a valid DISPLAY.
+
 %package scripts
 Summary:Plymouth related scripts
 Group:  System/Base
@@ -521,7 +531,6 @@
 %{_libdir}/pkgconfig/ply-splash-core.pc
 %{_libdir}/pkgconfig/ply-splash-graphics.pc
 %{_libdir}/pkgconfig/ply-boot-client.pc
-%{_libdir}/plymouth/renderers/x11*
 %{_includedir}/plymouth-1
 
 %files -n libply-boot-client2
@@ -551,6 +560,10 @@
 %defattr(-, root, root)
 %{_bindir}/plymouth-log-viewer
 
+%files x11-renderer
+%defattr(-,root,root,-)
+%{_libdir}/plymouth/renderers/x11*
+
 %files plugin-label
 %defattr(-, root, root)
 %{_libdir}/plymouth/label.so




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



commit plymouth for openSUSE:Factory

2012-05-09 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-05-09 18:20:15

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-04-18 
12:35:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-05-09 
18:32:54.0 +0200
@@ -1,0 +2,8 @@
+Sat Apr 28 07:00:56 UTC 2012 - tittiatc...@gmail.com
+
+- Reduce the number of fonts that are included in the initrd. Also
+  let mkinitrd sort out the dependencies for the required libs. 
+- Use the same font as that grub2 is currently using for it's 
+  graphics mode.
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.45rHD7/_old  2012-05-09 18:32:56.0 +0200
+++ /var/tmp/diff_new_pack.45rHD7/_new  2012-05-09 18:32:56.0 +0200
@@ -57,6 +57,7 @@
 Requires:   systemd-plymouth
 Provides:   bootsplash = %{version}
 Obsoletes:  bootsplash  %{version}
+Requires:   gnu-unifont-bitmap-fonts
 Requires(post): plymouth-scripts
 
 %description




++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.45rHD7/_old  2012-05-09 18:32:56.0 +0200
+++ /var/tmp/diff_new_pack.45rHD7/_new  2012-05-09 18:32:56.0 +0200
@@ -33,7 +33,7 @@
 +plymouth show-splash
 --- /dev/null
 +++ new/scripts/setup-plymouth.sh.in   2012-04-03 11:11:44.656337240 +0200
-@@ -0,0 +1,68 @@
+@@ -0,0 +1,59 @@
 +#!/bin/bash
 +#
 +#%stage: setup
@@ -54,12 +54,17 @@
 +  exit 1
 +fi
 +
-+FILES=@PLYMOUTH_DATADIR@/plymouth/themes/text/text.plymouth \
-+  @PLYMOUTH_DATADIR@/plymouth/themes/details/details.plymouth \
-+  @PLYMOUTH_DATADIR@/plymouth/plymouthd.defaults \
-+  @PLYMOUTH_DATADIR@/plymouth/themes/${THEME}/* \
-+  @PLYMOUTH_DATADIR@/plymouth/logo.png \
-+  /etc/plymouth/plymouthd.conf
++FILES=/usr/share/plymouth/themes/text/text.plymouth \
++  /usr/share/plymouth/themes/details/details.plymouth \
++  /usr/share/plymouth/plymouthd.defaults \
++  /usr/share/plymouth/themes/${THEME}/* \
++  /usr/share/plymouth/logo.png \
++  /etc/plymouth/plymouthd.conf \
++   /usr/share/fonts/uni/unifont.pcf.gz \
++   /etc/fonts/fonts.conf \
++   /etc/fonts/conf.d/69-unifont.conf \
++   /etc/fonts/conf.avail/69-unifont.conf \
++   /usr/lib/pango/1.6.0/modules/pango-basic-fc.so 
 +
 +PLUGINS=${PLUGIN_PATH}/details.so \
 +  ${PLUGIN_PATH}/text.so \
@@ -77,7 +82,6 @@
 +  cp_bin $plugin $tmp_mnt/$plugin
 +done
 +
-+# copy files for font rendering
 +_libdir=`rpm --eval '%{_lib}'`
 +if [ $_libdir == lib64 ];
 +  then
@@ -87,18 +91,5 @@
 + _pangodir=`pango-querymodules | grep ModulesPath | awk '{print $4}'`
 + _pangomod=/etc/pango/pango.modules
 +fi
-+
-+FONTS=/usr/share/fonts/truetype/DejaVuSerif.ttf \
-+   /usr/share/fonts/truetype/DejaVuSans.ttf \
-+   /etc/fonts/fonts.conf \
-+   /etc/fonts/conf.d/60-latin.conf \
-+   ${_pangomod} \
-+   ${_pangodir}/pango-basic-fc.so \
-+   /usr/${_libdir}/libpango-1.0.so.0 \
-+   /usr/${_libdir}/libpangoft2-1.0.so.0 \
-+   /usr/${_libdir}/libpangocairo-1.0.so.0 
-+
-+for font in $FONTS; do
-+  install -D $font $tmp_mnt/$font
-+done
++install -D ${_pangomod} $tmp_mnt/${_pangomod}
 +mkdir -p $tmp_mnt/var/cache/fontconfig

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



commit plymouth for openSUSE:Factory

2012-04-18 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-04-18 12:34:55

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-04-12 
09:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-04-18 
12:35:04.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 10:30:57 UTC 2012 - g...@suse.com
+
+- Correct the theme name in the post install script of
+  plymouth-branding-openSUSE
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.fCf4zZ/_old  2012-04-18 12:35:08.0 +0200
+++ /var/tmp/diff_new_pack.fCf4zZ/_new  2012-04-18 12:35:08.0 +0200
@@ -467,7 +467,7 @@
 if [ $1 -eq 1 ]; then
export LIB=%{_libdir}
if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
-  %{_sbindir}/plymouth-set-default-theme SuSE
+  %{_sbindir}/plymouth-set-default-theme openSUSE
   if [ -x /sbin/mkinitrd ]; then
  /sbin/mkinitrd
   fi




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



commit plymouth for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-04-12 09:46:14

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-03-29 
15:03:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-04-12 
09:46:15.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr  5 14:44:25 UTC 2012 - tittiatc...@gmail.com
+
+- Updated the initrd patch to include the necessary files to have
+  text support (e.g. LUKS passphrase question, etc)
+
+- Temporarily added a openSUSE plymouth theme
+  (plymouth-branding-openSUSE) to have a better integration with 
+  12.2.
+
+---

New:

  branding-suse.tar.xz



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.coEB2i/_old  2012-04-12 09:46:16.0 +0200
+++ /var/tmp/diff_new_pack.coEB2i/_new  2012-04-12 09:46:16.0 +0200
@@ -35,6 +35,7 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:boot-duration
 Source2:opensuse-logo.png
+Source3:branding-suse.tar.xz
 # PATCH-OPENSUSE -- Support the openSUSE initrd
 Patch1: suse-initrd-support
 # PATCH-OPENSUSE -- Add line numbers to tracing output
@@ -45,6 +46,7 @@
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libdrm_intel)
 BuildRequires:  pkgconfig(libdrm_nouveau)
@@ -222,6 +224,19 @@
 %description branding-upstream
 This metapackage tracks the Plymouth default theme from upstream.
 
+%package branding-openSUSE
+Summary:Plymouth openSUSE theme
+Group:  System/Base
+Requires:   plymouth-plugin-script = %{version}
+Supplements:packageand(plymouth:branding-openSUSE)
+Provides:   %{name}-branding = %{version}
+BuildArch:  noarch
+Conflicts:  otherproviders(plymouth-branding)
+
+%description branding-openSUSE
+This metapackage tracks the Plymouth openSUSE branding.
+
+
 %package theme-fade-in
 Summary:Plymouth Fade-In theme
 Group:  System/Base
@@ -339,6 +354,12 @@
 install -t %{buildroot}/lib/mkinitrd/scripts \
   scripts/{setup,boot}-plymouth*.sh
 
+# Unpack the openSUSE branding. This branding is temporarily in this package 
+# until the official one is created/accepted in the main branding package
+pushd  %{buildroot}%{_datadir}/plymouth/themes/
+tar -Jxf %{SOURCE3} 
+popd
+
 %clean
 rm -rf %{buildroot}
 
@@ -442,6 +463,26 @@
 fi
 fi
 
+%post branding-openSUSE
+if [ $1 -eq 1 ]; then
+   export LIB=%{_libdir}
+   if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
+  %{_sbindir}/plymouth-set-default-theme SuSE
+  if [ -x /sbin/mkinitrd ]; then
+ /sbin/mkinitrd
+  fi
+   fi
+fi
+
+%postun branding-openSUSE
+if [ $1 -eq 0 ]; then
+export lib=%{_libdir}
+if [ $(%{_sbindir}/plymouth-set-default-theme) == openSUSE ]; then
+%{_sbindir}/plymouth-set-default-theme --reset
+/sbin/mkinitrd
+fi
+fi
+
 %files
 %defattr(-, root, root)
 %doc AUTHORS NEWS README
@@ -575,4 +616,10 @@
 %config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
 %{_datadir}/plymouth/logo.png
 
+%files branding-openSUSE
+%defattr(-, root, root)
+%config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
+%{_datadir}/plymouth/logo.png
+%{_datadir}/plymouth/themes/openSUSE/
+
 %changelog



++ suse-initrd-support ++
--- /var/tmp/diff_new_pack.coEB2i/_old  2012-04-12 09:46:17.0 +0200
+++ /var/tmp/diff_new_pack.coEB2i/_new  2012-04-12 09:46:17.0 +0200
@@ -1,13 +1,6 @@

- configure.ac|1 
- scripts/boot-plymouth.chroot.sh |7 ++
- scripts/boot-plymouth.sh|8 +++
- scripts/setup-plymouth.sh.in|   41 

- 4 files changed, 57 insertions(+)
-
 plymouth-0.8.3_git201110131555.orig/configure.ac
-+++ plymouth-0.8.3_git201110131555/configure.ac
-@@ -440,6 +440,7 @@ AC_CONFIG_FILES([Makefile
+--- plymouth-0.8.4/configure.ac2012-02-06 22:01:36.0 +0100
 new/configure.ac   2012-04-03 10:28:00.658536991 +0200
+@@ -440,6 +440,7 @@
 themes/spinner/Makefile
 themes/script/Makefile
 images/Makefile
@@ -16,7 +9,7 @@
   scripts/plymouth-populate-initrd
   scripts/plymouth-set-default-theme
 --- /dev/null
-+++ plymouth-0.8.3_git201110131555/scripts/boot-plymouth.chroot.sh
 new/scripts/boot-plymouth.chroot.sh2012-04-03 

commit plymouth for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-03-29 15:03:51

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-03-26 
12:18:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-03-29 
15:03:53.0 +0200
@@ -1,0 +2,10 @@
+Thu Mar 29 09:36:32 UTC 2012 - tittiatc...@gmail.com
+
+- Ensure that both grub and grub2 are adjusted with regards to the
+  splash parameter. Running grub2-mkconfig to have the right 
+  configuration. 
+- Installation of themes are not causing any reset of the selected
+  default theme anymore. Now this only happens when a theme is 
+  installed and the default theme is set to TEXT. 
+
+---



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.22Tmpt/_old  2012-03-29 15:03:55.0 +0200
+++ /var/tmp/diff_new_pack.22Tmpt/_new  2012-03-29 15:03:55.0 +0200
@@ -347,6 +347,10 @@
 if [ $1 -eq 1 ]; then
if [ -f %{_sysconfdir}/default/grub ]; then
 sed -i 's|splash=silent|splash|g' %{_sysconfdir}/default/grub
+grub2-mkconfig -o /boot/grub2/grub.cfg
+   fi
+   if [ -f /boot/grub/menu.lst ]; then
+sed -i 's|splash=silent|splash|g' /boot/grub/menu.lst
fi
 fi
 
@@ -356,6 +360,10 @@
 rm -f /boot/initrd-plymouth.img
 if [ -f %{_sysconfdir}/default/grub ]; then
sed -i 's|splash|splash=silent|g' %{_sysconfdir}/default/grub
+   grub2-mkconfig -o /boot/grub2/grub.cfg
+fi
+if [ -f /boot/grub/menu.lst ]; then
+   sed -i 's|splash|splash=silent|g' /boot/grub/menu.lst
 fi
 fi
 
@@ -375,15 +383,19 @@
 %postun -n libply2 -p /sbin/ldconfig
 
 %post theme-spinfinity
-export LIB=%{_libdir}
-%{_sbindir}/plymouth-set-default-theme spinfinity
-if [ -x /sbin/mkinitrd ]; then
+if [ $1 -eq 1 ]; then
+   export LIB=%{_libdir}
+   if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
+  %{_sbindir}/plymouth-set-default-theme spinfinity
+  if [ -x /sbin/mkinitrd ]; then
/sbin/mkinitrd
+  fi
+   fi
 fi
 
 %postun theme-spinfinity
-export LIB=%{_libdir}
 if [ $1 -eq 0 ]; then
+export LIB=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == spinfinity ]; then
 %{_sbindir}/plymouth-set-default-theme --reset
 /sbin/mkinitrd
@@ -391,15 +403,19 @@
 fi
 
 %post theme-fade-in
-export LIB=%{_libdir}
-%{_sbindir}/plymouth-set-default-theme fade-in
-if [ -x /sbin/mkinitrd ]; then
+if [ $1 -eq 1 ]; then
+   export LIB=%{_libdir}
+   if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
+  %{_sbindir}/plymouth-set-default-theme fade-in
+  if [ -x /sbin/mkinitrd ]; then
/sbin/mkinitrd
+  fi
+   fi
 fi
 
 %postun theme-fade-in
-export LIB=%{_libdir}
 if [ $1 -eq 0 ]; then
+export LIB=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == fade-in ]; then
 %{_sbindir}/plymouth-set-default-theme --reset
 /sbin/mkinitrd
@@ -407,15 +423,19 @@
 fi
 
 %post theme-solar
-export LIB=%{_libdir}
-%{_sbindir}/plymouth-set-default-theme solar
-if [ -x /sbin/mkinitrd ]; then
+if [ $1 -eq 1 ]; then
+   export LIB=%{_libdir}
+   if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
+  %{_sbindir}/plymouth-set-default-theme solar
+  if [ -x /sbin/mkinitrd ]; then
/sbin/mkinitrd
+  fi
+   fi
 fi
 
 %postun theme-solar
-export lib=%{_libdir}
 if [ $1 -eq 0 ]; then
+export lib=%{_libdir}
 if [ $(%{_sbindir}/plymouth-set-default-theme) == solar ]; then
 %{_sbindir}/plymouth-set-default-theme --reset
 /sbin/mkinitrd



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



commit plymouth for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-03-26 12:18:06

Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and  /work/SRC/openSUSE:Factory/.plymouth.new (New)


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-03-06 
14:06:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-03-26 
12:18:15.0 +0200
@@ -1,0 +2,12 @@
+Sun Mar 25 09:03:44 UTC 2012 - tittiatc...@gmail.com
+
+- Update to the official release of 0.8.4
+  * Bugfix:  Use /dev/fb0 instead of /dev/fb, this resolves the 
+issue of not showing the splash during shutdown
+
+---
+Fri Mar  9 12:11:44 UTC 2012 - tittiatc...@gmail.com
+
+- Add a small change in order to have plymouth activated with Grub2
+
+---

Old:

  plymouth-0.8.3_git201110131555.tar.bz2

New:

  plymouth-0.8.4.tar.bz2



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.gomijB/_old  2012-03-26 12:18:16.0 +0200
+++ /var/tmp/diff_new_pack.gomijB/_new  2012-03-26 12:18:16.0 +0200
@@ -11,7 +11,7 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
@@ -21,16 +21,17 @@
 %define plymouth_libdir %{_libdir}
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
-%define tarversion 0.8.3
+%define tarversion 0.8.4
 %define patchversion 201110131555
 
 Name:   plymouth
-Version:%{tarversion}_git%{patchversion}
+#Version:%{tarversion}_git%{patchversion}
+Version:0.8.4
 Release:0
-License:GPL-2.0+
 Summary:Graphical Boot Animation and Logger
-Url:http://freedesktop.org/software/plymouth/releases
+License:GPL-2.0+
 Group:  System/Base
+Url:http://freedesktop.org/software/plymouth/releases
 Source0:%{name}-%{version}.tar.bz2
 Source1:boot-duration
 Source2:opensuse-logo.png
@@ -49,7 +50,7 @@
 BuildRequires:  pkgconfig(libdrm_nouveau)
 BuildRequires:  pkgconfig(libdrm_radeon)
 BuildRequires:  pkgconfig(libkms)
-Requires:   %{name}-branding = %{version}
+Requires:   %{name}-branding
 Requires:   suspend = 0.80.20100129.1
 Requires:   systemd-plymouth
 Provides:   bootsplash = %{version}
@@ -159,10 +160,10 @@
 %package plugin-throbgress
 Summary:Plymouth Throbgress plugin
 Group:  System/Base
+Requires:   %{name}-plugin-label = %{version}
 Requires:   libply-splash-core2 = %{version}
 Requires:   libply-splash-graphics2 = %{version}
 Requires:   libply2 = %{version}
-Requires:   %{name}-plugin-label = %{version}
 
 %description plugin-throbgress
 This package contains the throbgress boot splash plugin for
@@ -173,10 +174,10 @@
 %package plugin-space-flares
 Summary:Plymouth space-flares plugin
 Group:  System/Base
+Requires:   %{name}-plugin-label = %{version}
 Requires:   libply-splash-core2 = %{version}
 Requires:   libply-splash-graphics2 = %{version}
 Requires:   libply2 = %{version}
-Requires:   %{name}-plugin-label = %{version}
 
 %description plugin-space-flares
 This package contains the space-flares boot splash plugin for
@@ -343,7 +344,20 @@
 
 %post
 [ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f 
%{_datadir}/plymouth/default-boot-duration 
%{_localstatedir}/lib/plymouth/boot-duration
-
+if [ $1 -eq 1 ]; then
+   if [ -f %{_sysconfdir}/default/grub ]; then
+sed -i 's|splash=silent|splash|g' %{_sysconfdir}/default/grub
+   fi
+fi
+
+%postun
+if [ $1 -eq 0 ]; then
+rm -f %{_libdir}/plymouth/default.so
+rm -f /boot/initrd-plymouth.img
+if [ -f %{_sysconfdir}/default/grub ]; then
+   sed -i 's|splash|splash=silent|g' %{_sysconfdir}/default/grub
+fi
+fi
 
 %post scripts -p /sbin/mkinitrd_setup
 %postun scripts -p /sbin/mkinitrd_setup



++ plymouth-0.8.3_git201110131555.tar.bz2 - plymouth-0.8.4.tar.bz2 ++
 66432 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/plymouth-0.8.3_git201110131555/.gitignore