Update to 6.9.8
This commit is contained in:
parent
93bf19d071
commit
07eedebb76
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/testng-6.8.17.tar.gz
|
/testng-6.8.17.tar.gz
|
||||||
/testng-6.8.21.tar.gz
|
/testng-6.8.21.tar.gz
|
||||||
/testng-6.9.5.tar.gz
|
/testng-6.9.5.tar.gz
|
||||||
|
/6.9.8.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
acfcadb5d16c5d7a317d1af0890ab1b4 testng-6.9.5.tar.gz
|
aa62b50454e578657bc0eede8afeb20a 6.9.8.tar.gz
|
||||||
|
22
testng.spec
22
testng.spec
@ -1,16 +1,16 @@
|
|||||||
|
|
||||||
%global group_id org.testng
|
%global group_id org.testng
|
||||||
|
|
||||||
Name: testng
|
Name: testng
|
||||||
Version: 6.9.5
|
Version: 6.9.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java-based testing framework
|
Summary: Java-based testing framework
|
||||||
# org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
|
# org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
|
||||||
License: ASL 2.0 and CPL
|
License: ASL 2.0 and CPL
|
||||||
URL: http://testng.org/
|
URL: http://testng.org/
|
||||||
Source0: https://github.com/cbeust/testng/archive/testng-%{version}.tar.gz
|
Source0: https://github.com/cbeust/testng/archive/%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(com.beust:jcommander)
|
BuildRequires: mvn(com.beust:jcommander)
|
||||||
@ -18,6 +18,7 @@ BuildRequires: mvn(com.google.inject:guice::no_aop:)
|
|||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.apache.ant:ant)
|
BuildRequires: mvn(org.apache.ant:ant)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
|
BuildRequires: mvn(org.assertj:assertj-core)
|
||||||
BuildRequires: mvn(org.beanshell:bsh)
|
BuildRequires: mvn(org.beanshell:bsh)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
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.
|
functional, end-to-end, integration, etc.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
This package contains the API documentation for %{name}.
|
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
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 13 2015 gil cattaneo <puntogil@libero.it> 6.9.8-1
|
||||||
|
- Update to 6.9.8
|
||||||
|
|
||||||
* Mon Sep 07 2015 Mat Booth <mat.booth@redhat.com> - 6.9.5-1
|
* Mon Sep 07 2015 Mat Booth <mat.booth@redhat.com> - 6.9.5-1
|
||||||
- Update to 6.9.5
|
- Update to 6.9.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user