rpms/eclipse-linuxprofilingframework/devel eclipse-linuxprofilingframework-dialog-strings.patch, NONE, 1.1 eclipse-linuxprofilingframework.spec, 1.3, 1.4

Elliott Baron ebaron at fedoraproject.org
Fri Mar 6 14:52:08 UTC 2009


Author: ebaron

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

Modified Files:
	eclipse-linuxprofilingframework.spec 
Added Files:
	eclipse-linuxprofilingframework-dialog-strings.patch 
Log Message:
* Thu Mar 05 2009 Elliott Baron <ebaron at redhat.com> 0.1.0-1
- Final 0.1 upstream release.
- Removed "Valgrind" from dialog titles.

eclipse-linuxprofilingframework-dialog-strings.patch:

--- NEW FILE eclipse-linuxprofilingframework-dialog-strings.patch ---
### Eclipse Workspace Patch 1.0
#P org.eclipse.linuxtools.profiling.launch
Index: src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchShortcut.java
===================================================================
--- src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchShortcut.java	(revision 21641)
+++ src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchShortcut.java	(working copy)
@@ -217,7 +217,7 @@
 	}
 
 	protected void handleFail(String message) {
-		MessageDialog.openError(getActiveWorkbenchShell(), Messages.getString("ProfileLaunchShortcut.Valgrind_Launcher"), message); //$NON-NLS-1$
+		MessageDialog.openError(getActiveWorkbenchShell(), Messages.getString("ProfileLaunchShortcut.Launcher"), message); //$NON-NLS-1$
 	}
 
 	/**
@@ -254,7 +254,7 @@
 	
 		TwoPaneElementSelector dialog = new TwoPaneElementSelector(getActiveWorkbenchShell(), programLabelProvider, qualifierLabelProvider);
 		dialog.setElements(binList.toArray());
-		dialog.setTitle(Messages.getString("ProfileLaunchShortcut.Profile_With_Valgrind")); //$NON-NLS-1$
+		dialog.setTitle(Messages.getString("ProfileLaunchShortcut.Profile")); //$NON-NLS-1$
 		dialog.setMessage(Messages.getString("ProfileLaunchShortcut.Choose_a_local_application")); //$NON-NLS-1$
 		dialog.setUpperListLabel(Messages.getString("ProfileLaunchShortcut.Binaries")); //$NON-NLS-1$
 		dialog.setLowerListLabel(Messages.getString("ProfileLaunchShortcut.Qualifier")); //$NON-NLS-1$
Index: src/org/eclipse/linuxtools/profiling/launch/messages.properties
===================================================================
--- src/org/eclipse/linuxtools/profiling/launch/messages.properties	(revision 21641)
+++ src/org/eclipse/linuxtools/profiling/launch/messages.properties	(working copy)
@@ -5,6 +5,6 @@
 ProfileLaunchShortcut.Launch_Configuration_Selection=Launch Configuration Selection
 ProfileLaunchShortcut.Looking_for_executables=Looking for executables
 ProfileLaunchShortcut.no_project_selected=Launch failed no project selected
-ProfileLaunchShortcut.Profile_With_Valgrind=Profile With Valgrind
+ProfileLaunchShortcut.Profile=Profile
 ProfileLaunchShortcut.Qualifier=Qualifer:
-ProfileLaunchShortcut.Valgrind_Launcher=Valgrind Launcher
+ProfileLaunchShortcut.Launcher=Profiling Launcher


Index: eclipse-linuxprofilingframework.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-linuxprofilingframework/devel/eclipse-linuxprofilingframework.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eclipse-linuxprofilingframework.spec	24 Feb 2009 13:46:41 -0000	1.3
+++ eclipse-linuxprofilingframework.spec	6 Mar 2009 14:51:38 -0000	1.4
@@ -1,14 +1,10 @@
 %define src_repo_tag   RELEASE_0_1
 %define eclipse_base   %{_libdir}/eclipse
 %define install_loc    %{_datadir}/eclipse/dropins/linuxprofilingframework
-# When final 0.1 release is tagged upstream, update qualifier to match
-%define qualifier      200901131137
 
 Name:           eclipse-linuxprofilingframework
 Version:        0.1.0
-# Including qualifier in release makes the resulting filenames too long.
-# It'll be 0.1.0-1 soon enough
-Release:        0.3%{?dist}
+Release:        1%{?dist}
 Summary:        Eclipse Linux Tools Profiling Framework
 
 Group:          Development/Tools
@@ -16,7 +12,8 @@
 URL:            http://eclipse.org/linuxtools
 # sh -x ./eclipse-linuxprofilingframework-fetch-src.sh %{src_repo_tag}
 Source0:        %{name}-fetched-src-%{src_repo_tag}.tar.bz2
-Source1:        eclipse-linuxprofilingframework-fetch-src.sh
+Source1:        %{name}-fetch-src.sh
+Patch0:         %{name}-dialog-strings.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -34,10 +31,13 @@
 
 %prep
 %setup -q -n %{name}-fetched-src-%{src_repo_tag}
+pushd org.eclipse.linuxtools.profiling.launch
+%patch0
+popd
 
 %build
 %{eclipse_base}/buildscripts/pdebuild -d cdt -f org.eclipse.linuxtools.profiling.feature \
- -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier}" \
+ -a "-DjavacSource=1.5 -DjavacTarget=1.5" \
  -j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
 
 %install
@@ -56,6 +56,10 @@
 %{install_loc}
 
 %changelog
+* Thu Mar 05 2009 Elliott Baron <ebaron at redhat.com> 0.1.0-1
+- Final 0.1 upstream release.
+- Removed "Valgrind" from dialog titles.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-0.3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list