Update to upstream version 1.9.1
This commit is contained in:
parent
0326dcca33
commit
6fe77223a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
commons-beanutils-1.8.3-src.tar.gz
|
||||
/commons-beanutils-1.9.0-src.tar.gz
|
||||
/commons-beanutils-1.9.1-src.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.9.0
|
||||
Version: 1.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
|
||||
License: ASL 2.0
|
||||
@ -65,6 +65,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Jan 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.1-1
|
||||
- Update to upstream version 1.9.1
|
||||
|
||||
* Mon Jan 6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.0-1
|
||||
- Update to upstream version 1.9.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user