diff --git a/.gitignore b/.gitignore index cb46a7b..80a857f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /commons-lang3-3.2.1-src.tar.gz /commons-lang3-3.3-src.tar.gz /commons-lang3-3.3.1-src.tar.gz +/commons-lang3-3.3.2-src.tar.gz diff --git a/apache-commons-lang3.spec b/apache-commons-lang3.spec index fcb859c..19af5d8 100644 --- a/apache-commons-lang3.spec +++ b/apache-commons-lang3.spec @@ -2,8 +2,8 @@ %global short_name commons-%{base_name}3 Name: apache-%{short_name} -Version: 3.3.1 -Release: 2%{?dist} +Version: 3.3.2 +Release: 1%{?dist} Summary: Provides a host of helper utilities for the java.lang API License: ASL 2.0 URL: http://commons.apache.org/%{base_name} @@ -62,6 +62,9 @@ Summary: API documentation for %{name} %doc LICENSE.txt NOTICE.txt %changelog +* Mon Apr 14 2014 Mikolaj Izdebski - 3.3.2-1 +- Update to upstream version 3.3.2 + * Thu Mar 20 2014 Mikolaj Izdebski - 3.3.1-2 - Disable test failing on PPC64LE diff --git a/sources b/sources index fcf5e38..6cd49dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ab049135b2d15313da5d9f0656894a1 commons-lang3-3.3.1-src.tar.gz +f57f8098c3f5cc54284100f3d6fa68d0 commons-lang3-3.3.2-src.tar.gz