diff --git a/.gitignore b/.gitignore index f193172..85e0279 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /jsoup-1.8.2.tar.gz /jsoup-1.8.3.tar.gz /jsoup-1.9.1.tar.gz +/jsoup-1.9.2.tar.gz diff --git a/jsoup.spec b/jsoup.spec index 87d830b..9ad8a20 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -1,5 +1,5 @@ Name: jsoup -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} Summary: Java library for working with real-world HTML License: MIT @@ -59,6 +59,9 @@ API documentation for %{name}. %license LICENSE %changelog +* Tue May 24 2016 Michael Simacek - 1.9.2-1 +- Update to upstream version 1.9.2 + * Mon Apr 18 2016 Michael Simacek - 1.9.1-1 - Update to upstream version 1.9.1 diff --git a/sources b/sources index 5ff4771..5d68118 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d7a38bb0d00fcc4f5e1af35ffc88138 jsoup-1.9.1.tar.gz +c25089b63a5e1c91c14cbc65da641a13 jsoup-1.9.2.tar.gz