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 2024-10-02 21:36:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osgi-annotation (Old)
and /work/SRC/openSUSE:Factory/.osgi-annotation.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osgi-annotation"
Wed Oct 2 21:36:04 2024 rev:6 rq:1205275 version:8.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/osgi-annotation/osgi-annotation.changes
2023-09-04 22:52:51.546233867 +0200
+++
/work/SRC/openSUSE:Factory/.osgi-annotation.new.19354/osgi-annotation.changes
2024-10-02 21:36:23.089865976 +0200
@@ -1,0 +2,5 @@
+Wed Oct 2 15:57:30 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Spec file cleanup
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ osgi-annotation.spec ++++++
--- /var/tmp/diff_new_pack.EmMcs9/_old 2024-10-02 21:36:23.901899750 +0200
+++ /var/tmp/diff_new_pack.EmMcs9/_new 2024-10-02 21:36:23.901899750 +0200
@@ -1,7 +1,7 @@
#
# spec file for package osgi-annotation
#
-# Copyright (c) 2023 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
@@ -22,7 +22,7 @@
Summary: Annotations for use in compiling OSGi bundles
License: Apache-2.0
Group: Development/Libraries/Java
-URL: http://www.osgi.org/
+URL: https://www.osgi.org/
# Upstream project is behind an account registration system with no anonymous
# read access, so we download the source from maven central instead
Source0:
https://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi.annotation-%{version}-sources.jar
@@ -31,7 +31,7 @@
Source3: %{name}-build.xml
BuildRequires: ant
BuildRequires: fdupes
-BuildRequires: javapackages-local
+BuildRequires: javapackages-local >= 6
BuildRequires: unzip
BuildArch: noarch
@@ -82,7 +82,7 @@
install -pm 0644 target/osgi.annotation-%{version}.jar
%{buildroot}%{_javadir}/%{name}/osgi.annotation.jar
# pom
install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name}
-install -pm 0644 pom.xml
%{buildroot}%{_mavenpomdir}/%{name}/osgi.annotation.pom
+%{mvn_install_pom} pom.xml
%{buildroot}%{_mavenpomdir}/%{name}/osgi.annotation.pom
%add_maven_depmap %{name}/osgi.annotation.pom %{name}/osgi.annotation.jar -a
org.osgi:org.osgi.annotation
# javadoc
install -dm 0744 %{buildroot}%{_javadocdir}/%{name}