rpms/check/FC-4 check.spec,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Dec 2 22:48:34 UTC 2005


Author: spot

Update of /cvs/extras/rpms/check/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7255/FC-4

Modified Files:
	check.spec 
Log Message:

Fix bz 174313 with -fPIC



Index: check.spec
===================================================================
RCS file: /cvs/extras/rpms/check/FC-4/check.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- check.spec	17 Sep 2005 13:17:07 -0000	1.2
+++ check.spec	2 Dec 2005 22:48:32 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		check
 Version:	0.9.3
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A unit test framework for C
 Source0:	http://download.sourceforge.net/check/%{name}-%{version}.tar.gz
 Group:		Development/Tools
@@ -8,6 +8,7 @@
 URL:		http://check.sourceforge.net/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	docbook-utils
+Patch0:		check-0.9.2-fPIC.patch
 
 %description
 Check is a unit test framework for C. It features a simple interface for 
@@ -30,6 +31,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -50,6 +52,9 @@
 %{_datadir}/aclocal/check.m4
 
 %changelog
+* Fri Dec  2 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.9.2-3
+- enabled -fPIC to resolve bz 174313
+
 * Sat Sep 17 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.9.2-2
 - get rid of the so file (not needed)
 - only make devel package




More information about the scm-commits mailing list