diff --git a/mockito.spec b/mockito.spec index 9df46cd..7082b97 100644 --- a/mockito.spec +++ b/mockito.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: mockito Version: 3.7.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tasty mocking framework for unit tests in Java License: MIT URL: https://site.mockito.org/ @@ -91,6 +91,9 @@ mv target/classes/org/mockito/internal/creation/bytebuddy/inject/MockMethodDispa %license LICENSE %changelog +* Mon May 17 2021 Mikolaj Izdebski - 3.7.13-2 +- Bootstrap build + * Thu Feb 04 2021 Marian Koncek - 3.7.13-1 - Update to upstream version 3.7.13