diff --git a/.gitignore b/.gitignore index 63f0164..0bd6f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /testng-6.14.3.tar.gz /testng-7.0.0~beta4.tar.gz /testng-7.0.0~beta7.tar.gz +/testng-7.0.0.tar.gz diff --git a/pom.xml b/pom.xml index b37436e..2c8eddb 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,3 @@ - @@ -8,7 +7,7 @@ testng jar TestNG - 7.0.0-beta7 + @VERSION@ TestNG is a testing framework. http://testng.org diff --git a/sources b/sources index 42e5cab..85f8f51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (testng-7.0.0~beta7.tar.gz) = 5cb8bc5c10e680f29c99314201097454eba9965a7ba67a27f5859e361544b9f21ccf257afdd40fed1d0b6b97316e58cff29dcc0bce464ac81625188489cd2338 +SHA512 (testng-7.0.0.tar.gz) = fdd62f26a82010b8990c88789d369d31f188e0651afdcc0d61c634e4fa1094671eacd14ac436bb65a8f3a4c744c275d7d0542b5365c4a1a6c18d8794a5314d62 diff --git a/testng.spec b/testng.spec index 7864552..430bb17 100644 --- a/testng.spec +++ b/testng.spec @@ -1,5 +1,5 @@ Name: testng -Version: 7.0.0~beta7 +Version: 7.0.0 Release: 1%{?dist} Summary: Java-based testing framework License: ASL 2.0 @@ -46,7 +46,7 @@ This package contains the API documentation for %{name}. %patch0 -p1 %patch1 -p1 -cp %{SOURCE1} . +sed 's/@VERSION@/%{version}/' %{SOURCE1} > pom.xml # remove any bundled libs, but not test resources find ! -path "*/test/*" -name *.jar -print -delete @@ -85,6 +85,9 @@ cp -p ./src/main/java/*.dtd.html ./src/main/resources/. %license LICENSE.txt %changelog +* Mon Sep 02 2019 Marian Koncek - 7.0.0-1 +- Update to upstream version 7.0.0 + * Wed Aug 14 2019 Marian Koncek - 7.0.0~beta7-1 - Update to upstream version 7.0.0~beta7