Update to upstream version 7.0.0~beta7

This commit is contained in:
Marian Koncek 2019-08-14 10:38:47 +02:00
parent 96bc7486dc
commit 14cd4b711f
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/6.14.3.tar.gz /6.14.3.tar.gz
/testng-6.14.3.tar.gz /testng-6.14.3.tar.gz
/testng-7.0.0~beta4.tar.gz /testng-7.0.0~beta4.tar.gz
/testng-7.0.0~beta7.tar.gz

View File

@ -8,7 +8,7 @@
<artifactId>testng</artifactId> <artifactId>testng</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>TestNG</name> <name>TestNG</name>
<version>6.14.3</version> <version>7.0.0-beta7</version>
<description>TestNG is a testing framework.</description> <description>TestNG is a testing framework.</description>
<url>http://testng.org</url> <url>http://testng.org</url>

View File

@ -1 +1 @@
SHA512 (testng-7.0.0~beta4.tar.gz) = 39b50d6f5b677830e0e11c5d5fc5667f92f0ffb75fa8be96e33c87f642398e687396ad71826fbc6c04088470d7bb5fd1ff12672e348e83119982e759bfa1e2fb SHA512 (testng-7.0.0~beta7.tar.gz) = 5cb8bc5c10e680f29c99314201097454eba9965a7ba67a27f5859e361544b9f21ccf257afdd40fed1d0b6b97316e58cff29dcc0bce464ac81625188489cd2338

View File

@ -1,5 +1,5 @@
Name: testng Name: testng
Version: 7.0.0~beta4 Version: 7.0.0~beta7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Java-based testing framework Summary: Java-based testing framework
License: ASL 2.0 License: ASL 2.0
@ -41,7 +41,7 @@ Summary: API documentation for %{name}
This package contains the API documentation for %{name}. This package contains the API documentation for %{name}.
%prep %prep
%setup -q -n %{name}-7.0.0-beta4 %setup -q -n %{name}-%(echo %{version} | tr '~' '-')
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
@ -85,6 +85,9 @@ cp -p ./src/main/java/*.dtd.html ./src/main/resources/.
%license LICENSE.txt %license LICENSE.txt
%changelog %changelog
* Wed Aug 14 2019 Marian Koncek <mkoncek@redhat.com> - 7.0.0~beta7-1
- Update to upstream version 7.0.0~beta7
* Thu Jun 06 2019 Marian Koncek <mkoncek@redhat.com> - 7.0.0~beta4-1 * Thu Jun 06 2019 Marian Koncek <mkoncek@redhat.com> - 7.0.0~beta4-1
- Update to upstream version 7.0.0~beta4 - Update to upstream version 7.0.0~beta4