diff --git a/.gitignore b/.gitignore index 1c29f50..bc26235 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/apache-commons-io.spec b/apache-commons-io.spec index 261d1d1..7af6dfa 100644 --- a/apache-commons-io.spec +++ b/apache-commons-io.spec @@ -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 1:2.1-1 +- Update to latest upstream (2.1). + * Thu Jun 23 2011 Stanislav Ochotnicky - 1:2.0.1-3 - Fix build with maven3 - Use new add_maven_depmap macro diff --git a/sources b/sources index 6a68baf..f0520c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0bbe5b7a91f73ea8cc9a18e891732597 commons-io-2.0.1-src.tar.gz +603b7c2205d48ab99774e669a4baa8f7 commons-io-2.1-src.tar.gz