rpms/espeak/devel espeak-1.43-ftbs_ld_libm.patch, NONE, 1.1 espeak.spec, 1.25, 1.26

Francois Aucamp faucamp at fedoraproject.org
Thu Feb 18 08:46:08 UTC 2010


Author: faucamp

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

Modified Files:
	espeak.spec 
Added Files:
	espeak-1.43-ftbs_ld_libm.patch 
Log Message:
* Thu Feb 18 2010 Francois Aucamp <faucamp at fedoraproject.org> - 1.43-2
- Added patch declaring explicit libm linking dependency (RHBZ #565186)


espeak-1.43-ftbs_ld_libm.patch:
 Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE espeak-1.43-ftbs_ld_libm.patch ---
diff -uNr espeak-1.43-source/src/Makefile espeak-1.43-source-mod/src/Makefile
--- espeak-1.43-source/src/Makefile	2010-02-17 02:53:45.000000000 +0200
+++ espeak-1.43-source-mod/src/Makefile	2010-02-18 10:40:40.675309541 +0200
@@ -60,15 +60,15 @@
 
 SRCS1=$(speak_SOURCES)
 OBJS1=$(patsubst %.cpp,%.o,$(SRCS1))
-LIBS1=-lstdc++ $(LIB_AUDIO) -lpthread $(EXTRA_LIBS)
+LIBS1=-lstdc++ -lm $(LIB_AUDIO) -lpthread $(EXTRA_LIBS)
 
 SRCS2=$(libespeak_SOURCES)
 OBJS2=$(patsubst %.cpp,x_%.o,$(SRCS2))
-LIBS2=-lstdc++ $(LIB_AUDIO) -lpthread
+LIBS2=-lstdc++ -lm $(LIB_AUDIO) -lpthread
 
 SRCS3 = espeak.cpp
 OBJS3=$(patsubst %.cpp,%.o,$(SRCS3))
-LIBS3=-lstdc++ -L . -lespeak
+LIBS3=-lstdc++ -lm -L . -lespeak
 
 CXXFLAGS=-O2
 


Index: espeak.spec
===================================================================
RCS file: /cvs/pkgs/rpms/espeak/devel/espeak.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- espeak.spec	18 Feb 2010 08:24:56 -0000	1.25
+++ espeak.spec	18 Feb 2010 08:46:08 -0000	1.26
@@ -1,6 +1,6 @@
 Name:           espeak
 Version:        1.43
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Software speech synthesizer (text-to-speech)
 
 Group:          Applications/Multimedia
@@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Feb 18 2010 Francois Aucamp <faucamp at fedoraproject.org> - 1.43-2
+- Added patch declaring explicit libm linking dependency (RHBZ #565186)
+
 * Sat Feb 13 2010 Francois Aucamp <faucamp at fedoraproject.org> - 1.43-1
 - Update to version 1.43
 - Added patch for runtime detection of pulseaudio, contributed by Kevin Kofler (RHBZ #512190)



More information about the scm-commits mailing list