Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs19 for openSUSE:Factory 
checked in at 2023-02-02 18:08:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs19 (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs19.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs19"

Thu Feb  2 18:08:05 2023 rev:8 rq:1062437 version:19.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs19/nodejs19.changes        2023-01-27 
10:17:14.747903003 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs19.new.32243/nodejs19.changes     
2023-02-02 18:29:03.299711686 +0100
@@ -1,0 +2,7 @@
+Wed Feb  1 07:58:26 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Do not use pkg_vcmp to decide BuildDependencies: this works based
+  on 'installed packages' which is not interpreted correctly by the
+  scheduler. Rather switch to boolean dependencies.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nodejs19.spec ++++++
--- /var/tmp/diff_new_pack.bkJeWm/_old  2023-02-02 18:29:04.003715999 +0100
+++ /var/tmp/diff_new_pack.bkJeWm/_new  2023-02-02 18:29:04.007716023 +0100
@@ -282,16 +282,14 @@
 
 %if 0%{?suse_version} >= 1500
 BuildRequires:  openssl >= %{openssl_req_ver}
+BuildRequires:  (libopenssl1_1-hmac if libopenssl-1_1-devel)
+BuildRequires:  (libopenssl3-hmac if libopenssl-3-devel)
 %else
 BuildRequires:  openssl-1_1 >= %{openssl_req_ver}
-%endif
-
-%if %{pkg_vcmp pkgconfig(openssl) > '3.0' }
-BuildRequires:  libopenssl3-hmac
-%else
 BuildRequires:  libopenssl1_1-hmac
 %endif
 
+
 # /suse_version
 %endif
 

Reply via email to