From 98c0fee85ddcb0ff2c97ac1994fb709340de9d23 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Mon, 12 Aug 2013 14:47:29 +0300 Subject: [PATCH] Update to latest upstream. --- .gitignore | 1 + jsoup.spec | 14 ++++++++------ sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c3af04a..1774296 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jsoup-1.6.1.tar.xz +/jsoup-jsoup-1.7.2.tar.gz diff --git a/jsoup.spec b/jsoup.spec index 2cfdb63..4669d2f 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -1,6 +1,6 @@ Name: jsoup -Version: 1.6.1 -Release: 8%{?dist} +Version: 1.7.2 +Release: 1%{?dist} Summary: Java library for working with real-world HTML Group: Development/Libraries @@ -8,9 +8,8 @@ License: MIT URL: http://%{name}.org/ -# git clone git://github.com/jhy/jsoup -# git archive --prefix="jsoup-1.6.1/" --format=tar jsoup-1.6.1 | xz > jsoup-1.6.1.tar.xz -Source0: %{name}-%{version}.tar.xz +# https://github.com/jhy/jsoup/archive/jsoup-1.7.2.tar.gz +Source0: jsoup-jsoup-1.7.2.tar.gz BuildArch: noarch @@ -55,7 +54,7 @@ Requires: jpackage-utils API documentation for %{name}. %prep -%setup -q +%setup -q -n jsoup-jsoup-%{version} %build mvn-rpmbuild install javadoc:aggregate @@ -84,6 +83,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %doc %{_javadocdir}/%{name} %changelog +* Mon Aug 12 2013 Alexander Kurtakov 1.7.2-1 +- Update to latest upstream. + * Sat Aug 03 2013 Fedora Release Engineering - 1.6.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 04088c5..2c86864 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e3a0bbf7a810fad91fb561846e27792 jsoup-1.6.1.tar.xz +8e18bd5cfe0da024a477b882fc7036de jsoup-jsoup-1.7.2.tar.gz