[eclipse-eclemma] Update to upstream 1.5.3.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed May 11 09:07:17 UTC 2011


commit 5325e80340b8c1f5e5ebfd9b885b5f2fd6a7c07c
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed May 11 12:04:12 2011 +0300

    Update to upstream 1.5.3.

 .gitignore                    |    1 +
 eclipse-eclemma-unjar-2.patch |   42 ++++++++++++++++++++--------------------
 eclipse-eclemma.spec          |    5 +++-
 get-eclemma.sh                |    2 +-
 sources                       |    2 +-
 5 files changed, 28 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f1a910..ecd09b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ eclemma-1.4.2.tar.bz2
 eclemma-1.5.0.tar.bz2
 eclemma-1.5.1.tar.xz
 /eclemma-1.5.2.tar.xz
+/eclemma-1.5.3.tar.xz
diff --git a/eclipse-eclemma-unjar-2.patch b/eclipse-eclemma-unjar-2.patch
index 038fc88..bf96187 100644
--- a/eclipse-eclemma-unjar-2.patch
+++ b/eclipse-eclemma-unjar-2.patch
@@ -1,26 +1,5 @@
 ### Eclipse Workspace Patch 1.0
 #P com.mountainminds.eclemma.core
-Index: build.properties
-===================================================================
---- build.properties	(revision 557)
-+++ build.properties	(working copy)
-@@ -1,4 +1,3 @@
--source.. = src/
- output.. = bin/
- bin.includes = META-INF/,\
-                .,\
-@@ -6,6 +5,10 @@
-                .options,\
-                plugin.properties,\
-                emma.jar,\
--               about.html
-+               about.html,\
-+               eclemma-core.jar
- src.includes = src/,\
-                build.properties
-+jars.compile.order = eclemma-core.jar
-+source.eclemma-core.jar = src/
-+output.eclemma-core.jar = bin/
 Index: .classpath
 ===================================================================
 --- .classpath	(revision 557)
@@ -55,3 +34,24 @@ Index: META-INF/MANIFEST.MF
  Bundle-Activator: com.mountainminds.eclemma.internal.core.EclEmmaCorePlugin
  Eclipse-AutoStart: true
  
+--- build.properties.orig	2011-05-05 00:19:54.000000000 +0300
++++ build.properties	2011-05-11 11:05:12.271038067 +0300
+@@ -1,4 +1,3 @@
+-source.. = src/
+ output.. = bin/
+ bin.includes = META-INF/,\
+                .,\
+@@ -6,8 +5,12 @@ bin.includes = META-INF/,\
+                .options,\
+                plugin.properties,\
+                emma.jar,\
+-               about.html
++               about.html,\
++               eclemma-core.jar
+ src.includes = src/,\
+                build.properties
++jars.compile.order = eclemma-core.jar
++source.eclemma-core.jar = src/
++output.eclemma-core.jar = bin/
+ javacSource = 1.3
+ javacTarget = 1.2
diff --git a/eclipse-eclemma.spec b/eclipse-eclemma.spec
index e765c42..870122d 100644
--- a/eclipse-eclemma.spec
+++ b/eclipse-eclemma.spec
@@ -2,7 +2,7 @@
 %global install_loc  %{_datadir}/eclipse/dropins/eclemma
 
 Name:      eclipse-eclemma
-Version:   1.5.2
+Version:   1.5.3
 Release:   1%{?dist}
 Summary:   Java code coverage tool plugin for Eclipse
 Group:     Development/Tools
@@ -67,6 +67,9 @@ popd
 %{install_loc}
 
 %changelog
+* Wed May 11 2011 Alexander Kurtakov <akurtako at redhat.com> 1.5.3-1
+- Update to upstream 1.5.3.
+
 * Wed Apr 27 2011 Alexander Kurtakov <akurtako at redhat.com> 1.5.2-1
 - Update to upstream 1.5.2.
 
diff --git a/get-eclemma.sh b/get-eclemma.sh
index 67356fd..afb8b27 100644
--- a/get-eclemma.sh
+++ b/get-eclemma.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 NAME="eclemma"
-VERSION="1.5.2"
+VERSION="1.5.3"
 
 mkdir $NAME-$VERSION
 pushd $NAME-$VERSION >/dev/null
diff --git a/sources b/sources
index fdba609..63f6239 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65e75c5271cd6715eeef5f11e648ab4a  eclemma-1.5.2.tar.xz
+7b8873624b498c66fecb7a836f4a5961  eclemma-1.5.3.tar.xz


More information about the scm-commits mailing list