Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2025-08-07 16:48:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lftp (Old)
 and      /work/SRC/openSUSE:Factory/.lftp.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lftp"

Thu Aug  7 16:48:34 2025 rev:83 rq:1298026 version:4.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/lftp/lftp.changes        2025-05-06 
16:41:31.604426019 +0200
+++ /work/SRC/openSUSE:Factory/.lftp.new.1085/lftp.changes      2025-08-07 
16:49:02.020846354 +0200
@@ -1,0 +2,16 @@
+Wed Aug  6 19:14:11 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Re-download lftp-4.9.2-cdefs.patch.
+
+-------------------------------------------------------------------
+Wed Aug  6 13:11:24 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Drop usage of deprectated desktop_file_update.
+- Generate a po/LINGUAS file: gettext 0.25.x dropped the deprecated
+  ALL_LINGUAS variable, but the entire build script is so legacy,
+  that just working around with the still supported po/LINGUAS is
+  the easiest for now.
+- BuildRequire gettext nstead of gettext-tools: allow OBS to
+  shortcut through the gettext mini flavors.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lftp.spec ++++++
--- /var/tmp/diff_new_pack.FhABTE/_old  2025-08-07 16:49:02.732876304 +0200
+++ /var/tmp/diff_new_pack.FhABTE/_new  2025-08-07 16:49:02.732876304 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lftp
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -41,7 +41,7 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
-BuildRequires:  gettext-tools
+BuildRequires:  gettext
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 BuildRequires:  make
@@ -50,7 +50,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  update-alternatives
-BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(libidn2)
 BuildRequires:  pkgconfig(zlib)
@@ -87,6 +86,8 @@
 # that we apply above.
 gettextize --force --copy --no-changelog
 autoreconf --install --force
+# with gettext >= 0.25, the logic to rely on ALL_LINGUAS is not working 
reliably
+(cd po && ls *.po | sed 's/\.po$//' > LINGUAS)
 %configure \
    --disable-silent-rules \
    --without-included-regex \
@@ -106,7 +107,6 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-%suse_update_desktop_file %{name} -G "FTP client" Network FileTransfer
 %find_lang %{name}
 
 %post -p /sbin/ldconfig

++++++ lftp-4.9.2-cdefs.patch ++++++
--- /var/tmp/diff_new_pack.FhABTE/_old  2025-08-07 16:49:02.768877818 +0200
+++ /var/tmp/diff_new_pack.FhABTE/_new  2025-08-07 16:49:02.776878155 +0200
@@ -1,14 +1,14 @@
 diff --git a/lib/libc-config.h.old b/lib/libc-config.h
-index 1300c3a..7537bab 100644
+index 33bdb73..000850c 100644
 --- a/lib/libc-config.h.old
 +++ b/lib/libc-config.h
-@@ -156,7 +156,7 @@
- #undef __warndecl
+@@ -179,7 +179,7 @@
+ # endif
  
  /* Include our copy of glibc <sys/cdefs.h>.  */
--#include <cdefs.h>
+-# include <cdefs.h>
 +#include <sys/cdefs.h>
  
  /* <cdefs.h> __inline is too pessimistic for non-GCC.  */
- #undef __inline
+ # undef __inline
 

Reply via email to