From 17f3f1a574c09433fad14b44b40960bb2fe6eab8 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Wed, 2 Nov 2016 14:24:01 +0100 Subject: [PATCH] Update to upstream version 1.10.1 --- .gitignore | 1 + jsoup.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 85e0279..f76864b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/jsoup.spec b/jsoup.spec index 9ad8a20..191826d 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -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 - 1.10.1-1 +- Update to upstream version 1.10.1 + * Tue May 24 2016 Michael Simacek - 1.9.2-1 - Update to upstream version 1.9.2 diff --git a/sources b/sources index 5d68118..c057600 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c25089b63a5e1c91c14cbc65da641a13 jsoup-1.9.2.tar.gz +0c0987252a7e79756113efd8cb0aa98c jsoup-1.10.1.tar.gz