Update to upstream version 1.9.3
This commit is contained in:
parent
25b5cd767e
commit
c0b0963b83
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ commons-beanutils-1.8.3-src.tar.gz
|
||||
/commons-beanutils-1.9.0-src.tar.gz
|
||||
/commons-beanutils-1.9.1-src.tar.gz
|
||||
/commons-beanutils-1.9.2-src.tar.gz
|
||||
/commons-beanutils-1.9.3-src.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.9.2
|
||||
Release: 5%{?dist}
|
||||
Version: 1.9.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/%{base_name}
|
||||
@ -54,6 +54,9 @@ sed -i 's/\r//' *.txt
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Nov 01 2016 Michael Simacek <msimacek@redhat.com> - 1.9.3-1
|
||||
- Update to upstream version 1.9.3
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user