diff --git a/jsoup.changes b/jsoup.changes index b144a5a..551d90c 100644 --- a/jsoup.changes +++ b/jsoup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 2 18:52:01 UTC 2019 - Jan Engelhardt + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Fri Feb 1 08:53:28 UTC 2019 - Fridrich Strba diff --git a/jsoup.spec b/jsoup.spec index 167a731..6e4fd41 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -19,7 +19,7 @@ Name: jsoup Version: 1.11.3 Release: 0 -Summary: Java library for working with real-world HTML +Summary: Java library for working with HTML License: MIT Group: Development/Libraries/Java URL: http://jsoup.org/ @@ -32,23 +32,20 @@ BuildRequires: javapackages-local BuildArch: noarch %description -jsoup is a Java library for working with real-world HTML. -It provides a very convenient API for extracting and manipulating data, -using the best of DOM, CSS, and jquery-like methods. +jsoup is a Java library for working with HTML. +It provides an API for extracting and manipulating data, +using DOM, CSS, and jquery-like methods. -jsoup implements the WHATWG HTML5 specification, -and parses HTML to the same DOM as modern browsers do. +jsoup implements the WHATWG HTML5 specification. - - scrape and parse HTML from a URL, file, or string - - find and extract data, using DOM traversal or CSS selectors - - manipulate the HTML elements, attributes, and text - - clean user-submitted content against a safe white-list, + - scrapes and parses HTML from a URL, file, or string + - finds and extracts data, using DOM traversal or CSS selectors + - manipulates the HTML elements, attributes, and text + - cleans user-submitted content against a safe white-list, to prevent XSS attacks - - output tidy HTML + - outputs tidied HTML -jsoup is designed to deal with all varieties of HTML found in the wild; -from pristine and validating, to invalid tag-soup; -jsoup will create a sensible parse tree. +jsoup can deal with invalid HTML tag soup. %package javadoc Summary: Javadoc for %{name}