New upstream release
This commit is contained in:
parent
83a7ac830e
commit
787c734be9
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -ex
|
#!/bin/bash -ex
|
||||||
|
|
||||||
VERSION=3.5.5
|
VERSION=3.5.13
|
||||||
SRCDIR=mockito-${VERSION}
|
SRCDIR=mockito-${VERSION}
|
||||||
|
|
||||||
git clone https://github.com/mockito/mockito.git ${SRCDIR}
|
git clone https://github.com/mockito/mockito.git ${SRCDIR}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: mockito
|
Name: mockito
|
||||||
Version: 3.5.5
|
Version: 3.5.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tasty mocking framework for unit tests in Java
|
Summary: Tasty mocking framework for unit tests in Java
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -75,6 +75,9 @@ EOF
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 9 2020 Stuart Gathman <stuart@gathman.org> - 3.5.13-1
|
||||||
|
- Update to version 3.5.13
|
||||||
|
|
||||||
* Sun Aug 23 2020 Jerry James <loganjerry@gmail.com> - 3.5.5-1
|
* Sun Aug 23 2020 Jerry James <loganjerry@gmail.com> - 3.5.5-1
|
||||||
- Update to version 3.5.5
|
- Update to version 3.5.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user