diff --git a/.gitignore b/.gitignore index 3070d02..f193172 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /jsoup-1.8.1.a.tar.gz /jsoup-1.8.2.tar.gz /jsoup-1.8.3.tar.gz +/jsoup-1.9.1.tar.gz diff --git a/jsoup.spec b/jsoup.spec index 0039378..87d830b 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -1,12 +1,12 @@ Name: jsoup -Version: 1.8.3 -Release: 2%{?dist} +Version: 1.9.1 +Release: 1%{?dist} Summary: Java library for working with real-world HTML License: MIT -URL: http://%{name}.org/ +URL: http://jsoup.org/ BuildArch: noarch -Source0: https://github.com/jhy/jsoup/archive/jsoup-%{version}%{?vertag}.tar.gz +Source0: https://github.com/jhy/%{name}/archive/%{name}-%{version}.tar.gz BuildRequires: maven-local BuildRequires: mvn(junit:junit) @@ -40,8 +40,10 @@ Summary: Javadoc for %{name} API documentation for %{name}. %prep -%setup -q -n jsoup-jsoup-%{version}%{?vertag} +%setup -q -n %{name}-%{name}-%{version} + %pom_remove_plugin :animal-sniffer-maven-plugin +%pom_remove_plugin :maven-javadoc-plugin %build %mvn_build @@ -57,6 +59,9 @@ API documentation for %{name}. %license LICENSE %changelog +* Mon Apr 18 2016 Michael Simacek - 1.9.1-1 +- Update to upstream version 1.9.1 + * Thu Feb 04 2016 Fedora Release Engineering - 1.8.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 64b81e1..5ff4771 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9eeb6bbac2f897981e6adf5b6f00d296 jsoup-1.8.3.tar.gz +1d7a38bb0d00fcc4f5e1af35ffc88138 jsoup-1.9.1.tar.gz