rpms/gtk+extra/devel gtk+extra.spec,1.18,1.19

Roy Rankin rrankin at fedoraproject.org
Thu Feb 11 20:18:15 UTC 2010


Author: rrankin

Update of /cvs/pkgs/rpms/gtk+extra/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9978

Modified Files:
	gtk+extra.spec 
Log Message:
 Patch specfile as workaround for implicit DSO linking



Index: gtk+extra.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk+extra/devel/gtk+extra.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- gtk+extra.spec	30 Jan 2010 08:56:54 -0000	1.18
+++ gtk+extra.spec	11 Feb 2010 20:18:15 -0000	1.19
@@ -1,6 +1,6 @@
 Name:		gtk+extra
 Version:	2.1.1
-Release:	14%{?dist}
+Release:	15%{?dist}
 Summary:	A library of gtk+ widgets
 Summary(fr):	Une bibliothèque de widgets gtk+
 
@@ -54,7 +54,8 @@ qui utilisent les widgets gtk+extra.
 
 %build
 %configure
-make %{?_smp_mflags}
+# LDFLAGS="-lm" is workaround for DSO linking until upstream fix 
+make LDFLAGS="-lm" %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -86,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 12 2010 Roy Rankin <rrankin[AT]ihug[DOT]com[DOT]au> - 2.1.1-15
+- Patch for implicit DSO linking
+
 * Sat Jan 30 2010 Roy Rankin <rrankin[AT]ihug[DOT]com[DOT]au> - 2.1.1-14
 - Exclude *.a files BZ 556054
   License in specfile wrong BZ 559985



More information about the scm-commits mailing list