Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-errorprone for
openSUSE:Factory checked in at 2024-04-30 17:27:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-errorprone (Old)
and /work/SRC/openSUSE:Factory/.google-errorprone.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-errorprone"
Tue Apr 30 17:27:16 2024 rev:5 rq:1170842 version:2.26.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-errorprone/google-errorprone-annotations.changes
2024-04-18 22:13:14.114868650 +0200
+++
/work/SRC/openSUSE:Factory/.google-errorprone.new.1880/google-errorprone-annotations.changes
2024-04-30 17:28:21.392345785 +0200
@@ -1,0 +2,5 @@
+Mon Apr 29 14:50:29 UTC 2024 - Fridrich Strba <[email protected]>
+
+- The binaries are compatible with java 1.8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-errorprone-annotations.spec ++++++
--- /var/tmp/diff_new_pack.szVdru/_old 2024-04-30 17:28:22.312379242 +0200
+++ /var/tmp/diff_new_pack.szVdru/_new 2024-04-30 17:28:22.316379388 +0200
@@ -19,6 +19,9 @@
%global source_name error-prone
%global artifactId error_prone_annotations
%global group_name google-errorprone
+# The automatic requires would be java-headless >= 9, but the
+# binaries are java 8 compatible
+%define __requires_exclude java-headless
Name: %{group_name}-annotations
Version: 2.26.1
Release: 0
@@ -32,6 +35,7 @@
BuildRequires: fdupes
BuildRequires: java-devel >= 9
BuildRequires: javapackages-local >= 6
+Requires: java-headless >= 1.8
BuildArch: noarch
%description