Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2024-08-27 19:39:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lftp (Old)
 and      /work/SRC/openSUSE:Factory/.lftp.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lftp"

Tue Aug 27 19:39:26 2024 rev:81 rq:1196224 version:4.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/lftp/lftp.changes        2024-01-25 
18:41:38.595594673 +0100
+++ /work/SRC/openSUSE:Factory/.lftp.new.2698/lftp.changes      2024-08-27 
19:39:50.065734670 +0200
@@ -1,0 +2,5 @@
+Wed Jul 31 20:10:18 UTC 2024 - Marcus Meissner <[email protected]>
+
+- lftp-gcc14.patch: fixed issues with gcc14
+
+-------------------------------------------------------------------

New:
----
  lftp-gcc14.patch

BETA DEBUG BEGIN:
  New:
- lftp-gcc14.patch: fixed issues with gcc14
BETA DEBUG END:

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

Other differences:
------------------
++++++ lftp.spec ++++++
--- /var/tmp/diff_new_pack.Ufhv2j/_old  2024-08-27 19:39:50.769764472 +0200
+++ /var/tmp/diff_new_pack.Ufhv2j/_new  2024-08-27 19:39:50.773764642 +0200
@@ -36,6 +36,7 @@
 Patch5:         0005-Add-the-wrapper-code-to-the-Makefile-in-order-to-bui.patch
 # https://github.com/lavv17/lftp/issues/716
 Patch6:         0001-lftp_ssl-deinitialize-the-lftp_ssl_openssl_instance.patch
+Patch7:         lftp-gcc14.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -54,7 +55,7 @@
 BuildRequires:  pkgconfig(zlib)
 Requires:       less
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Conflicts:      ftp
 
 %description
@@ -102,11 +103,9 @@
 %suse_update_desktop_file %{name} -G "FTP client" Network FileTransfer
 %find_lang %{name}
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files -f "lftp.lang"
 %license COPYING


++++++ lftp-gcc14.patch ++++++
Index: lftp-4.9.2/m4/needtrio.m4
===================================================================
--- lftp-4.9.2.orig/m4/needtrio.m4
+++ lftp-4.9.2/m4/needtrio.m4
@@ -9,6 +9,7 @@ AC_DEFUN([LFTP_NEED_TRIO],[
       else
 
       AC_RUN_IFELSE([AC_LANG_SOURCE([[
+#include <stdio.h>
         int main()
         {
            unsigned long long x=0,x1;

Reply via email to