diff --git a/0003-Make-httpclient-into-bundle.patch b/0003-Make-httpclient-into-bundle.patch index 3237de9..1ab0f73 100644 --- a/0003-Make-httpclient-into-bundle.patch +++ b/0003-Make-httpclient-into-bundle.patch @@ -34,7 +34,7 @@ index 0e391f6..f0c6632 100644 -@@ -116,25 +110,20 @@ +@@ -116,25 +110,21 @@ @@ -50,11 +50,12 @@ index 0e391f6..f0c6632 100644 - 100 - 50% + -+ org.apache.http.* ++ org.apache.http.*,!org.apache.http.param + + <_nouses>true + !org.apache.avalon.framework.logger,!org.apache.log,!org.apache.log4j,* + ++ true - - diff --git a/httpcomponents-client.spec b/httpcomponents-client.spec index 2498615..b5f4587 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.3 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Libraries License: ASL 2.0 URL: http://hc.apache.org/ @@ -92,6 +92,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name} %changelog +* Wed May 2 2012 Alexander Kurtakov 4.1.3-3 +- Do not export org.apache.http.param in osgi. + * Mon Mar 26 2012 Alexander Kurtakov 4.1.3-2 - Do not export * but only org.apache.http.* . - Do not generate uses clauses in the manifest.