Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jboss-interceptors-1.2-api for 
openSUSE:Factory checked in at 2024-04-16 20:03:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jboss-interceptors-1.2-api (Old)
 and      /work/SRC/openSUSE:Factory/.jboss-interceptors-1.2-api.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jboss-interceptors-1.2-api"

Tue Apr 16 20:03:35 2024 rev:3 rq:1167825 version:1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/jboss-interceptors-1.2-api/jboss-interceptors-1.2-api.changes
    2022-03-21 20:11:01.900379695 +0100
+++ 
/work/SRC/openSUSE:Factory/.jboss-interceptors-1.2-api.new.26366/jboss-interceptors-1.2-api.changes
 2024-04-16 20:05:14.823544094 +0200
@@ -1,0 +2,8 @@
+Mon Apr 15 07:08:32 UTC 2024 - ming li <[email protected]>
+
+- Update version to 1.0.1: 
+  * prepare for next development iteration
+  * JBEE-180 add jdk9 friendly automatic-module-name
+  * prepare release jboss-interceptors-api_1.2_spec-1.0.1.Final
+
+-------------------------------------------------------------------

Old:
----
  jboss-interceptors-api_1.2_spec-1.0.0.Final.tar.gz

New:
----
  jboss-interceptors-api_1.2_spec-1.0.1.Final.tar.gz

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

Other differences:
------------------
++++++ jboss-interceptors-1.2-api.spec ++++++
--- /var/tmp/diff_new_pack.w1dxCz/_old  2024-04-16 20:05:19.851728922 +0200
+++ /var/tmp/diff_new_pack.w1dxCz/_new  2024-04-16 20:05:19.867729510 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jboss-interceptors-1.2-api
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %global namedversion %{version}%{?namedreltag}
 %global oname jboss-interceptors-api_1.2_spec
 Name:           jboss-interceptors-1.2-api
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        Java EE Interceptors 1.2 API
 License:        CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0

++++++ jboss-interceptors-1.2-api-build.xml ++++++
--- /var/tmp/diff_new_pack.w1dxCz/_old  2024-04-16 20:05:20.203741861 +0200
+++ /var/tmp/diff_new_pack.w1dxCz/_new  2024-04-16 20:05:20.235743038 +0200
@@ -12,12 +12,13 @@
   
   <property name="project.groupId" value="org.jboss.spec.javax.interceptor"/>
   <property name="project.artifactId" 
value="jboss-interceptors-api_${spec.version}_spec"/>
-  <property name="project.version" value="1.0.0.Final"/>
+  <property name="project.version" value="1.0.1.Final"/>
   <property name="project.name" value="Java(TM) EE Interceptors 
${spec.version} API"/>
   <property name="project.description" value="The ${project.name} classes from 
JSR 318."/>
   <property name="project.organization.name" value="JBoss by Red Hat"/>
   
-  <property name="compiler.source" value="1.8"/>
+  <property name="compiler.release" value="8"/>
+  <property name="compiler.source" value="1.${compiler.release}"/>
   <property name="compiler.target" value="${compiler.source}"/>
 
   <property name="build.finalName" 
value="${project.artifactId}-${project.version}"/>
@@ -53,6 +54,7 @@
            debug="true" 
            optimize="false" 
            deprecation="true" 
+           release="${compiler.release}" 
            target="${compiler.target}" 
            verbose="false" 
            fork="false" 
@@ -105,6 +107,7 @@
          basedir="${build.outputDir}" 
          excludes="**/package.html">
       <manifest>
+               <attribute name="Automatic-Module-Name" 
value="beta.jboss.interceptor.api_1_2"/>
                <attribute name="Bundle-Description" 
value="${project.description}"/>
                <attribute name="Bundle-DocURL" value="http://www.jboss.org"/>
                <attribute name="Bundle-License" 
value="http://repository.jboss.org/licenses/cddl.txt, 
http://repository.jboss.org/licenses/gpl-2.0-ce.txt"/>

++++++ jboss-interceptors-api_1.2_spec-1.0.0.Final.tar.gz -> 
jboss-interceptors-api_1.2_spec-1.0.1.Final.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jboss-interceptors-api_spec-jboss-interceptors-api_1.2_spec-1.0.0.Final/pom.xml
 
new/jboss-interceptors-api_spec-jboss-interceptors-api_1.2_spec-1.0.1.Final/pom.xml
--- 
old/jboss-interceptors-api_spec-jboss-interceptors-api_1.2_spec-1.0.0.Final/pom.xml
 2013-10-08 18:51:25.000000000 +0200
+++ 
new/jboss-interceptors-api_spec-jboss-interceptors-api_1.2_spec-1.0.1.Final/pom.xml
 2017-10-19 11:43:06.000000000 +0200
@@ -6,12 +6,12 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>10</version>
+    <version>25</version>
   </parent>
   
   <groupId>org.jboss.spec.javax.interceptor</groupId>
   <artifactId>jboss-interceptors-api_1.2_spec</artifactId>
-  <version>1.0.0.Final</version>
+  <version>1.0.1.Final</version>
   <packaging>jar</packaging>
 
   <name>Java(TM) EE Interceptors 1.2 API</name>
@@ -34,7 +34,7 @@
     
<connection>scm:git:[email protected]:jboss/jboss-interceptors-api_spec.git</connection>
     
<developerConnection>scm:git:[email protected]:jboss/jboss-interceptors-api_spec.git</developerConnection>
     <url>https://github.com/jboss/jboss-interceptors-api_spec</url>
-    <tag>jboss-interceptors-api_1.2_spec-1.0.0.Final</tag>
+    <tag>jboss-interceptors-api_1.2_spec-1.0.1.Final</tag>
   </scm>
   
   <build>
@@ -84,7 +84,11 @@
             <manifest>
               
<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
             </manifest>
+            <manifestEntries>
+              
<Automatic-Module-Name>beta.jboss.interceptor.api_1_2</Automatic-Module-Name>
+            </manifestEntries>
           </archive>
+          
           <instructions>
             <Specification-Title>The Java(TM) EE  Interceptors 1.2 API classes 
from JSR 318</Specification-Title>
             <Specification-Vendor>Oracle</Specification-Vendor>
@@ -106,7 +110,6 @@
           </archive>
         </configuration>
       </plugin>
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
@@ -120,7 +123,6 @@
           </archive>
         </configuration>
       </plugin>
-
     </plugins>
   </build>
 

Reply via email to