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.changes        2019-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 <[email protected]>
+
+- 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 <[email protected]>
+
+- Update plymouth.spec: Use bcond_with for X11 renderer, cleanup 
+  syntax.
+
+-------------------------------------------------------------------
+Wed Jul 31 11:36:57 UTC 2019 - Cliff Zhao <[email protected]>
+
+- 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 <[email protected]>
+
+- 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                         \
            --without-rhgb-compat-link                            \
-           --with-boot-tty=/dev/tty7                             \
-           --with-shutdown-tty=/dev/tty1                         \
-           --with-release-file=%{_sysconfdir}/os-release
+           --without-system-root-install                         
 
 make %{?_smp_mflags}
 
@@ -573,9 +587,10 @@
 %{_sbindir}/plymouth-set-default-theme
 %{_libexecdir}/plymouth/plymouth-update-initrd
 
+%if %{with x11_renderer}
 %files x11-renderer
-%defattr(-,root,root,-)
 %{_libdir}/plymouth/renderers/x11*
+%endif
 
 %files plugin-label
 %defattr(-, root, root)


++++++ plymouth-0.9.4+git20190325+b9f2aac.tar.xz -> 
plymouth-0.9.4+git20190612+9359382.tar.xz ++++++
/work/SRC/openSUSE:Factory/plymouth/plymouth-0.9.4+git20190325+b9f2aac.tar.xz 
/work/SRC/openSUSE:Factory/.plymouth.new.4126/plymouth-0.9.4+git20190612+9359382.tar.xz
 differ: char 26, line 1


Reply via email to