Update to upstream version 3.14.0
This commit is contained in:
parent
118fbc0035
commit
26691001ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/assertj-core-3.8.0.tar.gz
|
||||
/assertj-core-3.12.2.tar.gz
|
||||
/assertj-core-3.13.2.tar.gz
|
||||
/assertj-core-3.14.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: assertj-core
|
||||
Version: 3.13.2
|
||||
Release: 2%{?dist}
|
||||
Version: 3.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library of assertions similar to fest-assert
|
||||
License: ASL 2.0
|
||||
URL: http://joel-costigliola.github.io/assertj/
|
||||
@ -37,6 +37,7 @@ This package provides API documentation for %{name}.
|
||||
%pom_remove_plugin :maven-dependency-plugin
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :jacoco-maven-plugin
|
||||
%pom_remove_plugin :yuicompressor-maven-plugin
|
||||
|
||||
# package org.mockito.internal.util.collections does not exist
|
||||
rm -rf ./src/test/java/org/assertj/core/error/ShouldContainString_create_Test.java
|
||||
@ -44,9 +45,6 @@ rm -rf ./src/test/java/org/assertj/core/error/ShouldContainString_create_Test.ja
|
||||
%pom_remove_dep :memoryfilesystem
|
||||
rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
|
||||
|
||||
# test lib not in Fedora
|
||||
%pom_remove_dep org.junit:junit-bom:
|
||||
|
||||
%build
|
||||
%mvn_build -f -- -Dproject.build.sourceEncoding=UTF-8 -P \!java9+
|
||||
|
||||
@ -55,13 +53,16 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README.md CONTRIBUTING.md
|
||||
%license LICENSE
|
||||
%license LICENSE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc CONTRIBUTING.md
|
||||
%license LICENSE
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Nov 20 2019 Marian Koncek <mkoncek@redhat.com> - 3.14.0-1
|
||||
- Update to upstream version 3.14.0
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.13.2-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (assertj-core-3.13.2.tar.gz) = 930672939aca0fcb2134d04cf582368943e971133e8ff1a9ea42d55affb5183cdd9faafc1d4530d424ec09e23dae137557ccd38350755e80f4667483ab499b30
|
||||
SHA512 (assertj-core-3.14.0.tar.gz) = 04352ee72a0bb8e04713e9a7a0242518b911b0eabf293f690086f764dec56d2fcee91252b7aca96d69bfd40405b2f3ccc38f5f20693bbe3f7e0ddcaf1f46932b
|
||||
|
Loading…
Reference in New Issue
Block a user