From 2c82f601b5f655b15bb15dd55ba8f265d7621c94 Mon Sep 17 00:00:00 2001 From: gil Date: Oct 27 2015 07:00:39 +0000 Subject: update to 6.9.9 --- diff --git a/.gitignore b/.gitignore index 66d9b05..a5e1ce1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /testng-6.8.21.tar.gz /testng-6.9.5.tar.gz /6.9.8.tar.gz +/6.9.9.tar.gz diff --git a/sources b/sources index 984c12c..6792bf9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa62b50454e578657bc0eede8afeb20a 6.9.8.tar.gz +57df5e7f3bd5606f2520c691cbd7fef3 6.9.9.tar.gz diff --git a/testng.spec b/testng.spec index b47bb3f..1d68f15 100644 --- a/testng.spec +++ b/testng.spec @@ -2,7 +2,7 @@ %global group_id org.testng Name: testng -Version: 6.9.8 +Version: 6.9.9 Release: 1%{?dist} Summary: Java-based testing framework # org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL @@ -48,20 +48,19 @@ find -name *.class -delete %pom_remove_plugin :maven-source-plugin %pom_remove_plugin :maven-javadoc-plugin -# test deps not in Fedora -#%% pom_remove_dep org.assertj:assertj-core - # plugins not in Fedora %pom_remove_plugin com.coderplus.maven.plugins:copy-rename-maven-plugin sed -i -e 's/VersionTemplateJava/Version.java/' pom.xml mv ./src/main/resources/org/testng/internal/VersionTemplateJava ./src/main/resources/org/testng/internal/Version.java +cp -p ./src/main/java/*.dtd.html ./src/main/resources/. + %mvn_file : %{name} # jdk15 classifier is used by some other packages %mvn_alias : :::jdk15: %build -# TODO build tests when assetj-core becomes available -f + %mvn_build -- -Dmaven.local.debug=true %install @@ -75,6 +74,9 @@ mv ./src/main/resources/org/testng/internal/VersionTemplateJava ./src/main/resou %license LICENSE.txt %changelog +* Tue Oct 27 2015 gil cattaneo 6.9.9-1 +- Update to 6.9.9 + * Tue Oct 13 2015 gil cattaneo 6.9.8-1 - Update to 6.9.8