Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ulp-macros for openSUSE:Factory checked in at 2025-09-29 16:30:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ulp-macros (Old) and /work/SRC/openSUSE:Factory/.ulp-macros.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ulp-macros" Mon Sep 29 16:30:35 2025 rev:7 rq:1307231 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ulp-macros/ulp-macros.changes 2025-04-04 17:28:24.134255120 +0200 +++ /work/SRC/openSUSE:Factory/.ulp-macros.new.11973/ulp-macros.changes 2025-09-29 16:30:37.054369760 +0200 @@ -1,0 +2,5 @@ +Thu Sep 25 22:21:54 UTC 2025 - Giuliano Belinassi <[email protected]> + +- Add macro that checks if a certain package is the most recent one. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ulp.macros ++++++ --- /var/tmp/diff_new_pack.dAbsXu/_old 2025-09-29 16:30:37.906405471 +0200 +++ /var/tmp/diff_new_pack.dAbsXu/_new 2025-09-29 16:30:37.910405638 +0200 @@ -27,3 +27,7 @@ cp %{tar_lp_package_name} %{_topdir}/OTHER \ %endif +# Macro to make sure we always get the most recent version of a certain +# library. +%requires_ge_with_release() %{expand:%(t=$(echo '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} >= %%{epoch}:%%{version}-%%{release}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not"); test -n "$t" || echo "%%{error: %%%%{requires_ge_with_release %*} does not resolve}"; echo "$t")} +
