rpms/tkgate/devel tkgate-2.0-lm.patch, NONE, 1.1 import.log, 1.4, 1.5 tkgate.spec, 1.5, 1.6

Thibault North tnorth at fedoraproject.org
Tue Mar 23 21:36:33 UTC 2010


Author: tnorth

Update of /cvs/pkgs/rpms/tkgate/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23180/devel

Modified Files:
	import.log tkgate.spec 
Added Files:
	tkgate-2.0-lm.patch 
Log Message:
Fix for F-13 build



tkgate-2.0-lm.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE tkgate-2.0-lm.patch ---
--- src/tkgate/Makefile.in	2010-03-23 03:55:30.000000000 -0500
+++ src/tkgate/Makefile.in	2010-03-23 03:56:06.000000000 -0500
@@ -266,7 +266,7 @@ 
 tkgate_LDFLAGS = @TKGATE_LPATH@ @X_LIBS@ @COMMON_LPATH@
 tkgate_SOURCES = $(BASE_OBJS) main.c
 #tkgate_LDADD=libtkgate.la
-tkgate_LDADD = @TKGATE_LIB@ -lcommon
+tkgate_LDADD = @TKGATE_LIB@ -lcommon -lm
 all: $(BUILT_SOURCES)
 	$(MAKE) $(AM_MAKEFLAGS) all-am
 
--- src/tkgate/Makefile.am	2010-03-23 03:55:19.000000000 -0500
+++ src/tkgate/Makefile.am	2010-03-23 03:55:41.000000000 -0500
@@ -48,4 +48,4 @@ 
 tkgate_LDFLAGS=@TKGATE_LPATH@ @X_LIBS@ @COMMON_LPATH@
 tkgate_SOURCES=$(BASE_OBJS) main.c
 #tkgate_LDADD=libtkgate.la
-tkgate_LDADD=@TKGATE_LIB@ -lcommon
+tkgate_LDADD=@TKGATE_LIB@ -lcommon -lm


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/tkgate/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	20 Jan 2010 18:58:10 -0000	1.4
+++ import.log	23 Mar 2010 21:36:32 -0000	1.5
@@ -2,3 +2,4 @@ tkgate-2_0-5_beta7_fc11:HEAD:tkgate-2.0-
 tkgate-2_0-7_beta9_fc11:HEAD:tkgate-2.0-7.beta9.fc11.src.rpm:1251564624
 tkgate-2_0-8_beta10_fc11:HEAD:tkgate-2.0-8.beta10.fc11.src.rpm:1264009846
 tkgate-2_0-9_beta10_fc11:HEAD:tkgate-2.0-9.beta10.fc11.src.rpm:1264013848
+tkgate-2_0-10_beta10_fc12:HEAD:tkgate-2.0-10.beta10.fc12.src.rpm:1269380149


Index: tkgate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tkgate/devel/tkgate.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- tkgate.spec	20 Jan 2010 18:58:10 -0000	1.5
+++ tkgate.spec	23 Mar 2010 21:36:32 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           tkgate
 Version:        2.0
-Release:        9.beta10%{?dist}
+Release:        10.beta10%{?dist}
 Summary:        An event driven digital circuit simulator
 
 Group:          Applications/Engineering
@@ -8,6 +8,7 @@ License:        GPLv2+
 URL:            http://www.tkgate.org/
 
 Patch0:         tkgate-2.0-doc.patch
+Patch1:         tkgate-2.0-lm.patch
 Source0:        ftp://gadoid.ices.cmu.edu/pub/tkgate/pre-release/%{name}-%{version}-b10.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -101,6 +102,7 @@ Digital Circuit Simulator
 %setup -q -n %{name}-%{version}-b10
 
 %patch0 -p0 -b .doc
+%patch1 -p0 -b .lm
 
 sed -i "s|\"\${tkg_gateHome}/libexec/verga\"|\"%{_bindir}/verga\"|" scripts/parms.tcl
 
@@ -217,6 +219,9 @@ cp -p site-preferences %{buildroot}%{_da
 %exclude %{_datadir}/%{name}/locale/ja
 
 %changelog
+* Tue Mar 23 2010 Thibault North <tnorth [AT] fedoraproject DOT org> - 2.0-10.beta10
+- Build fix (thanks Bruno Wolff)
+
 * Wed Jan 20 2010 Thibault North <tnorth [AT] fedoraproject DOT org> - 2.0-9.beta10
 - Fixes
 



More information about the scm-commits mailing list