Update to upstream version 1.8.2
This commit is contained in:
parent
4bd084bc3c
commit
7ccaa25ee8
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
14
jsoup.spec
14
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user