Update to upstream version 1.9.1

This commit is contained in:
Michael Simacek 2016-04-18 14:26:07 +02:00
parent 9d0a011685
commit 1930557b59
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <msimacek@redhat.com> - 1.9.1-1
- Update to upstream version 1.9.1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
9eeb6bbac2f897981e6adf5b6f00d296 jsoup-1.8.3.tar.gz
1d7a38bb0d00fcc4f5e1af35ffc88138 jsoup-1.9.1.tar.gz