diff --git a/.gitignore b/.gitignore index 19f7017..392580f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ testng-5.11.zip /testng-6.0.1.tar.xz /testng-6.8.tar.gz +/testng-6.8.5.tar.gz diff --git a/sources b/sources index fb1a809..156f4ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a61453eed2218d4f905fe8c7d4f9501 testng-6.8.tar.gz +7e50234099fd37c4f2ea7893e1496f5e testng-6.8.5.tar.gz diff --git a/testng.spec b/testng.spec index 260c16a..a0b2897 100644 --- a/testng.spec +++ b/testng.spec @@ -2,7 +2,7 @@ %global group_id org.testng Name: testng -Version: 6.8 +Version: 6.8.5 Release: 1%{?dist} Summary: Java-based testing framework # org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL @@ -94,6 +94,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %{_javadocdir}/%{name} %changelog +* Tue May 14 2013 Mikolaj Izdebski - 6.8.5-1 +- Update to upstream version 6.8.5 + * Sun Feb 10 2013 Mat Booth - 6.8-1 - Update to latest upstream release, rhbz #888233