Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package osgi-core for openSUSE:Factory 
checked in at 2023-09-02 22:07:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osgi-core (Old)
 and      /work/SRC/openSUSE:Factory/.osgi-core.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osgi-core"

Sat Sep  2 22:07:36 2023 rev:5 rq:1108493 version:8.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/osgi-core/osgi-core.changes      2022-05-25 
20:35:34.856312935 +0200
+++ /work/SRC/openSUSE:Factory/.osgi-core.new.1766/osgi-core.changes    
2023-09-02 22:08:13.540491392 +0200
@@ -1,0 +2,6 @@
+Sun Dec 18 08:16:15 UTC 2022 - Anton Shvetz <shvetz.an...@gmail.com>
+
+- Update to upstream version 8.0.0
+  * no upstream changes
+
+-------------------------------------------------------------------

Old:
----
  osgi.core-7.0.0-sources.jar
  osgi.core-7.0.0.pom

New:
----
  osgi.core-8.0.0-sources.jar
  osgi.core-8.0.0.pom

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

Other differences:
------------------
++++++ osgi-core.spec ++++++
--- /var/tmp/diff_new_pack.xC55DH/_old  2023-09-02 22:08:14.756534845 +0200
+++ /var/tmp/diff_new_pack.xC55DH/_new  2023-09-02 22:08:14.764535131 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package osgi-core
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           osgi-core
-Version:        7.0.0
+Version:        8.0.0
 Release:        0
 Summary:        OSGi Core API
 License:        Apache-2.0
@@ -35,7 +35,7 @@
 BuildArch:      noarch
 
 %description
-OSGi Core Release 7, Interfaces and Classes for use in compiling bundles.
+OSGi Core Release 8, Interfaces and Classes for use in compiling bundles.
 
 %package javadoc
 Summary:        API documentation for %{name}
@@ -79,7 +79,7 @@
 %pom_add_dep org.osgi:osgi.annotation::provided
 
 %build
-ant jar javadoc
+%{ant} jar javadoc
 
 %install
 # jar

++++++ osgi-core-build.xml ++++++
--- /var/tmp/diff_new_pack.xC55DH/_old  2023-09-02 22:08:14.820537132 +0200
+++ /var/tmp/diff_new_pack.xC55DH/_new  2023-09-02 22:08:14.824537275 +0200
@@ -11,8 +11,8 @@
   
   <property name="project.artifactId" value="osgi.core"/>
   <property name="project.groupId" value="org.osgi"/>
-  <property name="project.version" value="7.0.0"/>
-  <property name="project.description" value="OSGi Core Release 7, Interfaces 
and Classes for use in compiling bundles."/>
+  <property name="project.version" value="8.0.0"/>
+  <property name="project.description" value="OSGi Core Release 8, Interfaces 
and Classes for use in compiling bundles."/>
   <property name="project.organization.name" value="OSGi Alliance"/>
 
   <property name="build.finalName" 
value="${project.artifactId}-${project.version}"/>

++++++ osgi.core-7.0.0.pom -> osgi.core-8.0.0.pom ++++++
--- /work/SRC/openSUSE:Factory/osgi-core/osgi.core-7.0.0.pom    2020-04-01 
19:18:48.799543939 +0200
+++ /work/SRC/openSUSE:Factory/.osgi-core.new.1766/osgi.core-8.0.0.pom  
2023-09-02 22:08:13.576492678 +0200
@@ -3,8 +3,8 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.osgi</groupId>
   <artifactId>osgi.core</artifactId>
-  <version>7.0.0</version>
-  <description>OSGi Core Release 7, Interfaces and Classes for use in 
compiling bundles</description>
+  <version>8.0.0</version>
+  <description>OSGi Core Release 8, Interfaces and Classes for use in 
compiling bundles</description>
   <name>org.osgi:osgi.core</name>
   <url>https://www.osgi.org/</url>
   <organization>
@@ -14,7 +14,7 @@
   <licenses>
     <license>
       <name>Apache-2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
       <distribution>repo</distribution>
       <comments>Apache License, Version 2.0</comments>
     </license>
@@ -23,7 +23,7 @@
     <url>https://osgi.org/gitweb/build.git</url>
     <connection>scm:git:https://osgi.org/git/build.git</connection>
     
<developerConnection>scm:git:https://osgi.org/git/build.git</developerConnection>
-    <tag>hudson-build.core-1432</tag>
+    <tag>r8-core-final</tag>
   </scm>
   <developers>
     <developer>
@@ -34,4 +34,12 @@
       <organizationUrl>https://www.osgi.org/</organizationUrl>
     </developer>
   </developers>
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi.annotation</artifactId>
+      <version>7.0.0</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
 </project>

Reply via email to