SPECS: crossmingw32-libglade2.spec - fix missing export (glade_xml...

qboosh qboosh at pld-linux.org
Tue Jun 19 23:10:40 CEST 2007


Author: qboosh                       Date: Tue Jun 19 21:10:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix missing export (glade_xml_construct_from_buffer, needed by libglademm 2.6.4)

---- Files affected:
SPECS:
   crossmingw32-libglade2.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-libglade2.spec
diff -u SPECS/crossmingw32-libglade2.spec:1.4 SPECS/crossmingw32-libglade2.spec:1.5
--- SPECS/crossmingw32-libglade2.spec:1.4	Tue Jun 19 18:16:45 2007
+++ SPECS/crossmingw32-libglade2.spec	Tue Jun 19 23:10:35 2007
@@ -86,6 +86,11 @@
 %prep
 %setup -q -n libglade-%{version}
 
+# ensure to remove workaround below when obsolete
+grep -q glade_xml_construct_from_buffer glade/glade.def && exit 1
+# missing export
+echo -e '\tglade_xml_construct_from_buffer' >> glade/glade.def
+
 %build
 export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
@@ -143,6 +148,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/06/19 21:10:35  qboosh
+- fix missing export (glade_xml_construct_from_buffer, needed by libglademm 2.6.4)
+
 Revision 1.4  2007/06/19 16:16:45  qboosh
 - updated to 2.6.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/crossmingw32-libglade2.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list