rpms/devhelp/devel devhelp.spec,1.105,1.106

Matthew Barnes mbarnes at fedoraproject.org
Mon Feb 16 18:00:27 UTC 2009


Author: mbarnes

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

Modified Files:
	devhelp.spec 
Log Message:

* Mon Feb 16 2009 Matthew Barnes <mbarnes at redhat.com> - 0.23-4
- Disable strict-aliasing checks due to what looks like GLib breakage.



Index: devhelp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/devhelp/devel/devhelp.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- devhelp.spec	16 Feb 2009 16:00:47 -0000	1.105
+++ devhelp.spec	16 Feb 2009 17:59:57 -0000	1.106
@@ -6,7 +6,7 @@
 
 Name: devhelp
 Version: 0.23
-Release: 2%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Summary: API documention browser
@@ -57,7 +57,7 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
 
 %install
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
@@ -137,6 +137,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Feb 16 2009 Matthew Barnes <mbarnes at redhat.com> - 0.23-4
+- Disable strict-aliasing checks due to what looks like GLib breakage.
+
 * Mon Feb 16 2009 - Bastien Nocera <bnocera at redhat.com> - 0.23-3
 - Fix displaying web pages, WebKit doesn't like local filenames as URIs
 - Add missing Gconf2-devel BR




More information about the fedora-extras-commits mailing list