Update to 6.8.21

This commit is contained in:
gil 2015-02-04 22:28:59 +01:00
parent b00f049188
commit 7e935e410f
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ testng-5.11.zip
/testng-6.8.8.tar.gz
/testng-6.8.14.tar.gz
/testng-6.8.17.tar.gz
/testng-6.8.21.tar.gz

View File

@ -1 +1 @@
8a6487c0c6ee066578ca2a4fa4a9837b testng-6.8.17.tar.gz
6d2331958850922796329a9d9e141e02 testng-6.8.21.tar.gz

View File

@ -2,7 +2,7 @@
%global group_id org.testng
Name: testng
Version: 6.8.17
Version: 6.8.21
Release: 1%{?dist}
Summary: Java-based testing framework
# org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
@ -77,12 +77,17 @@ mv -f ANNOUNCEMENT.txt.utf8 ANNOUNCEMENT.txt
%mvn_install
%files -f .mfiles
%doc LICENSE.txt ANNOUNCEMENT.txt CHANGES.txt README
%doc ANNOUNCEMENT.txt CHANGES.txt README
%license LICENSE.txt
%files javadoc -f .mfiles-javadoc
%doc LICENSE.txt
%license LICENSE.txt
%changelog
* Tue Jan 20 2015 gil cattaneo <puntogil@libero.it> 6.8.21-1
- Update to 6.8.21
- introduce license macro
* Tue Jan 20 2015 gil cattaneo <puntogil@libero.it> 6.8.17-1
- Update to 6.8.17