Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openregex for openSUSE:Factory checked in at 2024-04-30 17:27:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openregex (Old) and /work/SRC/openSUSE:Factory/.openregex.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openregex" Tue Apr 30 17:27:25 2024 rev:4 rq:1170853 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openregex/openregex.changes 2021-07-28 19:21:11.079545424 +0200 +++ /work/SRC/openSUSE:Factory/.openregex.new.1880/openregex.changes 2024-04-30 17:28:35.564861171 +0200 @@ -1,0 +2,5 @@ +Mon Apr 29 12:04:20 UTC 2024 - Fridrich Strba <[email protected]> + +- The binaries are compatible with java 1.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openregex.spec ++++++ --- /var/tmp/diff_new_pack.K1lO0A/_old 2024-04-30 17:28:36.260886482 +0200 +++ /var/tmp/diff_new_pack.K1lO0A/_new 2024-04-30 17:28:36.260886482 +0200 @@ -1,7 +1,7 @@ # # spec file for package openregex # -# Copyright (c) 2021 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 @@ -16,6 +16,9 @@ # +# The automatic requires would be java-headless >= 9, but the +# binaries are java 8 compatible +%define __requires_exclude java-headless Name: openregex Version: 1.1.1 Release: 0 @@ -29,6 +32,7 @@ BuildRequires: mvn(com.google.code.findbugs:jsr305) BuildRequires: mvn(com.google.guava:guava) BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) +Requires: java-headless >= 1.8 BuildArch: noarch %description @@ -49,9 +53,7 @@ %build %{mvn_build} -f -- \ -%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} -Dmaven.compiler.release=8 \ -%endif -Dsource=8 %install
