More Import-Package fixes.
Note that fix-cglib-refs.patch is not suitable for upstream: http://code.google.com/p/mockito/issues/detail?id=373
This commit is contained in:
parent
76190e2098
commit
e9c09a7dd7
@ -1,5 +1,5 @@
|
||||
--- conf/mockito-core.bnd.orig 2012-09-04 15:08:36.953346883 +0200
|
||||
+++ conf/mockito-core.bnd 2012-09-04 15:09:49.221919598 +0200
|
||||
--- conf/mockito-core.bnd.orig 2012-09-06 14:42:08.417103606 +0200
|
||||
+++ conf/mockito-core.bnd 2012-09-06 14:43:41.391834567 +0200
|
||||
@@ -1,8 +1,3 @@
|
||||
--classpath= lib/run/com.springsource.org.junit-4.5.0.jar, \
|
||||
- lib/run/com.springsource.org.hamcrest.core-1.1.0.jar, \
|
||||
@ -23,7 +23,7 @@
|
||||
org.objenesis;version="[1.0,2.0)", \
|
||||
- org.mockito.*
|
||||
+ org.mockito.*, \
|
||||
+ net.sf.cglib.proxy
|
||||
+ net.sf.cglib*
|
||||
|
||||
Private-Package: org.mockito.*
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
#set -x
|
||||
|
||||
VERSION=1.9.0
|
||||
SRCDIR=mockito-${VERSION}
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: mockito
|
||||
Version: 1.9.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: A Java mocking framework
|
||||
|
||||
License: MIT
|
||||
@ -86,6 +86,11 @@ cp -rp target/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
||||
%doc NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Sep 6 2012 Severin Gehwolf <sgehwolf@redhat.com> 1.9.0-10
|
||||
- More Import-Package fixes. Note that fix-cglib-refs.patch is
|
||||
not suitable for upstream:
|
||||
http://code.google.com/p/mockito/issues/detail?id=373
|
||||
|
||||
* Tue Sep 4 2012 Severin Gehwolf <sgehwolf@redhat.com> 1.9.0-9
|
||||
- Fix missing Import-Package in manifest.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user