Update to upstream version 1.8.2

This commit is contained in:
Mikolaj Izdebski 2015-04-14 20:47:10 +02:00
parent 4bd084bc3c
commit 7ccaa25ee8
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mizdebsk@redhat.com> - 1.8.2-1
- Update to upstream version 1.8.2
* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.1-1
- Update to upstream version 1.8.1

View File

@ -1 +1 @@
5dc05d64907e5b85f7d891b103969425 jsoup-1.8.1.a.tar.gz
2ba0863083db21f9c06289d44f16d382 jsoup-1.8.2.tar.gz