Update to upstream version 1.10.1
This commit is contained in:
parent
7ef968785c
commit
17f3f1a574
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user