diff options
author | Florent Villard <warly@mandriva.com> | 2003-11-18 09:28:35 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-11-18 09:28:35 +0000 |
commit | 750e1aa07bb6dcc39ea37275df876af938ca2422 (patch) | |
tree | d1896e36ee08dd72fb829279c344d46e5730dd05 /bootsplash.spec | |
parent | 78af07ac00cd6fc4ea969828b0f965d63f3077ba (diff) | |
download | bootsplash-750e1aa07bb6dcc39ea37275df876af938ca2422.tar bootsplash-750e1aa07bb6dcc39ea37275df876af938ca2422.tar.gz bootsplash-750e1aa07bb6dcc39ea37275df876af938ca2422.tar.bz2 bootsplash-750e1aa07bb6dcc39ea37275df876af938ca2422.tar.xz bootsplash-750e1aa07bb6dcc39ea37275df876af938ca2422.zip |
rely on initrd file to find correct bootloader entry and resolution in detect-resolution
correctly rewrite gray scaled jpeg
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index 3a291d6..c18624b 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,5 +1,5 @@ %define name bootsplash -%define version 2.0.6 +%define version 2.1.0 %define release 1mdk %define _bootdir /boot @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Tue Nov 18 2003 Warly <warly@mandrakesoft.com> 2.1.0-1mdk +- add Olivier Blin idea to rely on initrd to choose the correct resolution in detect-resolution + * Sun Sep 21 2003 Warly <warly@mandrakesoft.com> 2.0.6-1mdk - fix bad make clean |