diff --git a/fbida.spec b/fbida.spec index eb85641..754849a 100644 --- a/fbida.spec +++ b/fbida.spec @@ -1,7 +1,7 @@ Summary: FrameBuffer Imageviewer Name: fbida Version: 2.03 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Group: Applications/Multimedia URL: http://linux.bytesex.org/fbida/ @@ -43,6 +43,7 @@ A wrapper script for viewing ps/pdf files on the framebuffer console using fbi %{__sed} -i -e "s,(INSTALL) -s,(INSTALL) ," mk/Variables.mk %{__sed} -i -e "s,/X11R6,,g" GNUmakefile %{__sed} -i -e "s,/usr/X11R6/lib/X11,%{_datadir}/X11,g" mk/Autoconf.mk +%{__sed} -i -e "s,-dSAVER,-dSAFER," fbgs %build LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags} @@ -82,6 +83,9 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install %{_bindir}/fbgs %changelog +* Thu Jul 27 2006 Adrian Reber - 2.03-12 +- security fix for #200321 + * Mon Apr 24 2006 Adrian Reber - 2.03-11 - security fix for #189721