update to version 1.13.1
This commit is contained in:
parent
91e416a1e2
commit
5368baa2aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/jsoup-1.11.2.tar.gz
|
/jsoup-1.11.2.tar.gz
|
||||||
/jsoup-1.11.3.tar.gz
|
/jsoup-1.11.3.tar.gz
|
||||||
/jsoup-1.12.1.tar.gz
|
/jsoup-1.12.1.tar.gz
|
||||||
|
/jsoup-1.13.1.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: jsoup
|
Name: jsoup
|
||||||
Summary: Java library for working with real-world HTML
|
Summary: Java library for working with real-world HTML
|
||||||
Version: 1.12.1
|
Version: 1.13.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
URL: http://jsoup.org/
|
URL: http://jsoup.org/
|
||||||
@ -46,6 +46,7 @@ API documentation for %{name}.
|
|||||||
%setup -q -n %{name}-%{name}-%{version}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
|
|
||||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||||
|
%pom_remove_plugin :maven-failsafe-plugin
|
||||||
%pom_remove_plugin :maven-javadoc-plugin
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -62,6 +63,9 @@ API documentation for %{name}.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 14 2020 Fabio Valentini <decathorpe@gmail.com> - 1.13.1-1
|
||||||
|
- Update to version 1.13.1.
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-2
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (jsoup-1.12.1.tar.gz) = 7221af6033edc1876e265d6cf07958a0a5b1fa029a3c1a0e0ae594daed0fc3f1cc4d6c1bf1b23252f15bdddb133f3b5260396e776cf5ea32295694ae2c170c5b
|
SHA512 (jsoup-1.13.1.tar.gz) = e8b0b123a6fada1e62ee4d11b01aad82fddbf7704be63ee475a9c49096469c7307f5724f3ceb9cdc2a1e0bbac2873cd3b4322ab13c98515df9c94249fd913896
|
||||||
|
Loading…
Reference in New Issue
Block a user