Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package exim for openSUSE:Factory checked in 
at 2023-01-30 17:11:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exim (Old)
 and      /work/SRC/openSUSE:Factory/.exim.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exim"

Mon Jan 30 17:11:17 2023 rev:74 rq:1062004 version:4.96

Changes:
--------
--- /work/SRC/openSUSE:Factory/exim/exim.changes        2022-10-19 
13:17:54.917251733 +0200
+++ /work/SRC/openSUSE:Factory/.exim.new.32243/exim.changes     2023-01-30 
17:21:01.879785539 +0100
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Wed Jan 25 12:56:05 UTC 2023 - Thorsten Kukuk <ku...@suse.com>
+
+- Don't build the NIS module anymore, libnsl/NIS are deprecated
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ exim.spec ++++++
--- /var/tmp/diff_new_pack.s0flfB/_old  2023-01-30 17:21:02.523788969 +0100
+++ /var/tmp/diff_new_pack.s0flfB/_new  2023-01-30 17:21:02.527788990 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exim
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,7 @@
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  db-devel
 BuildRequires:  libidn-devel
-%if 0%{?suse_version} >= 1330
+%if 0%{?suse_version} >= 1330 && 0%{?suse_version} < 1599
 BuildRequires:  libnsl-devel
 %endif
 BuildRequires:  libspf2-devel
@@ -75,7 +75,7 @@
 Requires(pre):  fileutils textutils
 %endif
 Version:        4.96
-Release:        2
+Release:        0
 %if %{with_mysql}
 BuildRequires:  mysql-devel
 %endif
@@ -199,15 +199,19 @@
 %if %{with_sqlite}
        LOOKUP_SQLITE=yes
 %endif
+%if 0%{?suse_version} < 1599
        LOOKUP_NIS=yes
+        LOOKUP_LIBS=-lnsl
+%else
+        # LOOKUP_NIS=yes
+%endif
        # LOOKUP_NISPLUS=yes
        LOOKUP_PASSWD=yes
        # LOOKUP_WHOSON=yes
        CYRUS_SASLAUTHD_SOCKET=/var/run/sasl2/mux
-       LOOKUP_LIBS=-llber -lnsl
 %if %{with_ldap}
        LDAP_LIB_TYPE=OPENLDAP2
-       LOOKUP_LIBS+=-lldap
+       LOOKUP_LIBS+=-llber -lldap
 %endif
 %if %{with_mysql}
        LOOKUP_INCLUDE+=-I /usr/include/mysql

Reply via email to