rpms/eclipse/devel eclipse-pdebuild.sh, 1.8, 1.9 eclipse.spec, 1.599, 1.600

Jeff Johnston jjohnstn at fedoraproject.org
Thu Oct 16 19:45:54 UTC 2008


Author: jjohnstn

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28827

Modified Files:
	eclipse-pdebuild.sh eclipse.spec 
Log Message:

* Thu Oct 16 2008 Alexander Kurtakov <akurtako at redhat.com> 3.4.1-2
- Fix quoting bug in pdebuild.sh.




Index: eclipse-pdebuild.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse-pdebuild.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- eclipse-pdebuild.sh	14 Oct 2008 08:18:32 -0000	1.8
+++ eclipse-pdebuild.sh	16 Oct 2008 19:45:23 -0000	1.9
@@ -205,13 +205,13 @@
 fi
 
 if [ $testing != true ]; then
-  p2Generate="-Dp2.root.name=\"$featureName\"" \
-" -Dp2.root.version=\"$featureVersion\"" \
-" -Dgenerate.p2.metadata=true" \
-" -Dp2.metadata.repo=file:$buildDir/repo" \
-" -Dp2.artifact.repo=file:$buildDir/repo" \
-" -Dp2.flavor=tooling" \
-" -Dp2.publish.artifacts=true"
+  p2Generate="-Dp2.root.name=\"$featureName\" \
+ -Dp2.root.version=\"$featureVersion\" \
+ -Dgenerate.p2.metadata=true \
+ -Dp2.metadata.repo=file:$buildDir/repo \
+ -Dp2.artifact.repo=file:$buildDir/repo \
+ -Dp2.flavor=tooling \
+ -Dp2.publish.artifacts=true"
 fi
 
 echo


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.599
retrieving revision 1.600
diff -u -r1.599 -r1.600
--- eclipse.spec	16 Oct 2008 08:35:17 -0000	1.599
+++ eclipse.spec	16 Oct 2008 19:45:23 -0000	1.600
@@ -30,7 +30,7 @@
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        1%{?dist} 
+Release:        2%{?dist} 
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -1530,6 +1530,9 @@
 #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
 
 %changelog
+* Thu Oct 16 2008 Alexander Kurtakov <akurtako at redhat.com> 3.4.1-2
+- Fix quoting bug in pdebuild.sh.
+
 * Wed Oct 16 2008 Alexander Kurtakov <akurtako at redhat.com> 3.4.1-1
 - Move copy-platform instead of copying it.
 




More information about the scm-commits mailing list