Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package javassist for openSUSE:Factory 
checked in at 2022-10-10 18:44:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/javassist (Old)
 and      /work/SRC/openSUSE:Factory/.javassist.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "javassist"

Mon Oct 10 18:44:06 2022 rev:20 rq:1008160 version:3.29.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/javassist/javassist.changes      2022-08-18 
16:49:03.681431115 +0200
+++ /work/SRC/openSUSE:Factory/.javassist.new.2275/javassist.changes    
2022-10-10 18:44:27.758855754 +0200
@@ -1,0 +2,9 @@
+Tue Sep 20 16:10:40 UTC 2022 - David Anes <[email protected]>
+
+- Version update to 3.29.2:
+  * Include` Automatic-Module-Name in MANIFEST.MF
+
+- Rebased javassist-osgi.patch and corrected version numbers in
+  the patch.
+
+-------------------------------------------------------------------

Old:
----
  rel_3_29_1_ga.tar.gz

New:
----
  rel_3_29_2_ga.tar.gz

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

Other differences:
------------------
++++++ javassist.spec ++++++
--- /var/tmp/diff_new_pack.WNe04L/_old  2022-10-10 18:44:28.662857699 +0200
+++ /var/tmp/diff_new_pack.WNe04L/_new  2022-10-10 18:44:28.670857716 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define tar_version rel_3_29_1_ga
+%define tar_version rel_3_29_2_ga
 Name:           javassist
-Version:        3.29.1
+Version:        3.29.2
 Release:        0
 Summary:        Java Programming Assistant: bytecode manipulation
 License:        LGPL-2.1-or-later OR MPL-1.1

++++++ javassist-osgi.patch ++++++
--- /var/tmp/diff_new_pack.WNe04L/_old  2022-10-10 18:44:28.710857803 +0200
+++ /var/tmp/diff_new_pack.WNe04L/_new  2022-10-10 18:44:28.714857811 +0200
@@ -1,10 +1,8 @@
-Index: javassist-rel_3_29_1_ga/src/main/META-INF/MANIFEST.MF
+Index: javassist-rel_3_29_2_ga/src/main/META-INF/MANIFEST.MF
 ===================================================================
---- javassist-rel_3_29_1_ga.orig/src/main/META-INF/MANIFEST.MF
-+++ javassist-rel_3_29_1_ga/src/main/META-INF/MANIFEST.MF
-@@ -3,3 +3,50 @@ Specification-Vendor: Shigeru Chiba, www
- Specification-Version: 3.29.1-GA
- Main-Class: javassist.CtClass
+--- javassist-rel_3_29_2_ga.orig/src/main/META-INF/MANIFEST.MF
++++ javassist-rel_3_29_2_ga/src/main/META-INF/MANIFEST.MF
+@@ -1 +1,48 @@
  Automatic-Module-Name: org.javassist
 +Bundle-Description: Javassist (JAVA programming ASSISTant)
 + makes Java bytecode manipulation simple. It is a class
@@ -12,44 +10,44 @@
 +Bundle-License: http://www.mozilla.org/MPL/MPL-1.1.html,
 + http://www.gnu.org/licenses/lgpl-2.1.html,
 + http://www.apache.org/licenses/
-+Bundle-ManifestVersion: 2                                       
-+Bundle-Name: Javassist                               
-+Bundle-SymbolicName: javassist                               
-+Bundle-Vendor: Shigeru Chiba, www.javassist.org        
-+Bundle-Version: 3.29.1.GA                               
-+Export-Package: javassist;version="3.29.1.GA";
++Bundle-ManifestVersion: 2
++Bundle-Name: Javassist
++Bundle-SymbolicName: javassist
++Bundle-Vendor: Shigeru Chiba, www.javassist.org
++Bundle-Version: 3.29.2.GA
++Export-Package: javassist;version="3.29.2.GA";
 + uses:="javassist.bytecode,javassist.compiler,
 + javassist.compiler.ast,javassist.convert,javassist.expr",
-+ javassist.bytecode;version="3.29.1.GA";
++ javassist.bytecode;version="3.29.2.GA";
 + uses:="javassist,javassist.bytecode.annotation",
-+ javassist.bytecode.analysis;version="3.29.1.GA";
++ javassist.bytecode.analysis;version="3.29.2.GA";
 + uses:="javassist,javassist.bytecode,javassist.bytecode.stackmap",
-+ javassist.bytecode.annotation;version="3.29.1.GA";
++ javassist.bytecode.annotation;version="3.29.2.GA";
 + uses:="javassist,javassist.bytecode",
-+ javassist.bytecode.stackmap;version="3.29.1.GA";
++ javassist.bytecode.stackmap;version="3.29.2.GA";
 + uses:="javassist,javassist.bytecode",
-+ javassist.compiler;version="3.29.1.GA";
++ javassist.compiler;version="3.29.2.GA";
 + uses:="javassist,javassist.bytecode,javassist.compiler.ast",
-+ javassist.compiler.ast;version="3.29.1.GA";
++ javassist.compiler.ast;version="3.29.2.GA";
 + uses:="javassist,javassist.compiler",
-+ javassist.convert;version="3.29.1.GA";
++ javassist.convert;version="3.29.2.GA";
 + uses:="javassist,javassist.bytecode",
-+ javassist.expr;version="3.29.1.GA";
++ javassist.expr;version="3.29.2.GA";
 + uses:="javassist,javassist.bytecode",
-+ javassist.runtime;version="3.29.1.GA",
-+ javassist.scopedpool;version="3.29.1.GA";
++ javassist.runtime;version="3.29.2.GA",
++ javassist.scopedpool;version="3.29.2.GA";
 + uses:=javassist,
-+ javassist.tools;version="3.29.1.GA";
++ javassist.tools;version="3.29.2.GA";
 + uses:=javassist,
-+ javassist.tools.reflect;version="3.29.1.GA";
++ javassist.tools.reflect;version="3.29.2.GA";
 + uses:="javassist,javassist.bytecode",
-+ javassist.tools.rmi;version="3.29.1.GA";
++ javassist.tools.rmi;version="3.29.2.GA";
 + uses:="javassist,javassist.tools.web",
-+ javassist.tools.web;version="3.29.1.GA";
++ javassist.tools.web;version="3.29.2.GA";
 + uses:=javassist,
-+ javassist.util;version="3.29.1.GA";
++ javassist.util;version="3.29.2.GA";
 + uses:=javassist,
-+ javassist.util.proxy;version="3.29.1.GA";
++ javassist.util.proxy;version="3.29.2.GA";
 + uses:="javassist,javassist.bytecode"
 +Require-Capability: osgi.ee;
 + filter:="(&(osgi.ee=JavaSE)(version=1.7))"

++++++ rel_3_29_1_ga.tar.gz -> rel_3_29_2_ga.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/javassist-rel_3_29_1_ga/Changes.md 
new/javassist-rel_3_29_2_ga/Changes.md
--- old/javassist-rel_3_29_1_ga/Changes.md      2022-08-11 17:17:58.000000000 
+0200
+++ new/javassist-rel_3_29_2_ga/Changes.md      2022-09-13 23:19:11.000000000 
+0200
@@ -1,7 +1,13 @@
 ### Changes
 
+#### version 3.29.2 on September 14, 2022
+
+- GitHub Issue #427.
+
 #### version 3.29.1 on August 11, 2022
 
+* GitHub Issue #423.
+
 * `Readme.html` was deleted (GitHub Issue #414).
 
 #### version 3.29 on May 13, 2022
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/javassist-rel_3_29_1_ga/README.md 
new/javassist-rel_3_29_2_ga/README.md
--- old/javassist-rel_3_29_1_ga/README.md       2022-08-11 17:17:58.000000000 
+0200
+++ new/javassist-rel_3_29_2_ga/README.md       2022-09-13 23:19:11.000000000 
+0200
@@ -59,7 +59,7 @@
 
 The development of this software is sponsored in part by the PRESTO
 and CREST programs of [Japan
-Science and Technology Corporation](http://www.jst.go.jp/).
+Science and Technology Agency](http://www.jst.go.jp/).
 
 I'd like to thank Michiaki Tatsubori, Johan Cloetens,
 Philip Tomlinson, Alex Villazon, Pascal Rapicault, Dan HE, Eric Tanter,
@@ -75,7 +75,7 @@
 Brett Randall, Tsuyoshi Murakami, Nathan Meyers, Yoshiyuki Usui
 Yutaka Sunaga, Arjan van der Meer, Bruce Eckel, Guillaume Pothier,
 Kumar Matcha, Andreas Salathe, Renat Zubairov, Armin Haaf,
-Emmanuel Bernard, Jason T. Greene
+Emmanuel Bernard, Jason T. Greene, Omer Kaspi,
 and all other contributors for their contributions.
 
 by [Shigeru Chiba](https://github.com/chibash)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/javassist-rel_3_29_1_ga/build.xml 
new/javassist-rel_3_29_2_ga/build.xml
--- old/javassist-rel_3_29_1_ga/build.xml       2022-08-11 17:17:58.000000000 
+0200
+++ new/javassist-rel_3_29_2_ga/build.xml       2022-09-13 23:19:11.000000000 
+0200
@@ -6,7 +6,7 @@
 
 <project name="javassist" default="jar" basedir=".">
 
-  <property name="dist-version" value="javassist-3.29.1-GA"/>
+  <property name="dist-version" value="javassist-3.29.2-GA"/>
 
   <property environment="env"/>
   <property name="target.jar" value="javassist.jar"/>
Binary files old/javassist-rel_3_29_1_ga/javassist.jar and 
new/javassist-rel_3_29_2_ga/javassist.jar differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/javassist-rel_3_29_1_ga/pom.xml 
new/javassist-rel_3_29_2_ga/pom.xml
--- old/javassist-rel_3_29_1_ga/pom.xml 2022-08-11 17:17:58.000000000 +0200
+++ new/javassist-rel_3_29_2_ga/pom.xml 2022-09-13 23:19:11.000000000 +0200
@@ -7,7 +7,7 @@
        Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
     simple.  It is a class library for editing bytecodes in Java.
   </description>
-  <version>3.29.1-GA</version>
+  <version>3.29.2-GA</version>
   <name>Javassist</name>
   <url>http://www.javassist.org/</url>
 
@@ -183,6 +183,7 @@
               <mainClass>javassist.CtClass</mainClass>
               
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
             </manifest>
+            <manifestFile>src/main/META-INF/MANIFEST.MF</manifestFile>
           </archive>
         </configuration>
       </plugin>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/javassist-rel_3_29_1_ga/src/main/META-INF/MANIFEST.MF 
new/javassist-rel_3_29_2_ga/src/main/META-INF/MANIFEST.MF
--- old/javassist-rel_3_29_1_ga/src/main/META-INF/MANIFEST.MF   2022-08-11 
17:17:58.000000000 +0200
+++ new/javassist-rel_3_29_2_ga/src/main/META-INF/MANIFEST.MF   2022-09-13 
23:19:11.000000000 +0200
@@ -1,5 +1 @@
-Specification-Title: Javassist
-Specification-Vendor: Shigeru Chiba, www.javassist.org
-Specification-Version: 3.29.1-GA
-Main-Class: javassist.CtClass
 Automatic-Module-Name: org.javassist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/javassist-rel_3_29_1_ga/src/main/javassist/CtClass.java 
new/javassist-rel_3_29_2_ga/src/main/javassist/CtClass.java
--- old/javassist-rel_3_29_1_ga/src/main/javassist/CtClass.java 2022-08-11 
17:17:58.000000000 +0200
+++ new/javassist-rel_3_29_2_ga/src/main/javassist/CtClass.java 2022-09-13 
23:19:11.000000000 +0200
@@ -69,7 +69,7 @@
     /**
      * The version number of this release.
      */
-    public static final String version = "3.29.1-GA";
+    public static final String version = "3.29.2-GA";
 
     /**
      * Prints the version number and the copyright notice.

Reply via email to