Update to latest upstream (2.1).

This commit is contained in:
Alexander Kurtakov 2011-12-07 12:24:25 +02:00
parent 8a6698f037
commit edec7c914e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
commons-io-1.4-src.tar.gz commons-io-1.4-src.tar.gz
/commons-io-2.0-src.tar.gz /commons-io-2.0-src.tar.gz
/commons-io-2.0.1-src.tar.gz /commons-io-2.0.1-src.tar.gz
commons-io-2.1-src.tar.gz

View File

@ -2,8 +2,8 @@
%global short_name commons-%{base_name} %global short_name commons-%{base_name}
Name: apache-%{short_name} Name: apache-%{short_name}
Version: 2.0.1 Version: 2.1
Release: 3%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
Summary: Utilities to assist with developing IO functionality Summary: Utilities to assist with developing IO functionality
License: ASL 2.0 License: ASL 2.0
@ -81,6 +81,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
%doc %{_javadocdir}/%{name} %doc %{_javadocdir}/%{name}
%changelog %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 * Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:2.0.1-3
- Fix build with maven3 - Fix build with maven3
- Use new add_maven_depmap macro - Use new add_maven_depmap macro

View File

@ -1 +1 @@
0bbe5b7a91f73ea8cc9a18e891732597 commons-io-2.0.1-src.tar.gz 603b7c2205d48ab99774e669a4baa8f7 commons-io-2.1-src.tar.gz