Update to 6.8.14
This commit is contained in:
parent
b82a4af215
commit
24012d38c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ testng-5.11.zip
|
|||||||
/testng-6.8.5.tar.gz
|
/testng-6.8.5.tar.gz
|
||||||
/testng-6.8.7.tar.gz
|
/testng-6.8.7.tar.gz
|
||||||
/testng-6.8.8.tar.gz
|
/testng-6.8.8.tar.gz
|
||||||
|
/testng-6.8.14.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
9c153cf95752a8d3fa3b02fd686ea1dd testng-6.8.8.tar.gz
|
b13448cc680cdab14cb95f77f9dfe1ec testng-6.8.14.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global group_id org.testng
|
%global group_id org.testng
|
||||||
|
|
||||||
Name: testng
|
Name: testng
|
||||||
Version: 6.8.8
|
Version: 6.8.14
|
||||||
Release: 3%{?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
|
||||||
@ -12,8 +12,6 @@ Source0: https://github.com/cbeust/testng/archive/%{name}-%{version}.ta
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: java-devel
|
|
||||||
|
|
||||||
BuildRequires: mvn(com.beust:jcommander) >= 1.27
|
BuildRequires: mvn(com.beust:jcommander) >= 1.27
|
||||||
BuildRequires: mvn(com.google.guava:guava)
|
BuildRequires: mvn(com.google.guava:guava)
|
||||||
BuildRequires: mvn(com.google.inject:guice)
|
BuildRequires: mvn(com.google.inject:guice)
|
||||||
@ -85,6 +83,9 @@ mv -f ANNOUNCEMENT.txt.utf8 ANNOUNCEMENT.txt
|
|||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 14 2015 gil cattaneo <puntogil@libero.it> 6.8.14-1
|
||||||
|
- Update to 6.8.14
|
||||||
|
|
||||||
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.8.8-3
|
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.8.8-3
|
||||||
- Fix build-requires on sonatype-oss-parent
|
- Fix build-requires on sonatype-oss-parent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user