Update to latest upstream (2.1).
This commit is contained in:
parent
8a6698f037
commit
edec7c914e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
commons-io-1.4-src.tar.gz
|
||||
/commons-io-2.0-src.tar.gz
|
||||
/commons-io-2.0.1-src.tar.gz
|
||||
commons-io-2.1-src.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 2.0.1
|
||||
Release: 3%{?dist}
|
||||
Version: 2.1
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Utilities to assist with developing IO functionality
|
||||
License: ASL 2.0
|
||||
@ -81,6 +81,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
||||
%doc %{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Dec 7 2011 Alexander Kurtakov <akurtako@redhat.com> 1:2.1-1
|
||||
- Update to latest upstream (2.1).
|
||||
|
||||
* Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:2.0.1-3
|
||||
- Fix build with maven3
|
||||
- Use new add_maven_depmap macro
|
||||
|
Loading…
Reference in New Issue
Block a user