Update to upstream version 1.9.1
This commit is contained in:
parent
0326dcca33
commit
6fe77223a1
3 changed files with 6 additions and 2 deletions
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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
7874bb9e6dfc9af183cbaf5f579c29ea commons-beanutils-1.9.0-src.tar.gz
|
||||
b30dd2ddaac6fe68ae0fba3db082340e commons-beanutils-1.9.1-src.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue