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 0.7.3-1 +- Update to upstream 0.7.3. + * Mon Feb 16 2015 Alexander Kurtakov 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 @@ - - - -- org.apache.maven.plugins -- maven-antrun-plugin -- -- -- check-license-header -- validate -- -- run -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - org.codehaus.mojo - build-helper-maven-plugin - @@ -574,28 +537,20 @@ 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