rpms/svgalib/devel import.log, NONE, 1.1 svgalib-1.9.25-round_gtf_gtfcalc_c.patch, NONE, 1.1 svgalib.spec, 1.14, 1.15

Rakesh Pandit rakesh at fedoraproject.org
Wed Aug 5 07:42:04 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/svgalib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27627/devel

Modified Files:
	svgalib.spec 
Added Files:
	import.log svgalib-1.9.25-round_gtf_gtfcalc_c.patch 
Log Message:
Fixed FTBFS #511561



--- NEW FILE import.log ---
svgalib-1_9_25-8_fc11:HEAD:svgalib-1.9.25-8.fc11.src.rpm:1249458342

svgalib-1.9.25-round_gtf_gtfcalc_c.patch:
 gtfcalc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE svgalib-1.9.25-round_gtf_gtfcalc_c.patch ---
--- svgalib-1.9.25.org/utils/gtf/gtfcalc.c	2009-08-05 13:05:26.473160060 +0530
+++ svgalib-1.9.25/utils/gtf/gtfcalc.c	2009-08-05 13:05:41.876227891 +0530
@@ -64,7 +64,7 @@
 
 /*-------------------------- Implementation -------------------------------*/
 
-static double round(double v)
+double round(double v)
 {
 	return floor(v + 0.5);
 }


Index: svgalib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/svgalib/devel/svgalib.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- svgalib.spec	27 Jul 2009 05:10:16 -0000	1.14
+++ svgalib.spec	5 Aug 2009 07:42:02 -0000	1.15
@@ -1,6 +1,6 @@
 Name:		svgalib
 Version:	1.9.25
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Low-level fullscreen SVGA graphics library
 Group:		System Environment/Libraries
 License:	Public Domain
@@ -12,6 +12,7 @@ Patch1:		svgalib-1.4.3-fhs.patch
 Patch2:		svgalib-1.9.21-demos.patch
 Patch3:		svgalib-1.9.21-cfg.patch
 Patch4:		svgalib-1.9.25-kernel-2.6.26.patch
+Patch5:		svgalib-1.9.25-round_gtf_gtfcalc_c.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Exclusivearch:	%{ix86} x86_64
 
@@ -42,6 +43,7 @@ library.
 %patch2 -p1
 %patch3 -p1 -b .defaultcfg
 %patch4 -p1
+%patch5 -p1 -b .round_gtf_gtfcalc_c
 
 #the testlinear demo needs svgalib's internal libvga header, so copy it to the
 #demo dir
@@ -132,6 +134,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 05 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 1.9.25-8
+- Fixed FTBFS #511561 with svgalib-1.9.25-round_gtf_gtfcalc_c.patch
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.25-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list