forked from pool/javassist
Accepting request 978739 from home:david.anes:branches:Java:packages
- Requires java >= 1.8 - Rebased patches: * javassist-osgi.patch - Version update to 3.29.0: * removes an unused import declaration as PR 384 mentions. * Merge pull request #382 from tim-hoffman/PR_RemoveStringBuffer * Merge pull request #383 from tim-hoffman/PR_ArrayCopyPerformance * uncomments test code suggested by PR405 * cancels PR#391, which does not pass all the tests * fixes a wrong indentation * Merge pull request #391 from derklaro/fix-method-naming-syntax * does refactoring * fixes a bug in SignatureAttribute.renameClass(). * fixs a compilation problem although one test still fails. * Merge pull request #299 from pietrobraione/master * Merge branch 'master' into master * Merge pull request #278 from ximsfei/master * Merge pull request #390 from derklaro/master * changes test code because package java.rmi.activation.ActivationGroupDesc does not exist any longer. * deletes src/test/test2/*.class * Merge pull request #399 from carldea/master * Merge pull request #409 from aschleck/patch-1 * Remove redundant type check * Using TCK Tested JDK builds of OpenJDK * Merge pull request #395 from aburaksahin/master * Fix for NullPointerException on detach() * Only wrap the method name if the method doesn't come from the same decl class OBS-URL: https://build.opensuse.org/request/show/978739 OBS-URL: https://build.opensuse.org/package/show/Java:packages/javassist?expand=0&rev=33
This commit is contained in:
committed by
Git OBS Bridge
parent
1bc22c089e
commit
11468e3525
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package javassist
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2000-2005, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define tar_version rel_3_28_0_ga
|
||||
%define tar_version rel_3_29_0_ga
|
||||
Name: javassist
|
||||
Version: 3.28.0
|
||||
Version: 3.29.0
|
||||
Release: 0
|
||||
Summary: Java Programming Assistant: bytecode manipulation
|
||||
License: LGPL-2.1-or-later OR MPL-1.1
|
||||
@@ -85,7 +85,7 @@ for j in $(find . -name "*.jar"); do
|
||||
done
|
||||
|
||||
%build
|
||||
ant -Dant.build.javac.source=1.7 -Dant.build.javac.target=1.7 dist
|
||||
ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 dist
|
||||
|
||||
%install
|
||||
# jars
|
||||
|
Reference in New Issue
Block a user