Update to upstream version 3.12.2
This commit is contained in:
parent
b1216a4c81
commit
e6e247eaee
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/assertj-core-2.2.0.tar.gz
|
||||
/assertj-core-3.8.0.tar.gz
|
||||
/assertj-core-3.12.2.tar.gz
|
||||
|
@ -1,7 +1,6 @@
|
||||
|
||||
Name: assertj-core
|
||||
Version: 3.8.0
|
||||
Release: 3%{?dist}
|
||||
Version: 3.12.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library of assertions similar to fest-assert
|
||||
License: ASL 2.0
|
||||
URL: http://joel-costigliola.github.io/assertj/
|
||||
@ -12,6 +11,7 @@ BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(cglib:cglib-nodep)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
|
||||
%description
|
||||
@ -42,7 +42,7 @@ rm -rf ./src/test/java/org/assertj/core/error/ShouldContainString_create_Test.ja
|
||||
rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
|
||||
|
||||
# test lib not in Fedora
|
||||
%pom_remove_dep com.tngtech.java:junit-dataprovider
|
||||
%pom_remove_dep org.junit:junit-bom:
|
||||
|
||||
%build
|
||||
%mvn_build -f -- -Dproject.build.sourceEncoding=UTF-8
|
||||
@ -52,13 +52,16 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README.md CONTRIBUTING.md
|
||||
%license LICENSE.txt
|
||||
%license LICENSE.md
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc CONTRIBUTING.md
|
||||
%license LICENSE.txt
|
||||
%license LICENSE.md
|
||||
|
||||
%changelog
|
||||
* Thu Jun 06 2019 Marian Koncek <mkoncek@redhat.com> - 3.12.2-1
|
||||
- Update to upstream version 3.12.2
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.8.0-3
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (assertj-core-3.8.0.tar.gz) = ca01bb9323f67c663ca80fed08bcdccedfa28a238231ac141f075bfddef9cc09e18a21af3a12a11ede73111f48a73db9e5a7728bba39c16b5b46c935a3f6cd20
|
||||
SHA512 (assertj-core-3.12.2.tar.gz) = 166673827f4f46f4b29ace0341e758da6c49023e84e0bd128f94a8bdf27e538a9d79830e649fe87e3b8fd01c075ce7096d490a8c2ec36e8fc4d0f72c26ca624d
|
||||
|
Loading…
Reference in New Issue
Block a user