rpms/gnomebaker/devel gnomebaker-0.6.4-ldadd.patch, NONE, 1.1 gnomebaker.spec, 1.23, 1.24

Tomas Smetana tsmetana at fedoraproject.org
Mon Feb 15 10:21:35 UTC 2010


Author: tsmetana

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

Modified Files:
	gnomebaker.spec 
Added Files:
	gnomebaker-0.6.4-ldadd.patch 
Log Message:
* Mon Feb 15 2010 Tomas Smetana <tsmetana at redhat.com> - 0.6.4-9
- fix #564617 - fails to link with --no-add-needed


gnomebaker-0.6.4-ldadd.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gnomebaker-0.6.4-ldadd.patch ---
diff -up gnomebaker-0.6.4/src/Makefile.in.ldadd gnomebaker-0.6.4/src/Makefile.in
--- gnomebaker-0.6.4/src/Makefile.in.ldadd	2010-02-15 10:32:51.000000000 +0100
+++ gnomebaker-0.6.4/src/Makefile.in	2010-02-15 10:33:03.000000000 +0100
@@ -255,7 +255,7 @@ gnomebaker_SOURCES = \
 	cairofillbar.c cairofillbar.h \
 	backend.c backend.h
 
-gnomebaker_LDADD = @GNOMEBAKER_LIBS@
+gnomebaker_LDADD = @GNOMEBAKER_LIBS@ -lm
 gnomebaker_LDFLAGS = -export-dynamic 
 all: all-am
 


Index: gnomebaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnomebaker/devel/gnomebaker.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- gnomebaker.spec	13 Jan 2010 15:41:01 -0000	1.23
+++ gnomebaker.spec	15 Feb 2010 10:21:35 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           gnomebaker
 Version:        0.6.4
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        GNOME CD/DVD burner
 
 Group:          Applications/Multimedia
@@ -30,6 +30,7 @@ Requires(postun): scrollkeeper
 Patch0: gnomebaker-0.6.4-mimetype.patch
 Patch1: gnomebaker-0.6.4-nograce.patch
 Patch2: gnomebaker-0.6.4-seldata.patch
+Patch3: gnomebaker-0.6.4-ldadd.patch
 
 %description
 CD/DVD burner designed for the GNOME desktop.
@@ -40,6 +41,7 @@ CD/DVD burner designed for the GNOME des
 %patch0 -p1 -b .mimetype
 %patch1 -p1 -b .nograce
 %patch2 -p1 -b .seldata
+%patch3 -p1 -b .ldadd
 chmod 644 AUTHORS TODO
 
 
@@ -91,6 +93,9 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Mon Feb 15 2010 Tomas Smetana <tsmetana at redhat.com> - 0.6.4-9
+- fix #564617 - fails to link with --no-add-needed
+
 * Wed Jan 13 2010 Tomas Smetana <tsmetana at redhat.com> - 0.6.4-8
 - fix random crahses caused by mixing g_new() with g_slice_free()
 



More information about the scm-commits mailing list