Update to 2.3
This commit is contained in:
parent
b6ca0711ca
commit
3a52aa8daf
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ commons-io-1.4-src.tar.gz
|
||||
/commons-io-2.0.1-src.tar.gz
|
||||
commons-io-2.1-src.tar.gz
|
||||
/commons-io-2.2-src.tar.gz
|
||||
/commons-io-2.3-src.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 2.2
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Utilities to assist with developing IO functionality
|
||||
@ -70,6 +70,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
||||
%doc %{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Apr 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.3-1
|
||||
- Update to 2.3
|
||||
|
||||
* Wed Apr 4 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.2-1
|
||||
- Update to 2.2
|
||||
- Remove rpm bug workaround
|
||||
|
Loading…
Reference in New Issue
Block a user