From cf96f1d8146876c5b91a19170cfd01d081f9b0cc Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 17 May 2021 15:50:25 +0200 Subject: [PATCH] Bootstrap build --- mockito.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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