Update to upstream version 1.11.1
This commit is contained in:
parent
291d67fd21
commit
fbf02cd3f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/jsoup-1.10.1.tar.gz
|
/jsoup-1.10.1.tar.gz
|
||||||
/jsoup-1.10.2.tar.gz
|
/jsoup-1.10.2.tar.gz
|
||||||
/jsoup-1.10.3.tar.gz
|
/jsoup-1.10.3.tar.gz
|
||||||
|
/jsoup-1.11.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: jsoup
|
Name: jsoup
|
||||||
Version: 1.10.3
|
Version: 1.11.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java library for working with real-world HTML
|
Summary: Java library for working with real-world HTML
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://jsoup.org/
|
URL: http://jsoup.org/
|
||||||
@ -13,6 +13,8 @@ BuildRequires: mvn(com.google.code.gson:gson)
|
|||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
|
BuildRequires: mvn(org.eclipse.jetty:jetty-server)
|
||||||
|
BuildRequires: mvn(org.eclipse.jetty:jetty-servlet)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
jsoup is a Java library for working with real-world HTML.
|
jsoup is a Java library for working with real-world HTML.
|
||||||
@ -60,6 +62,9 @@ API documentation for %{name}.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 06 2017 Michael Simacek <msimacek@redhat.com> - 1.11.1-1
|
||||||
|
- Update to upstream version 1.11.1
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.3-2
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (jsoup-1.10.3.tar.gz) = 59f807703297ddd79eaaac553314e8ef4219feef8ea8ea4e93a9dff196fda4e5e209948087e9cd048901ab53935effc3e4458bfbeb6a935a43231c2cdf9d7c31
|
SHA512 (jsoup-1.11.1.tar.gz) = 704d5b317bfe2f7caeb47906ef394edae071f83aa88848a0cb882a9393977eafc9a4e333387d9633828b8a06ec72c3859e3c2ba76362d304fd763d4a7b8d8514
|
||||||
|
Loading…
Reference in New Issue
Block a user