From 9c4af85e0a2f603c2269d75793478d2a1579afb2 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Jul 10 2012 05:57:52 +0000 Subject: Update to 2.1.2 upstream release. --- diff --git a/.gitignore b/.gitignore index a447f6a..ae0c52c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ eclemma-1.5.1.tar.xz /eclemma-1.5.2.tar.xz /eclemma-1.5.3.tar.xz eclemma-v2.1.1.tar.gz +eclemma-v2.1.2.tar.gz diff --git a/eclipse-eclemma.spec b/eclipse-eclemma.spec index 364b02c..5d175c1 100644 --- a/eclipse-eclemma.spec +++ b/eclipse-eclemma.spec @@ -1,18 +1,16 @@ %global install_loc %{_datadir}/eclipse/dropins/eclemma Name: eclipse-eclemma -Version: 2.1.1 -Release: 2%{?dist} +Version: 2.1.2 +Release: 1%{?dist} Summary: Java code coverage tool plugin for Eclipse Group: Development/Tools License: EPL and ASL 2.0 URL: http://www.eclemma.org # Source tarball and script used to generate it -# http://eclemma.svn.sourceforge.net/viewvc/eclemma/eclemma/tags/v2.1.1/?view=tar +# http://eclemma.svn.sourceforge.net/viewvc/eclemma/eclemma/tags/v2.1.2/?view=tar Source0: eclemma-v%{version}.tar.gz -# Unpack the emma-including plugin so we can symlink to our JAR -Patch2: %{name}-fix-jacoco-dependency.patch BuildArch: noarch BuildRequires: java-devel @@ -32,8 +30,7 @@ editors. %prep %setup -q -n v%{version} -%patch2 - +rm -fr com.mountainminds.eclemma.debug.ui.compatibility/src/org/eclipse/debug/ui/actions/RelaunchLastAction.java find -name '*.class' -exec rm -f '{}' \; find -name '*.jar' -exec rm -f '{}' \; @@ -68,6 +65,9 @@ popd %{install_loc} %changelog +* Tue Jul 07 2012 Alexander Kurtakov 2.1.2-1 +- Update to 2.1.2 upstream release. + * Thu May 10 2012 Alexander Kurtakov 2.1.1-2 - Don't bundle jacoco and objectweb-asm. - Drop all emma mentions. diff --git a/sources b/sources index 07befe9..1a2326b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -787ab551923e4601a01955f3cd071914 eclemma-v2.1.1.tar.gz +33d7438f487c0d813a8597d2fe00eb8a eclemma-v2.1.2.tar.gz