rpms/fbida/FC-3 fbida.spec,1.7,1.8

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Thu Jul 27 15:56:24 UTC 2006


Author: adrian

Update of /cvs/extras/rpms/fbida/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25425

Modified Files:
	fbida.spec 
Log Message:
security fix for #200321



Index: fbida.spec
===================================================================
RCS file: /cvs/extras/rpms/fbida/FC-3/fbida.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fbida.spec	24 Apr 2006 06:21:52 -0000	1.7
+++ fbida.spec	27 Jul 2006 15:56:24 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:        FrameBuffer Imageviewer
 Name:           fbida
 Version:        2.03
-Release:        4%{?dist}
+Release:        8%{?dist}
 License:        GPL
 Group:          Applications/Multimedia
 URL:            http://linux.bytesex.org/fbida/
@@ -17,7 +17,7 @@
 %description
 fbi displays the specified file(s) on the linux console using the
 framebuffer device. PhotoCD, jpeg, ppm, gif, tiff, xwd, bmp and png
-are supported directly. For other formats fbi tries to use 
+are supported directly. For other formats fbi tries to use
 ImageMagick's convert.
 
 %package ida
@@ -25,7 +25,7 @@
 Summary: Motif based Imageviewer
 
 %description ida
-This is a X11 application (Motif based) for viewing images. Some basic 
+This is a X11 application (Motif based) for viewing images. Some basic
 editing functions are available too.
 
 %package fbgs
@@ -39,6 +39,8 @@
 %prep
 %setup -q
 %patch -p1
+%{__sed} -i -e "s,(INSTALL) -s,(INSTALL) ," mk/Variables.mk
+%{__sed} -i -e "s,-dSAVER,-dSAFER," fbgs
 
 %build
 LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags}
@@ -50,9 +52,9 @@
 iconv -t UTF-8 -f ISO-8859-1 ida.man > ida.man.new
 iconv -t UTF-8 -f ISO-8859-1 fbgs.man > fbgs.man.new
 %{__mv} fbi.man.new fbi.man
-%{__mv} exiftran.man.new exiftran.man 
-%{__mv} ida.man.new ida.man 
-%{__mv} fbgs.man.new fbgs.man 
+%{__mv} exiftran.man.new exiftran.man
+%{__mv} ida.man.new ida.man
+%{__mv} fbgs.man.new fbgs.man
 lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
 
 %clean
@@ -60,7 +62,7 @@
 
 %files
 %defattr(-, root, root, 0755)
-%doc Changes COPYING README TODO 
+%doc Changes COPYING README TODO
 %doc %{_mandir}/man1/fbi*
 %doc %{_mandir}/man1/exiftran*
 %{_bindir}/fbi
@@ -78,9 +80,21 @@
 %{_bindir}/fbgs
 
 %changelog
-* Mon Apr 24 2006 Adrian Reber <adrian at lisas.de> - 2.03-4
+* Thu Jul 27 2006 Adrian Reber <adrian at lisas.de> - 2.03-8
+- rebuild
+
+* Thu Jul 27 2006 Adrian Reber <adrian at lisas.de> - 2.03-7
+- security fix for #200321
+
+* Mon Apr 24 2006 Adrian Reber <adrian at lisas.de> - 2.03-6
 - security fix for #189721
 
+* Tue May 10 2005 Adrian Reber <adrian at lisas.de> - 2.03-5
+- fix debuginfo subpackage creation
+
+* Mon Apr 04 2005 Adrian Reber <adrian at lisas.de> - 2.03-4
+- rebuild for new libexif
+
 * Mon Feb 21 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 2.03-3
 - Fix typo; must be LIB=%%{_lib}; really fixes x86_64
 




More information about the fedora-extras-commits mailing list