Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2023-12-28 22:54:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and      /work/SRC/openSUSE:Factory/.bcel.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcel"

Thu Dec 28 22:54:28 2023 rev:33 rq:1135234 version:6.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcel/bcel.changes        2023-09-01 
14:18:58.975743950 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new.28375/bcel.changes     2023-12-28 
22:54:30.843205717 +0100
@@ -1,0 +2,67 @@
+Sat Dec 23 11:24:26 UTC 2023 - Anton Shvetz <shvetz.an...@gmail.com>
+
+- Update to version 6.8.0
+  * 6.8.0 (2023-12-08) Maintenance and bug fix release.
+    + New features:
+      ~ Add and use InvalidMethodSignatureException extending
+        ClassFormatException.
+      ~ Increase code coverage in Class2HTMLTestCase with new test
+        input Java4Example #186.
+      ~ Add verifier tests on some opcodes #180.
+      ~ Added signature test cases for class/method, and bad
+        signatures #182.
+      ~ Add Const.MAJOR_20.
+      ~ Add Const.MINOR_20.
+      ~ Add Const.MAJOR_21.
+      ~ Add Const.MINOR_21.
+      ~ [Bcelifier] stackmap support to pass JDK verifier #177.
+      ~ Fix SpotBugs [ERROR] Class org.apache.bcel.util.ClassVector
+        defines non-transient non-serializable instance field vec
+        [org.apache.bcel.util.ClassVector] In ClassVector.java
+        SE_BAD_FIELD.
+      ~ Fix SpotBugs [ERROR] Switch statement found in
+        
org.apache.bcel.util.BCELFactory.visitAllocationInstruction(AllocationInstruction)
+        where one case falls through to the next case
+        [org.apache.bcel.util.BCELFactory,
+        org.apache.bcel.util.BCELFactory] At
+        BCELFactory.java:[lines 188-191]Another occurrence at
+        BCELFactory.java:[lines 192-196] SF_SWITCH_FALLTHROUGH.
+    + Fixed bugs:
+      ~ When parsing an class with an invalid constant reference,
+        ensure ClassParser.parse() throws ClassFormatException, not
+        NullPointerException.
+      ~ Ensure that references to a constant pool entry with index
+        zero trigger a ClassFormatException, not a
+        NullPointerException.
+      ~ Ensure that references to the unused constant pool entry
+        after a long/double entry triggers a ClassFormatException,
+        not a NullPointerException.
+      ~ Test and coverage of InstructionFactory #190.
+      ~ Verifier: test and coverage for SWAP instruction #188.
+      ~ Exception parsing Kotlin class with 'fun `method name with
+        () in it`()' #205.
+      ~ Fix null pointers in AnnotationEntry #213.
+      ~ Field not found, search field in both super class and
+        implemented interfaces (5x duplicated code to find field by
+        name and type is refactored to a new method and now
+        supports package-private) #181.
+      ~ BCEL-366: Use alternative name for broken classes under
+        test #220.
+      ~ BCEL-367: Fixes java.lang.IndexOutOfBoundsException for
+        ATHROW on empty stack #223.
+      ~ BCEL-368: Fixes java.lang.StackOverflowError in
+        Select#toString(boolean) #229.
+      ~ Fix for type.getType(...) use on non-signature type names
+        #221.
+      ~ Fix EmptyVisitorTestCase on Java 21.
+    + Changes:
+      ~ Bump commons-parent from 54 to 65 #189, #198, #222.
+      ~ Bump jna.version from 5.12.1 to 5.13.0 #203.
+      ~ Bump kotlin-stdlib from 1.8.10 to 1.9.21 #217, #219, #227,
+        #231, #235, #245, #247.
+      ~ Bump commons-io from 2.11.0 to 2.15.1.
+      ~ Bump commons-lang3 from 3.12.0 to 3.14.0.
+      ~ Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to
+        3.1.1 #246.
+
+-------------------------------------------------------------------

Old:
----
  bcel-6.7.0-src.tar.gz

New:
----
  bcel-6.8.0-src.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bcel.spec ++++++
--- /var/tmp/diff_new_pack.PDhyQe/_old  2023-12-28 22:54:31.467228497 +0100
+++ /var/tmp/diff_new_pack.PDhyQe/_new  2023-12-28 22:54:31.467228497 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           bcel
-Version:        6.7.0
+Version:        6.8.0
 Release:        0
 Summary:        Byte Code Engineering Library
 License:        Apache-2.0

++++++ bcel-6.7.0-src.tar.gz -> bcel-6.8.0-src.tar.gz ++++++
++++ 10710 lines of diff (skipped)

++++++ bcel-build.xml ++++++
--- /var/tmp/diff_new_pack.PDhyQe/_old  2023-12-28 22:54:31.863242954 +0100
+++ /var/tmp/diff_new_pack.PDhyQe/_new  2023-12-28 22:54:31.867243101 +0100
@@ -10,8 +10,8 @@
 
   <property name="project.groupId" value="org.apache.bcel"/>
   <property name="project.artifactId" value="bcel"/>
-  <property name="project.version" value="6.7.0"/>
-  <property name="spec.version" value="6.7"/>
+  <property name="project.version" value="6.8.0"/>
+  <property name="spec.version" value="6.8"/>
 
   <property name="compiler.source" value="1.8"/>
   <property name="compiler.target" value="${compiler.source}"/>

Reply via email to