From 787c734be9ee43c31ca4756d975a5c2b15d714c0 Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Fri, 23 Oct 2020 11:15:53 -0400 Subject: [PATCH] New upstream release --- make-mockito-sourcetarball.sh | 2 +- mockito.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/make-mockito-sourcetarball.sh b/make-mockito-sourcetarball.sh index 99a7368..1b84960 100755 --- a/make-mockito-sourcetarball.sh +++ b/make-mockito-sourcetarball.sh @@ -1,6 +1,6 @@ #!/bin/bash -ex -VERSION=3.5.5 +VERSION=3.5.13 SRCDIR=mockito-${VERSION} git clone https://github.com/mockito/mockito.git ${SRCDIR} diff --git a/mockito.spec b/mockito.spec index b83afe5..157007e 100644 --- a/mockito.spec +++ b/mockito.spec @@ -1,5 +1,5 @@ Name: mockito -Version: 3.5.5 +Version: 3.5.13 Release: 1%{?dist} Summary: Tasty mocking framework for unit tests in Java License: MIT @@ -75,6 +75,9 @@ EOF %license LICENSE %changelog +* Fri Oct 9 2020 Stuart Gathman - 3.5.13-1 +- Update to version 3.5.13 + * Sun Aug 23 2020 Jerry James - 3.5.5-1 - Update to version 3.5.5