diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index 1c6a3b1..cc8553a 100644 --- a/httpcomponents-client.spec +++ b/httpcomponents-client.spec @@ -3,7 +3,7 @@ Name: httpcomponents-client Summary: HTTP agent implementation based on httpcomponents HttpCore Version: 4.1 -Release: 5%{?dist} +Release: 6%{?dist} Group: Development/Libraries License: ASL 2.0 URL: http://hc.apache.org/ @@ -92,10 +92,13 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name} %changelog -* Tue Mar 15 2011 Severin Gehwolf 4.1-5 +* Tue Mar 15 2011 Severin Gehwolf 4.1-6 - Explicitly set PrivatePackage to the empty set, so as to export all packages. +* Thu Mar 10 2011 Alexander Kurtakov 4.1-5 +- OSGi export more packages. + * Fri Feb 25 2011 Alexander Kurtakov 4.1-4 - Build httpmime module.