rpms/xdemorse/devel xdemorse-1.3-implicitdso.patch, NONE, 1.1 xdemorse.spec, 1.8, 1.9

Lucian Langa lucilanga at fedoraproject.org
Sun Feb 14 19:34:54 UTC 2010


Author: lucilanga

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

Modified Files:
	xdemorse.spec 
Added Files:
	xdemorse-1.3-implicitdso.patch 
Log Message:
fix implicit dso linking

xdemorse-1.3-implicitdso.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xdemorse-1.3-implicitdso.patch ---
diff -Naur xdemorse/src/Makefile.am xdemorse-mod/src/Makefile.am
--- xdemorse/src/Makefile.am	2008-03-26 14:02:46.000000000 +0200
+++ xdemorse-mod/src/Makefile.am	2010-02-14 21:29:52.000000000 +0200
@@ -19,5 +19,5 @@
 	interface.c	interface.h \
 	callbacks.c	callbacks.h 
 
-xdemorse_LDADD = @PACKAGE_LIBS@
+xdemorse_LDADD = @PACKAGE_LIBS@ -lm
 


Index: xdemorse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xdemorse/devel/xdemorse.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- xdemorse.spec	26 Nov 2009 21:49:39 -0000	1.8
+++ xdemorse.spec	14 Feb 2010 19:34:53 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           xdemorse
 Version:        1.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        GTK based application for decoding and displaying Morse code signals
 
 Group:          Applications/Communications
@@ -13,6 +13,7 @@ Source1:        %{name}.desktop
 Source2:        %{name}.png
 #Wrapper script for user config
 Source3:        xdemorse.sh.in
+Patch0:		xdemorse-1.3-implicitdso.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  autoconf, automake, gtk2-devel, desktop-file-utils
@@ -30,6 +31,7 @@ to the incoming signal, by clicking near
 
 %prep
 %setup -qn %{name}
+%patch0 -p1 -b .implicitdso
 
 
 %build
@@ -72,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/*%{name}.desktop
 
 %changelog
+* Sun Feb 14 2010 Lucian Langa <cooly at gnome.eu.org> - 1.3-6
+- fix implicit dso linking (#564831)
+
 * Thu Nov 26 2009 Lucian Langa <cooly at gnome.eu.org> - 1.3-5
 - improve desktop file (#530843)
 



More information about the scm-commits mailing list