rpms/eclipse-cdt/FC-6 .cvsignore, 1.25, 1.26 eclipse-cdt.spec, 1.66, 1.67 sources, 1.30, 1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 16 22:22:53 UTC 2007


Author: jjohnstn

Update of /cvs/dist/rpms/eclipse-cdt/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv31348

Modified Files:
	.cvsignore eclipse-cdt.spec sources 
Log Message:

* Mon Apr 16 2007 Jeff Johnston <jjohnstn at redhat.com> 3.1.2-3
- Add missing gif to org.eclipse.cdt.make.ui.
- Resolves: #236558




Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/eclipse-cdt/FC-6/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	28 Feb 2007 00:05:33 -0000	1.25
+++ .cvsignore	16 Apr 2007 22:22:49 -0000	1.26
@@ -7,3 +7,4 @@
 eclipse-cdt-fetched-src-3.1.2.tar.bz2
 eclipse-cdt-autotools-0.0.8.tar.gz
 eclipse-cdt-autotools-0.0.8.1.tar.gz
+eclipse-cdt-target_filter.gif.gz


Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-cdt/FC-6/eclipse-cdt.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- eclipse-cdt.spec	28 Feb 2007 00:05:33 -0000	1.66
+++ eclipse-cdt.spec	16 Apr 2007 22:22:49 -0000	1.67
@@ -18,7 +18,7 @@
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        Eclipse Public License / CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -55,6 +55,11 @@
 
 Source2: %{name}-cppunit-20061102.tar.gz
 
+# Binary gif file that is currently missing from the CDT.  Since
+# binary patches are not possible, the gif is included as a source file.
+
+Source3: %{name}-target_filter.gif.gz
+
 # Patch to add special "ForAllElements" targets to CDT sdk/customTargets.xml.
 Patch1: %{name}-no-cvs2-patch
 # Patch to remove tests from CDT build.xml.
@@ -136,6 +141,11 @@
 %patch6 -p0
 %patch7 -p0
 %patch11 -p0
+# Following is a patch to the CDT which is missing a b/w version
+# of an icon.  This patch can be removed once fixed upstream.
+pushd results/plugins/org.eclipse.cdt.make.ui/icons/dtool16
+tar -xzf %{SOURCE3}
+popd
 popd
 
 # Autotools stuff
@@ -305,6 +315,10 @@
 %doc %{eclipse_base}/features/org.eclipse.cdt.sdk_*/epl-v10.html
 
 %changelog
+* Mon Apr 16 2007 Jeff Johnston <jjohnstn at redhat.com> 3.1.2-3
+- Add missing gif to org.eclipse.cdt.make.ui.
+- Resolves: #236558
+
 * Tue Feb 27 2007 Jeff Johnston <jjohnstn at redhat.com> 3.1.2-2
 - Resolves: #229891, #230253, #205310, #229893
 - Rebase autotools to 0.0.8.1 source.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/eclipse-cdt/FC-6/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sources	28 Feb 2007 00:05:33 -0000	1.30
+++ sources	16 Apr 2007 22:22:49 -0000	1.31
@@ -1,3 +1,4 @@
 5c470fb0777d27541edbfa31443d91f7  eclipse-cdt-cppunit-20061102.tar.gz
 00ce7b1810685e56375f8df48cc9ae26  eclipse-cdt-fetched-src-3.1.2.tar.bz2
 622927df0c7bc770dbb43579e3668fa9  eclipse-cdt-autotools-0.0.8.1.tar.gz
+2d4ae0a2131ba1efc896d981072cc091  eclipse-cdt-target_filter.gif.gz




More information about the fedora-cvs-commits mailing list