Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml for openSUSE:Factory checked in at 2025-02-16 22:37:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml (Old) and /work/SRC/openSUSE:Factory/.ocaml.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml" Sun Feb 16 22:37:12 2025 rev:91 rq:1245828 version:4.14.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml/ocaml.changes 2024-03-17 22:10:38.932643777 +0100 +++ /work/SRC/openSUSE:Factory/.ocaml.new.8181/ocaml.changes 2025-02-16 22:37:35.080698339 +0100 @@ -1,0 +2,5 @@ +Fri Feb 7 07:07:07 UTC 2025 - [email protected] + +- Require unversioned gcc package (bsc#1232663) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml.spec ++++++ --- /var/tmp/diff_new_pack.Vd5hia/_old 2025-02-16 22:37:35.944734229 +0100 +++ /var/tmp/diff_new_pack.Vd5hia/_new 2025-02-16 22:37:35.948734395 +0100 @@ -1,7 +1,7 @@ # # spec file for package ocaml # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2010 Andrew Psaltis <ampsaltis at gmail dot com> # Copyright (c) 2011 Andrew Psaltis <ampsaltis at gmail dot com> # @@ -59,14 +59,14 @@ BuildRequires: autoconf >= 2.69 BuildRequires: fdupes BuildRequires: ncurses-devel -BuildRequires: ocaml-rpm-macros >= 20231101 +BuildRequires: ocaml-rpm-macros >= 20240909 BuildRequires: pkgconfig Requires: ncurses-devel Requires: ocaml(runtime) = %version-%release Obsoletes: ocaml-docs Provides: ocaml(compiler) = %ocaml_base_version Provides: ocaml(ocaml_base_version) = %ocaml_base_version -Requires: %(type -P gcc | xargs readlink -f | xargs rpm -qf --qf '%%{NAME}\n') +Requires: gcc Provides: ocaml(ocaml.opt) = %ocaml_base_version Obsoletes: ocaml-seq < %version-%release Obsoletes: ocaml-seq-debuginfo < %version-%release @@ -153,8 +153,6 @@ echo %version > VERSION export CC='gcc' export AS='as' -test -x "$(type -P gcc | xargs readlink -f)" && export CC="$_" -test -x "$(type -P as | xargs readlink -f)" && export AS="$_" export ASPP="$CC -c" configure_target= extra_cflags=()
