rpms/eclipse-cdt/devel eclipse-cdt-libhover-glibc.patch, NONE, 1.1 eclipse-cdt.spec, 1.110, 1.111

Jeff Johnston jjohnstn at fedoraproject.org
Thu Oct 16 18:12:58 UTC 2008


Author: jjohnstn

Update of /cvs/extras/rpms/eclipse-cdt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4704

Modified Files:
	eclipse-cdt.spec 
Added Files:
	eclipse-cdt-libhover-glibc.patch 
Log Message:

* Thu Oct 16 2008 Jeff Johnston <jjohnstn at redhat.com> 5.0.0-9
- Fix org.eclipse.linuxtools.libhover.glibc plugin to add toc.xml to
  binary file list.



eclipse-cdt-libhover-glibc.patch:

--- NEW FILE eclipse-cdt-libhover-glibc.patch ---
diff -up ./build.properties.fix ./build.properties
--- ./build.properties.fix	2008-10-16 14:08:29.000000000 -0400
+++ ./build.properties	2008-10-16 14:08:42.000000000 -0400
@@ -1,3 +1,4 @@
 bin.includes = META-INF/,\
-               plugin.xml
+               plugin.xml,\
+               toc.xml
 src.includes = about.html


Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/devel/eclipse-cdt.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- eclipse-cdt.spec	16 Oct 2008 17:24:52 -0000	1.110
+++ eclipse-cdt.spec	16 Oct 2008 18:12:27 -0000	1.111
@@ -20,7 +20,7 @@
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        8%{?dist}
+Release:        9%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -75,6 +75,9 @@
 # Fix missing library-docs plug-in in libhover feature
 Patch5: %{name}-libhover-feature.patch
 
+# Fix libhover glibc plugin's build.properties to include toc.xml
+Patch6: %{name}-libhover-glibc.patch
+
 # Remove include of stropts.h in openpty.c as it is no longer included 
 # in glibc-headers package
 Patch12: %{name}-openpty.patch
@@ -228,6 +231,9 @@
 pushd org.eclipse.linuxtools.cdt.libhover.feature
 %patch5
 popd
+pushd org.eclipse.linuxtools.cdt.libhover.glibc
+%patch6
+popd
 popd
 
 ## Cppunit stuff
@@ -567,6 +573,10 @@
 %endif
 
 %changelog
+* Thu Oct 16 2008 Jeff Johnston <jjohnstn at redhat.com> 5.0.0-9
+- Fix org.eclipse.linuxtools.libhover.glibc plugin to add toc.xml to
+  binary file list.
+
 * Thu Oct 16 2008 Jeff Johnston <jjohnstn at redhat.com> 5.0.0-8
 - Fix org.eclipse.linuxtools.libhover.feature to include
   org.eclipse.linuxtools.libhover.library_docs plugin.




More information about the scm-commits mailing list