[jsoup] Update to upstream version 1.8.1

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Feb 18 13:13:27 UTC 2015


commit a83ebd6680e7e26508f59883c9ac1f7e240a954a
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Feb 18 14:12:56 2015 +0100

    Update to upstream version 1.8.1

 jsoup.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/jsoup.spec b/jsoup.spec
index 7652be5..fcd73eb 100644
--- a/jsoup.spec
+++ b/jsoup.spec
@@ -1,13 +1,14 @@
+%global vertag .a
+
 Name:           jsoup
-Version:        1.7.2
-Release:        4%{?dist}
+Version:        1.8.1
+Release:        1%{?vertag}%{?dist}
 Summary:        Java library for working with real-world HTML
 License:        MIT
 URL:            http://%{name}.org/
 BuildArch:      noarch
 
-# https://github.com/jhy/jsoup/archive/jsoup-1.7.2.tar.gz
-Source0:        jsoup-jsoup-1.7.2.tar.gz
+Source0:        https://github.com/jhy/jsoup/archive/jsoup-%{version}%{?vertag}.tar.gz
 
 BuildRequires:  maven-local
 BuildRequires:  mvn(junit:junit)
@@ -41,7 +42,8 @@ Summary:        Javadoc for %{name}
 API documentation for %{name}.
 
 %prep
-%setup -q -n jsoup-jsoup-%{version}
+%setup -q -n jsoup-jsoup-%{version}%{?vertag}
+%pom_remove_plugin :animal-sniffer-maven-plugin
 
 %build
 %mvn_build
@@ -56,6 +58,9 @@ API documentation for %{name}.
 %doc LICENSE
 
 %changelog
+* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.8.1-1
+- Update to upstream version 1.8.1
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list