[jacoco] Update to upstream 0.7.3.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Feb 23 14:47:17 UTC 2015


commit 375b588be88a27b509660d16bb0a9c1ea1c56af6
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Feb 23 16:47:07 2015 +0200

    Update to upstream 0.7.3.

 .gitignore                    |  1 +
 jacoco.spec                   | 11 ++++++++---
 removeUselessBuildParts.patch | 44 -------------------------------------------
 sources                       |  2 +-
 4 files changed, 10 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b530c75..feb7c60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /v0.7.0.tar.gz
 /v0.7.1.tar.gz
 /v0.7.2.tar.gz
+/v0.7.3.tar.gz
diff --git a/jacoco.spec b/jacoco.spec
index 21f525c..4b84122 100644
--- a/jacoco.spec
+++ b/jacoco.spec
@@ -1,8 +1,8 @@
-%global tag 201409121644
+%global tag 201502191951
 
 Name:      jacoco
-Version:   0.7.2
-Release:   3%{?dist}
+Version:   0.7.3
+Release:   1%{?dist}
 Summary:   Java Code Coverage for Eclipse 
 Group:     System Environment/Libraries
 License:   EPL
@@ -66,6 +66,8 @@ A Jacoco plugin for maven.
 %mvn_package ":jacoco-maven-plugin:{jar,pom}:{}:" maven-plugin
 %mvn_package ":{org.}*:{jar,pom}:runtime:"
 
+sed -i -e "s|nb-configuration.xml|nb-configuration.xml,build.xml, pom.xml|g" org.jacoco.build/pom.xml
+
 %build
 %mvn_build
 
@@ -97,6 +99,9 @@ echo %{name} %{name}/org.jacoco.ant objectweb-asm/asm-debug-all > %{buildroot}%{
 %files javadoc -f .mfiles-javadoc
 
 %changelog
+* Mon Feb 23 2015 Alexander Kurtakov <akurtako at redhat.com> 0.7.3-1
+- Update to upstream 0.7.3.
+
 * Mon Feb 16 2015 Alexander Kurtakov <akurtako at redhat.com> 0.7.2-3
 - Add asm to ant.d (RHBZ#1192749).
 
diff --git a/removeUselessBuildParts.patch b/removeUselessBuildParts.patch
index f7a68c2..734158e 100644
--- a/removeUselessBuildParts.patch
+++ b/removeUselessBuildParts.patch
@@ -1,49 +1,5 @@
 --- org.jacoco.build/pom.xml.sav	2014-03-03 23:24:25.000000000 +0200
 +++ org.jacoco.build/pom.xml	2014-03-06 19:02:32.807885083 +0200
-@@ -504,43 +504,6 @@
-       </plugin>
- 
-       <plugin>
--        <groupId>org.apache.maven.plugins</groupId>
--        <artifactId>maven-antrun-plugin</artifactId>
--        <executions>
--          <execution>
--            <id>check-license-header</id>
--            <phase>validate</phase>
--            <goals>
--              <goal>run</goal>
--            </goals>
--            <configuration>
--              <target>
--                <fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,.idea/**,nb-configuration.xml" id="missinglicense.fileset">
--                  <not>
--                    <and>
--                      <contains text="Copyright (c) 2009, 2014 Mountainminds GmbH &amp; Co. KG and Contributors"/>
--                      <contains text="All rights reserved. This program and the accompanying materials"/>
--                      <contains text="are made available under the terms of the Eclipse Public License v1.0"/>
--                      <contains text="which accompanies this distribution, and is available at"/>
--                      <contains text="http://www.eclipse.org/legal/epl-v10.html"/>
--                    </and>
--                  </not>
--                </fileset>
--                <pathconvert property="missing" refid="missinglicense.fileset"/>
--                <fail message="Invalid license info in: ${missing}">
--                  <condition>
--                    <not>
--                      <equals arg1="${missing}" arg2=""/>
--                    </not>
--                  </condition>
--                </fail>
--              </target>
--            </configuration>
--          </execution>
--        </executions>
--      </plugin>
--
--      <plugin>
-         <groupId>org.codehaus.mojo</groupId>
-         <artifactId>build-helper-maven-plugin</artifactId>
-         <executions>
 @@ -574,28 +537,20 @@
        </plugin>
  
diff --git a/sources b/sources
index 622470e..7284d41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f3a7de937ef5c2e5612c8840e3ff4b03  v0.7.2.tar.gz
+37365b5e7c92cbbe40f5c48aa4dc0356  v0.7.3.tar.gz


More information about the scm-commits mailing list