diff options
author | Florent Villard <warly@mandriva.com> | 2004-02-10 17:09:28 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2004-02-10 17:09:28 +0000 |
commit | 4d85e9bd83a73949b26c7cbd1272224746608291 (patch) | |
tree | 663aaefd054f6db64022e205ea147ff6a9895b79 | |
parent | 542fd249749d2d76539a912089716eb21120d566 (diff) | |
download | bootsplash-4d85e9bd83a73949b26c7cbd1272224746608291.tar bootsplash-4d85e9bd83a73949b26c7cbd1272224746608291.tar.gz bootsplash-4d85e9bd83a73949b26c7cbd1272224746608291.tar.bz2 bootsplash-4d85e9bd83a73949b26c7cbd1272224746608291.tar.xz bootsplash-4d85e9bd83a73949b26c7cbd1272224746608291.zip |
fix detect-resolution output to work with drakboot
-rw-r--r-- | bootsplash.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index b839cdb..571882b 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,5 +1,5 @@ %define name bootsplash -%define version 2.1.3 +%define version 2.1.4 %define release 1mdk %define _bootdir /boot @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Tue Feb 10 2004 Warly <warly@mandrakesoft.com> 2.1.4-1mdk +- simplify detect-resolution to have a better interaction with drakboot + * Fri Feb 06 2004 Warly <warly@mandrakesoft.com> 2.1.3-1mdk - add Olivier Blin patches to fix THEME= handling and quotes in lilo name - remove \d+xx\d+ like detect-resolution output (to work with drakboot --splash) |