diff --git a/.gitignore b/.gitignore index 53101a3..03f5790 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /commons-lang3-3.0.1-src.tar.gz +/commons-lang3-3.1-src.tar.gz diff --git a/apache-commons-lang3.spec b/apache-commons-lang3.spec index 0851ad2..722d95f 100644 --- a/apache-commons-lang3.spec +++ b/apache-commons-lang3.spec @@ -3,8 +3,8 @@ %global short_name commons-%{base_name}3 Name: apache-%{short_name} -Version: 3.0.1 -Release: 2%{?dist} +Version: 3.1 +Release: 1%{?dist} Summary: Provides a host of helper utilities for the java.lang API License: ASL 2.0 Group: Development/Libraries @@ -19,7 +19,10 @@ BuildRequires: maven BuildRequires: apache-commons-parent BuildRequires: apache-commons-io BuildRequires: junit4 -BuildRequires: easymock2 +BuildRequires: easymock3 +BuildRequires: maven-antrun-plugin +BuildRequires: maven-plugin-bundle +BuildRequires: maven-resources-plugin BuildRequires: maven-surefire-provider-junit4 Requires: java >= 1:1.6.0 @@ -85,6 +88,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %doc %{_javadocdir}/%{name} %changelog +* Wed May 16 2012 gil cattaneo - 3.1-1 +- update to 3.1 + * Thu Jan 12 2012 Fedora Release Engineering - 3.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 9d08ef9..335db55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d39fa5eceaabc46f0a088cdc305c4d6 commons-lang3-3.0.1-src.tar.gz +b74a927ff2f8d39d7e2da362fa8ca655 commons-lang3-3.1-src.tar.gz