diff --git a/apache-commons-httpclient.changes b/apache-commons-httpclient.changes index 891d85b..7319e7f 100644 --- a/apache-commons-httpclient.changes +++ b/apache-commons-httpclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 1 23:15:55 UTC 2019 - Jan Engelhardt + +- Trim conjecture from description. + ------------------------------------------------------------------- Mon Jan 21 15:28:32 UTC 2019 - Fridrich Strba diff --git a/apache-commons-httpclient.spec b/apache-commons-httpclient.spec index 4ac3e3d..f2b0b90 100644 --- a/apache-commons-httpclient.spec +++ b/apache-commons-httpclient.spec @@ -54,15 +54,13 @@ BuildArch: noarch Although the java.net package provides basic functionality for accessing resources via HTTP, it doesn't provide the full flexibility or functionality needed by many applications. The Apache Commons -HttpClient component seeks to fill this void by providing an efficient, -up-to-date, and feature-rich package implementing the client side of -the most recent HTTP standards and recommendations. +HttpClient component provides a package implementing the client side +of the most recent HTTP standards and recommendations. -Designed for extension while providing robust support for the base HTTP -protocol, the HttpClient component may be of interest to anyone -building HTTP-aware client applications such as web browsers, web -service clients, or systems that leverage or extend the HTTP protocol -for distributed communication. +The HttpClient component may be of interest to anyone building +HTTP-aware client applications such as web browsers, web service +clients, or systems that leverage or extend the HTTP protocol for +distributed communication. %package javadoc Summary: Developer documentation for %{name}