Compare commits
No commits in common. "c8-beta-stream-201801" and "c8-stream-201902" have entirely different histories.
c8-beta-st
...
c8-stream-
@ -1 +1 @@
|
|||||||
57626ba516f8e87df06f06a5d816015c3a03bcd9 SOURCES/RELEASE_3_2_4.tar.gz
|
1aa7db759071fdc0b72475d88cd8cc13db0fa5ca SOURCES/RELEASE_3_3_0.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/RELEASE_3_2_4.tar.gz
|
SOURCES/RELEASE_3_3_0.tar.gz
|
||||||
|
24
SOURCES/0001-Remove-unused-import.patch
Normal file
24
SOURCES/0001-Remove-unused-import.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 912eaec202f33f8a0a9832bb3551674b6788e7f0 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Mikolaj Izdebski <mizdebsk@redhat.com>
|
||||||
|
Date: Tue, 5 Nov 2019 08:47:50 +0100
|
||||||
|
Subject: [PATCH] Remove unused import
|
||||||
|
|
||||||
|
---
|
||||||
|
cglib/src/main/java/net/sf/cglib/reflect/MethodDelegate.java | 1 -
|
||||||
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/cglib/src/main/java/net/sf/cglib/reflect/MethodDelegate.java b/cglib/src/main/java/net/sf/cglib/reflect/MethodDelegate.java
|
||||||
|
index e7de82b..1f1f744 100644
|
||||||
|
--- a/cglib/src/main/java/net/sf/cglib/reflect/MethodDelegate.java
|
||||||
|
+++ b/cglib/src/main/java/net/sf/cglib/reflect/MethodDelegate.java
|
||||||
|
@@ -17,7 +17,6 @@ package net.sf.cglib.reflect;
|
||||||
|
|
||||||
|
import java.lang.reflect.*;
|
||||||
|
import java.security.ProtectionDomain;
|
||||||
|
-import net.sf.cglib.*;
|
||||||
|
import net.sf.cglib.core.*;
|
||||||
|
import org.objectweb.asm.ClassVisitor;
|
||||||
|
import org.objectweb.asm.Type;
|
||||||
|
--
|
||||||
|
2.21.0
|
||||||
|
|
@ -1,22 +1,23 @@
|
|||||||
%global tarball_name RELEASE_3_2_4
|
%global tarball_name RELEASE_%(echo '%{version}' | tr . _)
|
||||||
|
|
||||||
Name: cglib
|
Name: cglib
|
||||||
Version: 3.2.4
|
Version: 3.3.0
|
||||||
Release: 7%{?dist}
|
Release: 2%{?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
|
||||||
Source0: https://github.com/cglib/cglib/archive/%{tarball_name}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Source0: https://github.com/cglib/cglib/archive/%{tarball_name}.tar.gz
|
||||||
|
|
||||||
|
Patch0: 0001-Remove-unused-import.patch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: maven-plugin-bundle
|
|
||||||
BuildRequires: javapackages-local
|
|
||||||
BuildRequires: mvn(org.apache.ant:ant)
|
BuildRequires: mvn(org.apache.ant:ant)
|
||||||
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.ow2.asm:asm)
|
BuildRequires: mvn(org.ow2.asm:asm)
|
||||||
BuildRequires: mvn(junit:junit)
|
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,6 +33,7 @@ Documentation for the cglib code generation library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{tarball_name}
|
%setup -q -n %{name}-%{tarball_name}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%pom_disable_module cglib-nodep
|
%pom_disable_module cglib-nodep
|
||||||
%pom_disable_module cglib-integration-test
|
%pom_disable_module cglib-integration-test
|
||||||
@ -54,12 +56,12 @@ Documentation for the cglib code generation library.
|
|||||||
%pom_remove_plugin org.apache.maven.plugins:maven-jarsigner-plugin cglib-sample
|
%pom_remove_plugin org.apache.maven.plugins:maven-jarsigner-plugin cglib-sample
|
||||||
%pom_remove_plugin -r :maven-javadoc-plugin
|
%pom_remove_plugin -r :maven-javadoc-plugin
|
||||||
|
|
||||||
%pom_xpath_inject "pom:dependency[pom:artifactId='ant']" "<optional>true</optional>" cglib
|
|
||||||
|
|
||||||
%mvn_alias :cglib "net.sf.cglib:cglib" "cglib:cglib-full" "cglib:cglib-nodep" "org.sonatype.sisu.inject:cglib"
|
%mvn_alias :cglib "net.sf.cglib:cglib" "cglib:cglib-full" "cglib:cglib-nodep" "org.sonatype.sisu.inject:cglib"
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
# 5 tests fail with OpenJDK 11
|
||||||
|
# Forwarded upstream: https://github.com/cglib/cglib/issues/119
|
||||||
|
%mvn_build -f
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -71,6 +73,27 @@ Documentation for the cglib code generation library.
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-2
|
||||||
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
* Thu Aug 15 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.0-1
|
||||||
|
- Update to upstream version 3.3.0
|
||||||
|
|
||||||
|
* Thu Jun 27 2019 Marian Koncek <mkoncek@redhat.com> - 3.2.12-1
|
||||||
|
- Update to upstream version 3.2.12
|
||||||
|
|
||||||
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.9-3
|
||||||
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.9-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4-7
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user