rpms/eclipse-valgrind/devel .cvsignore, 1.2, 1.3 eclipse-valgrind.spec, 1.6, 1.7 sources, 1.2, 1.3

Elliott Baron ebaron at fedoraproject.org
Thu May 14 21:10:08 UTC 2009


Author: ebaron

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

Modified Files:
	.cvsignore eclipse-valgrind.spec sources 
Log Message:
* Wed May 13 2009 Elliott Baron <ebaron at redhat.com> 0.2.0-1
- Upstream 0.2.0 release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-valgrind/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	24 Feb 2009 16:22:22 -0000	1.2
+++ .cvsignore	14 May 2009 21:09:37 -0000	1.3
@@ -1,2 +1,2 @@
 eclipse-valgrind-fetch-src.sh
-eclipse-valgrind-fetched-src-RELEASE_0_1.tar.bz2
+eclipse-valgrind-fetched-src-RELEASE_0_2_0.tar.bz2


Index: eclipse-valgrind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-valgrind/devel/eclipse-valgrind.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- eclipse-valgrind.spec	8 Apr 2009 15:45:10 -0000	1.6
+++ eclipse-valgrind.spec	14 May 2009 21:09:37 -0000	1.7
@@ -1,13 +1,14 @@
-%define src_repo_tag   RELEASE_0_1
+%define src_repo_tag   RELEASE_0_2_0
 %define eclipse_base   %{_libdir}/eclipse
 %define install_loc    %{_libdir}/eclipse/dropins/valgrind
+%define qualifier      200905081335
 
 # Package in %%{_libdir} but no native code so no debuginfo
 %global debug_package %{nil}
 
 Name:           eclipse-valgrind
-Version:        0.1.0
-Release:        6%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        Valgrind Tools Integration for Eclipse
 
 Group:          Development/Tools
@@ -15,7 +16,6 @@ License:        EPL
 URL:            http://www.eclipse.org/linuxtools/projectPages/valgrind
 Source0:        %{name}-fetched-src-%{src_repo_tag}.tar.bz2
 Source1:        %{name}-fetch-src.sh
-Patch0:         %{name}-locale-percentage-strings.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #No CDT on ppc64
@@ -38,15 +38,12 @@ projects using the Valgrind tool suite a
 
 %prep
 %setup -q -n %{name}-fetched-src-%{src_repo_tag}
-pushd org.eclipse.linuxtools.valgrind.massif
-%patch0
-popd
 
 %build
 %{eclipse_base}/buildscripts/pdebuild \
     -f org.eclipse.linuxtools.valgrind.feature \
     -d "cdt linuxprofilingframework emf rhino birt" \
-    -a "-DjavacSource=1.5 -DjavacTarget=1.5"
+    -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier}"
 
 %install
 %{__rm} -rf %{buildroot}
@@ -64,6 +61,9 @@ install -d -m 755 %{buildroot}%{install_
 %doc org.eclipse.linuxtools.valgrind-feature/epl-v10.html
 
 %changelog
+* Wed May 13 2009 Elliott Baron <ebaron at redhat.com> 0.2.0-1
+- Upstream 0.2.0 release.
+
 * Wed Apr 8 2009 Elliott Baron <ebaron at redhat.com> 0.1.0-6
 - Don't generate debuginfo (rhbz#494719).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-valgrind/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	24 Feb 2009 16:22:22 -0000	1.2
+++ sources	14 May 2009 21:09:37 -0000	1.3
@@ -1,2 +1,2 @@
 212c37b5989873cd451d6aff43ebf8a6  eclipse-valgrind-fetch-src.sh
-6545f770e78d5a4cc5dbea7bf869f205  eclipse-valgrind-fetched-src-RELEASE_0_1.tar.bz2
+cd674f7b8eb9096ed6aa47b1a970de3c  eclipse-valgrind-fetched-src-RELEASE_0_2_0.tar.bz2




More information about the scm-commits mailing list