diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-09-05 16:37:23 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-09-05 16:37:23 +0000 |
commit | f08c6bea6e6c37374bb3fdd58d923598314d7011 (patch) | |
tree | 0be033187856e948a7a0b4ebc95444b1552639f0 | |
parent | 9816d2833ef67f53e3ad75ce5464f1056eb92634 (diff) | |
download | bootsplash-f08c6bea6e6c37374bb3fdd58d923598314d7011.tar bootsplash-f08c6bea6e6c37374bb3fdd58d923598314d7011.tar.gz bootsplash-f08c6bea6e6c37374bb3fdd58d923598314d7011.tar.bz2 bootsplash-f08c6bea6e6c37374bb3fdd58d923598314d7011.tar.xz bootsplash-f08c6bea6e6c37374bb3fdd58d923598314d7011.zip |
lib64 & 64-bit fixes
-rw-r--r-- | bootsplash.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index a16eb05..17cf809 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,5 +1,5 @@ %define name bootsplash -%define version 2.0.3 +%define version 2.0.4 %define release 1mdk %define _bootdir /boot @@ -32,7 +32,7 @@ generated by mkinitrd. %setup -q %build -make +make LIB=%{_lib} %install rm -rf $RPM_BUILD_ROOT @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Fri Sep 5 2003 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 2.0.4-1mdk +- 64-bit & lib64 fixes + * Thu Sep 04 2003 Warly <warly@mandrakesoft.com> 2.0.3-1mdk - should have fix i18n during boot - various fixes in swith-theme |