update to version 1.12.1
This commit is contained in:
parent
afe14b9d55
commit
b8353068c2
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/jsoup-1.6.1.tar.xz
|
||||
/jsoup-jsoup-1.7.2.tar.gz
|
||||
/jsoup-1.8.1.a.tar.gz
|
||||
@ -11,3 +14,4 @@
|
||||
/jsoup-1.11.1.tar.gz
|
||||
/jsoup-1.11.2.tar.gz
|
||||
/jsoup-1.11.3.tar.gz
|
||||
/jsoup-1.12.1.tar.gz
|
||||
|
12
jsoup.spec
12
jsoup.spec
@ -1,16 +1,18 @@
|
||||
Name: jsoup
|
||||
Version: 1.11.3
|
||||
Release: 5%{?dist}
|
||||
Summary: Java library for working with real-world HTML
|
||||
Version: 1.12.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
||||
URL: http://jsoup.org/
|
||||
BuildArch: noarch
|
||||
|
||||
# ./generate-tarball.sh
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
# The sources contain non-free scraped web pages as test data
|
||||
Source1: generate-tarball.sh
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
|
||||
@ -60,6 +62,9 @@ API documentation for %{name}.
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Oct 20 2019 Fabio Valentini <decathorpe@gmail.com> - 1.12.1-1
|
||||
- Update to version 1.12.1.
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
@ -156,3 +161,4 @@ API documentation for %{name}.
|
||||
|
||||
* Fri Jul 22 2011 Jaromir Capik <jcapik@redhat.com> - 1.6.1-1
|
||||
- Initial package
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jsoup-1.11.3.tar.gz) = d7a980a180a42708c4860f0df085f37831d94ce17e57be0333b6315b25cac3c94b1e965e97eae6e70786aee8263e843d746905b98919eba512c0a9bf67de41b9
|
||||
SHA512 (jsoup-1.12.1.tar.gz) = 7221af6033edc1876e265d6cf07958a0a5b1fa029a3c1a0e0ae594daed0fc3f1cc4d6c1bf1b23252f15bdddb133f3b5260396e776cf5ea32295694ae2c170c5b
|
||||
|
Loading…
Reference in New Issue
Block a user