rpms/eclipse-cdt/F-13 eclipse-cdt-autotools-local.patch, 1.2, 1.3 eclipse-cdt.spec, 1.144, 1.145

Jeff Johnston jjohnstn at fedoraproject.org
Fri Mar 19 21:06:39 UTC 2010


Author: jjohnstn

Update of /cvs/pkgs/rpms/eclipse-cdt/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26553

Modified Files:
	eclipse-cdt-autotools-local.patch eclipse-cdt.spec 
Log Message:
* Fri Mar 19 2010 Jeff Johnston  <jjohnstn at redhat.com> 1:6.0.2-3
- Fix autotools local patch to add macros directory to build.properties
  of org.eclipse.linuxtools.cdt.autotools.core.

eclipse-cdt-autotools-local.patch:
 build.properties |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: eclipse-cdt-autotools-local.patch
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-cdt/F-13/eclipse-cdt-autotools-local.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- eclipse-cdt-autotools-local.patch	11 Dec 2009 22:48:34 -0000	1.2
+++ eclipse-cdt-autotools-local.patch	19 Mar 2010 21:06:39 -0000	1.3
@@ -1,11 +1,12 @@
-diff -up ./org.eclipse.linuxtools.cdt.autotools/build.properties.fix ./org.eclipse.linuxtools.cdt.autotools/build.properties
---- ./org.eclipse.linuxtools.cdt.autotools/build.properties.fix	2009-12-11 16:51:18.000000000 -0500
-+++ ./org.eclipse.linuxtools.cdt.autotools/build.properties	2009-12-11 16:52:05.000000000 -0500
-@@ -3,6 +3,7 @@ output.. = bin/
+diff -up ./org.eclipse.linuxtools.cdt.autotools.core/build.properties.fix ./org.eclipse.linuxtools.cdt.autotools.core/build.properties
+--- ./org.eclipse.linuxtools.cdt.autotools.core/build.properties.fix	2010-03-19 15:28:41.000000000 -0400
++++ ./org.eclipse.linuxtools.cdt.autotools.core/build.properties	2010-03-19 15:39:38.000000000 -0400
+@@ -3,5 +3,6 @@ output.. = bin/
  bin.includes = plugin.xml,\
                 META-INF/,\
                 .,\
 +               macros/,\
-                plugin.properties,\
-                icons/
- 
+                html/,\
+-               plugin.properties
+\ No newline at end of file
++               plugin.properties


Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-cdt/F-13/eclipse-cdt.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -p -r1.144 -r1.145
--- eclipse-cdt.spec	19 Mar 2010 17:04:47 -0000	1.144
+++ eclipse-cdt.spec	19 Mar 2010 21:06:39 -0000	1.145
@@ -22,7 +22,7 @@ Epoch: 1
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -598,6 +598,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Fri Mar 19 2010 Jeff Johnston  <jjohnstn at redhat.com> 1:6.0.2-3
+- Fix autotools local patch to add macros directory to build.properties
+  of org.eclipse.linuxtools.cdt.autotools.core.
+
 * Fri Mar 19 2010 Jeff Johnston  <jjohnstn at redhat.com> 1:6.0.2-2
 - Check in missing maketargets patch.
 



More information about the scm-commits mailing list