From 7ccaa25ee8b0cc4bab65878e7ec4e7b2ebc54e40 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Apr 14 2015 18:47:10 +0000 Subject: Update to upstream version 1.8.2 --- diff --git a/.gitignore b/.gitignore index 50750fc..e1ef930 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /jsoup-1.6.1.tar.xz /jsoup-jsoup-1.7.2.tar.gz /jsoup-1.8.1.a.tar.gz +/jsoup-1.8.2.tar.gz diff --git a/jsoup.spec b/jsoup.spec index fcd73eb..e0af4e9 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -1,8 +1,6 @@ -%global vertag .a - Name: jsoup -Version: 1.8.1 -Release: 1%{?vertag}%{?dist} +Version: 1.8.2 +Release: 1%{?dist} Summary: Java library for working with real-world HTML License: MIT URL: http://%{name}.org/ @@ -52,12 +50,16 @@ API documentation for %{name}. %mvn_install %files -f .mfiles -%doc LICENSE README CHANGES +%doc README CHANGES +%license LICENSE %files javadoc -f .mfiles-javadoc -%doc LICENSE +%license LICENSE %changelog +* Tue Apr 14 2015 Mikolaj Izdebski - 1.8.2-1 +- Update to upstream version 1.8.2 + * Mon Sep 29 2014 Mikolaj Izdebski - 1.8.1-1 - Update to upstream version 1.8.1 diff --git a/sources b/sources index d330752..fa0ac0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5dc05d64907e5b85f7d891b103969425 jsoup-1.8.1.a.tar.gz +2ba0863083db21f9c06289d44f16d382 jsoup-1.8.2.tar.gz