update to 3.1

This commit is contained in:
gil 2012-05-16 11:49:57 +02:00 committed by Stanislav Ochotnicky
parent ab9c9ba65b
commit 6fd296837f
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/commons-lang3-3.0.1-src.tar.gz
/commons-lang3-3.1-src.tar.gz

View File

@ -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 <puntogil@libero.it> - 3.1-1
- update to 3.1
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
6d39fa5eceaabc46f0a088cdc305c4d6 commons-lang3-3.0.1-src.tar.gz
b74a927ff2f8d39d7e2da362fa8ca655 commons-lang3-3.1-src.tar.gz