rpms/gobject-introspection/devel gobject-introspection.spec, 1.9, 1.10

Peter Robinson pbrobinson at fedoraproject.org
Thu Jul 2 13:23:15 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/gobject-introspection/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1202

Modified Files:
	gobject-introspection.spec 
Log Message:
- Add -ggdb temporarily so it compiles on ppc64


Index: gobject-introspection.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gobject-introspection/devel/gobject-introspection.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- gobject-introspection.spec	2 Jul 2009 09:09:42 -0000	1.9
+++ gobject-introspection.spec	2 Jul 2009 13:23:15 -0000	1.10
@@ -3,7 +3,7 @@
 
 Name:           gobject-introspection
 Version:        0.6.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Introspection system for GObject-based libraries
 
 Group:		Development/Libraries
@@ -50,6 +50,7 @@ Libraries and headers for gobject-intros
 %setup -q
 
 %build
+export CFLAGS="$CFLAGS -ggdb"
 %configure
 make
 
@@ -95,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*.gz
 
 %changelog
+* Thu Jul  2 2009 Peter Robinson <pbrobinson at gmail.com> - 0.6.3-3
+- Add -ggdb temporarily so it compiles on ppc64
+
 * Thu Jul  2 2009 Peter Robinson <pbrobinson at gmail.com> - 0.6.3-2
 - Add the new source file
 




More information about the fedora-extras-commits mailing list