[java-sig-commits] [apache-commons-io] Update to latest upstream (2.1).

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Dec 7 10:24:40 UTC 2011


commit f694ac1abb329df49e23a3409c7f82e5f6a81db9
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Wed Dec 7 12:24:25 2011 +0200

    Update to latest upstream (2.1).

 .gitignore             |    1 +
 apache-commons-io.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
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 <akurtako at redhat.com> 1:2.1-1
+- Update to latest upstream (2.1).
+
 * Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 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


More information about the java-sig-commits mailing list