Fix core manifest typo ";" -> ","
This commit is contained in:
parent
4ce3143cde
commit
fc814afcab
@ -5,7 +5,7 @@ Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.hamcrest.core
|
||||
Export-Package: org.hamcrest;version="1.1.0";
|
||||
Export-Package: org.hamcrest;version="1.1.0",
|
||||
org.hamcrest.core;version="1.1.0",org.hamcrest.internal;version="1.
|
||||
1.0";x-internal:=true
|
||||
Bundle-Version: 1.1.0.v20090501071000
|
||||
|
@ -50,7 +50,7 @@
|
||||
|
||||
Name: hamcrest
|
||||
Version: 1.1
|
||||
Release: 20%{?dist}
|
||||
Release: 21%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Library of matchers for building test expressions
|
||||
License: BSD
|
||||
@ -261,6 +261,9 @@ cp -pr %{name}-examples $RPM_BUILD_ROOT%{_datadir}/%{name}/
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Nov 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1-21
|
||||
- Fix core manifest typo ";" -> ","
|
||||
|
||||
* Tue Aug 14 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:1.1-20
|
||||
- Remove attributes in Export-Package header of hamcrest-core
|
||||
manifest.
|
||||
|
Loading…
Reference in New Issue
Block a user