From 14cd4b711f246a0d2732775b1f203ffa50f51ced Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Aug 14 2019 08:38:47 +0000 Subject: Update to upstream version 7.0.0~beta7 --- diff --git a/.gitignore b/.gitignore index 46e5c91..63f0164 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /6.14.3.tar.gz /testng-6.14.3.tar.gz /testng-7.0.0~beta4.tar.gz +/testng-7.0.0~beta7.tar.gz diff --git a/pom.xml b/pom.xml index da8dab7..b37436e 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ testng jar TestNG - 6.14.3 + 7.0.0-beta7 TestNG is a testing framework. http://testng.org diff --git a/sources b/sources index 75a6a5e..42e5cab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (testng-7.0.0~beta4.tar.gz) = 39b50d6f5b677830e0e11c5d5fc5667f92f0ffb75fa8be96e33c87f642398e687396ad71826fbc6c04088470d7bb5fd1ff12672e348e83119982e759bfa1e2fb +SHA512 (testng-7.0.0~beta7.tar.gz) = 5cb8bc5c10e680f29c99314201097454eba9965a7ba67a27f5859e361544b9f21ccf257afdd40fed1d0b6b97316e58cff29dcc0bce464ac81625188489cd2338 diff --git a/testng.spec b/testng.spec index 35ea15f..7864552 100644 --- a/testng.spec +++ b/testng.spec @@ -1,5 +1,5 @@ Name: testng -Version: 7.0.0~beta4 +Version: 7.0.0~beta7 Release: 1%{?dist} Summary: Java-based testing framework License: ASL 2.0 @@ -41,7 +41,7 @@ Summary: API documentation for %{name} This package contains the API documentation for %{name}. %prep -%setup -q -n %{name}-7.0.0-beta4 +%setup -q -n %{name}-%(echo %{version} | tr '~' '-') %patch0 -p1 %patch1 -p1 @@ -85,6 +85,9 @@ cp -p ./src/main/java/*.dtd.html ./src/main/resources/. %license LICENSE.txt %changelog +* Wed Aug 14 2019 Marian Koncek - 7.0.0~beta7-1 +- Update to upstream version 7.0.0~beta7 + * Thu Jun 06 2019 Marian Koncek - 7.0.0~beta4-1 - Update to upstream version 7.0.0~beta4