Compare commits

...

No commits in common. 'i8c-stream-202201' and 'c9' have entirely different histories.

@ -4,23 +4,22 @@
Name: cglib Name: cglib
Version: 3.3.0 Version: 3.3.0
Release: 10%{?dist} Release: 6%{?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.
License: ASL 2.0 and BSD License: ASL 2.0 and BSD
URL: https://github.com/cglib/cglib URL: https://github.com/cglib/cglib
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
Source0: https://github.com/cglib/cglib/archive/%{tarball_name}.tar.gz Source0: https://github.com/cglib/cglib/archive/%{tarball_name}.tar.gz
Patch0: 0001-Remove-unused-import.patch Patch0: 0001-Remove-unused-import.patch
BuildRequires: maven-local
%if %{with bootstrap} %if %{with bootstrap}
BuildRequires: javapackages-bootstrap BuildRequires: javapackages-bootstrap
%else %else
BuildRequires: maven-local
BuildRequires: mvn(org.apache.ant:ant) BuildRequires: mvn(org.apache.ant:ant)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.ow2.asm:asm) BuildRequires: mvn(org.ow2.asm:asm)
@ -70,7 +69,7 @@ Documentation for the cglib code generation library.
%build %build
# 5 tests fail with OpenJDK 11 # 5 tests fail with OpenJDK 11
# Forwarded upstream: https://github.com/cglib/cglib/issues/119 # Forwarded upstream: https://github.com/cglib/cglib/issues/119
%mvn_build -f -- -Djava.version.source=1.7 -Djava.version.target=1.7 %mvn_build -f
%install %install
%mvn_install %mvn_install
@ -82,29 +81,15 @@ Documentation for the cglib code generation library.
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %changelog
* Tue May 07 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.3.0-10 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.3.0-6
- Rebuilt for MSVSphere 8.9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Feb 08 2024 Marián Konček <mkoncek@redhat.com> - 3.3.0-10
- Rebuild to regenerate auto-requires
* Mon Feb 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-9
- Rebuild to regenerate auto-requires
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.3.0-7
- Rebuilt for java-17-openjdk as system jdk
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-5 * Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-5
- Set explicit Java compiler source/target levels to 1.7 - Rebuild to workaround DistroBaker issue
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-4 * Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Bootstrap Maven for CentOS Stream 9
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-3 * Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-3
- Bootstrap build - Bootstrap build

Loading…
Cancel
Save