Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package osgi-annotation for openSUSE:Factory checked in at 2023-09-04 22:52:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osgi-annotation (Old) and /work/SRC/openSUSE:Factory/.osgi-annotation.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osgi-annotation" Mon Sep 4 22:52:38 2023 rev:5 rq:1108668 version:8.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/osgi-annotation/osgi-annotation.changes 2022-05-25 20:35:30.848307342 +0200 +++ /work/SRC/openSUSE:Factory/.osgi-annotation.new.1766/osgi-annotation.changes 2023-09-04 22:52:51.546233867 +0200 @@ -1,0 +2,6 @@ +Sat Sep 2 21:50:30 UTC 2023 - Fridrich Strba <fst...@suse.com> + +- Upgrade to the upstream version 8.1.0 + * no upstream changes + +------------------------------------------------------------------- Old: ---- osgi.annotation-7.0.0-sources.jar osgi.annotation-7.0.0.pom New: ---- osgi.annotation-8.1.0-sources.jar osgi.annotation-8.1.0.pom ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osgi-annotation.spec ++++++ --- /var/tmp/diff_new_pack.etOvaA/_old 2023-09-04 22:52:52.750276427 +0200 +++ /var/tmp/diff_new_pack.etOvaA/_new 2023-09-04 22:52:52.754276568 +0200 @@ -1,7 +1,7 @@ # # spec file for package osgi-annotation # -# 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-annotation -Version: 7.0.0 +Version: 8.1.0 Release: 0 Summary: Annotations for use in compiling OSGi bundles License: Apache-2.0 ++++++ osgi-annotation-build.xml ++++++ --- /var/tmp/diff_new_pack.etOvaA/_old 2023-09-04 22:52:52.798278123 +0200 +++ /var/tmp/diff_new_pack.etOvaA/_new 2023-09-04 22:52:52.798278123 +0200 @@ -13,8 +13,8 @@ <property name="project.artifactId" value="osgi.annotation"/> <property name="project.groupId" value="org.osgi"/> - <property name="project.version" value="7.0.0"/> - <property name="project.description" value="OSGi Annotation Release 7, Annotations for use in compiling bundles."/> + <property name="project.version" value="8.1.0"/> + <property name="project.description" value="OSGi Annotation Release 8, Annotations for use in compiling bundles."/> <property name="project.organization.name" value="OSGi Alliance"/> <property name="build.finalName" value="${project.artifactId}-${project.version}"/> @@ -96,7 +96,7 @@ <attribute name="Bundle-SymbolicName" value="${project.artifactId}"/> <attribute name="Bundle-Vendor" value="${project.organization.name}"/> <attribute name="Bundle-Version" value="${project.version}"/> - <attribute name="Export-Package" value="org.osgi.annotation.versioning;version="1.1",org.osgi.annotation.bundle;version="1.0""/> + <attribute name="Export-Package" value="org.osgi.annotation.bundle;version="2.0",org.osgi.annotation.versioning;version="1.1.2""/> <attribute name="JavaPackages-ArtifactId" value="${project.artifactId}"/> <attribute name="JavaPackages-GroupId" value="${project.groupId}"/> <attribute name="JavaPackages-Version" value="${project.version}"/> ++++++ osgi.annotation-7.0.0.pom -> osgi.annotation-8.1.0.pom ++++++ --- /work/SRC/openSUSE:Factory/osgi-annotation/osgi.annotation-7.0.0.pom 2020-04-01 19:18:41.619540708 +0200 +++ /work/SRC/openSUSE:Factory/.osgi-annotation.new.1766/osgi.annotation-8.1.0.pom 2023-09-04 22:52:51.618236411 +0200 @@ -3,34 +3,33 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.osgi</groupId> <artifactId>osgi.annotation</artifactId> - <version>7.0.0</version> - <description>OSGi Annotation Release 7, Annotations for use in compiling bundles</description> + <version>8.1.0</version> + <description>OSGi Annotation Release 8, Annotations for use in compiling bundles</description> <name>org.osgi:osgi.annotation</name> - <url>https://www.osgi.org/</url> + <url>https://docs.osgi.org/</url> <organization> - <name>OSGi Alliance</name> - <url>https://www.osgi.org/</url> + <name>Eclipse Foundation</name> </organization> <licenses> <license> <name>Apache-2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <url>https://opensource.org/licenses/Apache-2.0</url> <distribution>repo</distribution> - <comments>Apache License, Version 2.0</comments> + <comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0.</comments> </license> </licenses> <scm> - <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> + <url>https://github.com/osgi/osgi</url> + <connection>scm:git:https://github.com/osgi/osgi.git</connection> + <developerConnection>scm:git:g...@github.com:osgi/osgi.git</developerConnection> + <tag>8.0.0.1</tag> </scm> <developers> <developer> <id>osgi</id> - <email>i...@osgi.org</email> - <name>OSGi Alliance</name> - <organization>OSGi Alliance</organization> + <email>osgi...@eclipse.org</email> + <name>OSGi Working Group</name> + <organization>Eclipse Foundation</organization> <organizationUrl>https://www.osgi.org/</organizationUrl> </developer> </developers>