Fix core manifest typo ";" -> ","

This commit is contained in:
Stanislav Ochotnicky 2012-11-26 14:14:01 +01:00
parent 4ce3143cde
commit fc814afcab
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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.