Update to upstream version 3.2

This commit is contained in:
Mikolaj Izdebski 2014-01-02 14:26:00 +01:00
parent e9ecd4f5ca
commit 278001a9ec
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -2,8 +2,8 @@
%global short_name commons-%{base_name}3 %global short_name commons-%{base_name}3
Name: apache-%{short_name} Name: apache-%{short_name}
Version: 3.1 Version: 3.2
Release: 7%{?dist} Release: 1%{?dist}
Summary: Provides a host of helper utilities for the java.lang API Summary: Provides a host of helper utilities for the java.lang API
License: ASL 2.0 License: ASL 2.0
URL: http://commons.apache.org/%{base_name} URL: http://commons.apache.org/%{base_name}
@ -58,6 +58,9 @@ Summary: API documentation for %{name}
%doc LICENSE.txt NOTICE.txt %doc LICENSE.txt NOTICE.txt
%changelog %changelog
* Thu Jan 2 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2-1
- Update to upstream version 3.2
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-7 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
b74a927ff2f8d39d7e2da362fa8ca655 commons-lang3-3.1-src.tar.gz fdfbdd64080b16e421fd28e9c5fef675 commons-lang3-3.2-src.tar.gz