diff --git a/.gitignore b/.gitignore index 1b57129..66d9b05 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /testng-6.8.17.tar.gz /testng-6.8.21.tar.gz /testng-6.9.5.tar.gz +/6.9.8.tar.gz diff --git a/sources b/sources index 73a3afd..984c12c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -acfcadb5d16c5d7a317d1af0890ab1b4 testng-6.9.5.tar.gz +aa62b50454e578657bc0eede8afeb20a 6.9.8.tar.gz diff --git a/testng.spec b/testng.spec index a2d19af..e2e110d 100644 --- a/testng.spec +++ b/testng.spec @@ -1,16 +1,16 @@ %global group_id org.testng -Name: testng -Version: 6.9.5 -Release: 1%{?dist} -Summary: Java-based testing framework +Name: testng +Version: 6.9.8 +Release: 1%{?dist} +Summary: Java-based testing framework # org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL -License: ASL 2.0 and CPL -URL: http://testng.org/ -Source0: https://github.com/cbeust/testng/archive/testng-%{version}.tar.gz +License: ASL 2.0 and CPL +URL: http://testng.org/ +Source0: https://github.com/cbeust/testng/archive/%{version}.tar.gz -BuildArch: noarch +BuildArch: noarch BuildRequires: maven-local BuildRequires: mvn(com.beust:jcommander) @@ -18,6 +18,7 @@ BuildRequires: mvn(com.google.inject:guice::no_aop:) BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.ant:ant) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.assertj:assertj-core) BuildRequires: mvn(org.beanshell:bsh) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) @@ -30,7 +31,7 @@ distributed test running. It is designed to cover unit tests as well as functional, end-to-end, integration, etc. %package javadoc -Summary: API documentation for %{name} +Summary: API documentation for %{name} %description javadoc This package contains the API documentation for %{name}. @@ -74,6 +75,9 @@ mv ./src/main/resources/org/testng/internal/VersionTemplateJava ./src/main/resou %license LICENSE.txt %changelog +* Tue Oct 13 2015 gil cattaneo 6.9.8-1 +- Update to 6.9.8 + * Mon Sep 07 2015 Mat Booth - 6.9.5-1 - Update to 6.9.5