diff --git a/mockito-2.23.9.tar.gz b/mockito-2.23.9.tar.gz new file mode 100644 index 0000000..f920815 Binary files /dev/null and b/mockito-2.23.9.tar.gz differ diff --git a/mockito-2.23.9.tar.xz b/mockito-2.23.9.tar.xz deleted file mode 100644 index 1062548..0000000 Binary files a/mockito-2.23.9.tar.xz and /dev/null differ diff --git a/mockito.spec b/mockito.spec index 629d28f..4f7685d 100644 --- a/mockito.spec +++ b/mockito.spec @@ -1,11 +1,11 @@ Name: mockito Version: 2.23.9 -Release: 2 +Release: 3 Summary: Tasty mocking framework for unit tests in Java License: MIT URL: https://site.mockito.org/ BuildArch: noarch -Source0: mockito-%{version}.tar.xz +Source0: https://github.com/mockito/mockito/archive/v%{version}/mockito-%{version}.tar.gz Source1: make-mockito-sourcetarball.sh Source2: mockito-core.pom Patch0: use-unbundled-asm.patch @@ -56,6 +56,9 @@ EOF %license LICENSE %changelog +* Fri Nov 11 2022 xu_ping - 2.23.9-3 +- change source and url + * Thu Jun 23 2022 Ge Wang - 2.23.9-2 - ignore test failure