Update to upstream version 1.10.1

This commit is contained in:
Michael Simacek 2016-11-02 14:24:01 +01:00
parent 7ef968785c
commit 17f3f1a574
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/jsoup-1.8.3.tar.gz
/jsoup-1.9.1.tar.gz
/jsoup-1.9.2.tar.gz
/jsoup-1.10.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: jsoup
Version: 1.9.2
Version: 1.10.1
Release: 1%{?dist}
Summary: Java library for working with real-world HTML
License: MIT
@ -9,6 +9,7 @@ BuildArch: noarch
Source0: https://github.com/jhy/%{name}/archive/%{name}-%{version}.tar.gz
BuildRequires: maven-local
BuildRequires: mvn(com.google.code.gson:gson)
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
@ -59,6 +60,9 @@ API documentation for %{name}.
%license LICENSE
%changelog
* Wed Nov 02 2016 Michael Simacek <msimacek@redhat.com> - 1.10.1-1
- Update to upstream version 1.10.1
* Tue May 24 2016 Michael Simacek <msimacek@redhat.com> - 1.9.2-1
- Update to upstream version 1.9.2

View File

@ -1 +1 @@
c25089b63a5e1c91c14cbc65da641a13 jsoup-1.9.2.tar.gz
0c0987252a7e79756113efd8cb0aa98c jsoup-1.10.1.tar.gz