diff options
author | Florent Villard <warly@mandriva.com> | 2003-09-04 18:42:38 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-09-04 18:42:38 +0000 |
commit | e09c2acf70224a1c3a10a751dbb8b984448559eb (patch) | |
tree | 6ed5193fbaf98074f5a7cda820f80f94e1cf42c3 /bootsplash.spec | |
parent | f2277e5fb7eefc10511da223afe8ed20994ffc4f (diff) | |
download | bootsplash-e09c2acf70224a1c3a10a751dbb8b984448559eb.tar bootsplash-e09c2acf70224a1c3a10a751dbb8b984448559eb.tar.gz bootsplash-e09c2acf70224a1c3a10a751dbb8b984448559eb.tar.bz2 bootsplash-e09c2acf70224a1c3a10a751dbb8b984448559eb.tar.xz bootsplash-e09c2acf70224a1c3a10a751dbb8b984448559eb.zip |
fix bad theme initialization if no theme defined
2.0.3
add grub resolution detection in detect-resolution
try to fix i18n pb in splash.sh
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index 8a34567..a16eb05 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,5 +1,5 @@ %define name bootsplash -%define version 2.0.2 +%define version 2.0.3 %define release 1mdk %define _bootdir /boot @@ -19,7 +19,7 @@ Requires: mkinitrd > 3.1.6-25mdk #there is no way to say a special kernel requires. Requires: kernel initscripts > 7.04-15mdk Obsoletes: Aurora Aurora-Monitor-NewStyle-Categorizing-WsLib Aurora-Monitor-NewStyle-WsLib Aurora-Monitor-Traditional-Gtk+ Aurora-Monitor-Traditional-WsLib-8.2 -BuildRequires: freetype2-static-devel libmng-static-devel libjpeg62-static-devel glibc-static-devel +BuildRequires: freetype2-static-devel libmng-static-devel libjpeg-static-devel glibc-static-devel # nomore noarch with the fbrelolution and progress binaries #BuildArchitectures: noarch @@ -75,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Thu Sep 04 2003 Warly <warly@mandrakesoft.com> 2.0.3-1mdk +- should have fix i18n during boot +- various fixes in swith-theme + * Sat Aug 16 2003 Pablo Saratxaga <pablo@mandrakesoft.com> 2.0.2-1mdk - added support for other fonts, depending on the language - now themes are in packages provinding mandrake_theme (warly) |