diff --git a/.gitignore b/.gitignore index e1ef930..3070d02 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /jsoup-jsoup-1.7.2.tar.gz /jsoup-1.8.1.a.tar.gz /jsoup-1.8.2.tar.gz +/jsoup-1.8.3.tar.gz diff --git a/jsoup.spec b/jsoup.spec index d1c9ec8..ba5585a 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -1,6 +1,6 @@ Name: jsoup -Version: 1.8.2 -Release: 2%{?dist} +Version: 1.8.3 +Release: 1%{?dist} Summary: Java library for working with real-world HTML License: MIT URL: http://%{name}.org/ @@ -57,6 +57,9 @@ API documentation for %{name}. %license LICENSE %changelog +* Tue Aug 04 2015 Michael Simacek - 1.8.3-1 +- Update to upstream version 1.8.3 + * Wed Jun 17 2015 Fedora Release Engineering - 1.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index fa0ac0b..64b81e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ba0863083db21f9c06289d44f16d382 jsoup-1.8.2.tar.gz +9eeb6bbac2f897981e6adf5b6f00d296 jsoup-1.8.3.tar.gz