rpms/audacious/devel audacious-2.2-libm.patch, NONE, 1.1 audacious.spec, 1.70, 1.71

Michael Schwendt mschwendt at fedoraproject.org
Sat Feb 13 16:43:24 UTC 2010


Author: mschwendt

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

Modified Files:
	audacious.spec 
Added Files:
	audacious-2.2-libm.patch 
Log Message:
* Sat Feb 13 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-11
- Explicitly link with libm because of:
  http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking


audacious-2.2-libm.patch:
 Makefile |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE audacious-2.2-libm.patch ---
diff -Nur audacious-2.2-orig/src/audacious/Makefile audacious-2.2/src/audacious/Makefile
--- audacious-2.2-orig/src/audacious/Makefile	2009-11-22 23:43:47.000000000 +0100
+++ audacious-2.2/src/audacious/Makefile	2010-02-13 17:38:40.000000000 +0100
@@ -140,6 +140,7 @@
 		-I../libaudcore
 
 LIBS += ${LDADD}						\
+		-lm  \
 		-L../libaudcore -laudcore	\
 		${LIBINTL}						\
 		${SAMPLERATE_LIBS}				\


Index: audacious.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -r1.70 -r1.71
--- audacious.spec	29 Jan 2010 16:48:10 -0000	1.70
+++ audacious.spec	13 Feb 2010 16:43:24 -0000	1.71
@@ -5,7 +5,7 @@
 
 Name: audacious
 Version: 2.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 
 License: GPLv3
 Summary: GTK2 based media player similar to XMMS
@@ -25,6 +25,8 @@ Patch2: audacious-2.2-pkgconfig-libs.pat
 Patch3: audacious-2.2-multiple-decoders-per-ext.patch
 # tuple.c part merged upstream
 Patch4: audacious-2.2-set_tuple_cb.patch
+#
+Patch5: audacious-2.2-libm.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -88,6 +90,7 @@ sed -i -e 's!\(build_stamp.*\)UNSUPPORTE
 %patch2 -p1 -b .pkgconfig-libs
 %patch3 -p1 -b .multiple-decoders
 %patch4 -p1 -b .set_tuple_cb
+%patch5 -p1 -b .libm
 
 # From .desktop files remove MIME types the base build of the
 # Fedora audacious-plugins package does not understand.
@@ -203,6 +206,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sat Feb 13 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-11
+- Explicitly link with libm because of:
+  http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
+
 * Thu Jan 28 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-10
 - Fix tuple_copy() further (it was completely broken as the mowgli
   dict wasn't copied at all).



More information about the scm-commits mailing list