Update to latest upstream release for ASM 7 support
This commit is contained in:
parent
a94035e36e
commit
eaa247160e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ cglib-src-2.2.jar
|
|||||||
/cglib-3.1.pom
|
/cglib-3.1.pom
|
||||||
/RELEASE_3_2_4.tar.gz
|
/RELEASE_3_2_4.tar.gz
|
||||||
/cglib-RELEASE_3_2_4
|
/cglib-RELEASE_3_2_4
|
||||||
|
/RELEASE_3_2_9.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global tarball_name RELEASE_3_2_4
|
%global tarball_name RELEASE_3_2_9
|
||||||
|
|
||||||
Name: cglib
|
Name: cglib
|
||||||
Version: 3.2.4
|
Version: 3.2.9
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Code Generation Library for Java
|
Summary: Code Generation Library for Java
|
||||||
# ASM MethodVisitor is based on ASM code and therefore
|
# ASM MethodVisitor is based on ASM code and therefore
|
||||||
# BSD-licensed. Everything else is ASL 2.0.
|
# BSD-licensed. Everything else is ASL 2.0.
|
||||||
@ -71,6 +71,9 @@ Documentation for the cglib code generation library.
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 29 2018 Mat Booth <mat.booth@redhat.com> - 3.2.9-1
|
||||||
|
- Update to latest upstream release for ASM 7 support
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4-8
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user