Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package reiser4progs for openSUSE:Factory checked in at 2024-05-17 20:05:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/reiser4progs (Old) and /work/SRC/openSUSE:Factory/.reiser4progs.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "reiser4progs" Fri May 17 20:05:03 2024 rev:13 rq:1174572 version:2.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/reiser4progs/reiser4progs.changes 2022-01-23 18:38:51.201880317 +0100 +++ /work/SRC/openSUSE:Factory/.reiser4progs.new.1880/reiser4progs.changes 2024-05-17 20:06:07.405465011 +0200 @@ -1,0 +2,5 @@ +Thu May 16 11:26:13 UTC 2024 - Jan Engelhardt <[email protected]> + +- Add autoconf-2.72.patch to fix a build failure. + +------------------------------------------------------------------- New: ---- autoconf-2.72.patch BETA DEBUG BEGIN: New: - Add autoconf-2.72.patch to fix a build failure. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ reiser4progs.spec ++++++ --- /var/tmp/diff_new_pack.25JE8n/_old 2024-05-17 20:06:08.165492474 +0200 +++ /var/tmp/diff_new_pack.25JE8n/_new 2024-05-17 20:06:08.165492474 +0200 @@ -1,7 +1,7 @@ # # spec file for package reiser4progs # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,9 +23,10 @@ Summary: Utilities for Managing the Reiser4 File System License: GPL-2.0-only Group: System/Filesystems -URL: https://sf.net/projects/reiser4/ +URL: https://sourceforge.net/projects/reiser4/ Source: https://downloads.sf.net/reiser4/%name-%version.tar.gz Patch1: no-static.diff +Patch2: autoconf-2.72.patch BuildRequires: automake BuildRequires: libaal-devel >= 1.0.7 BuildRequires: libtool @@ -91,12 +92,12 @@ %make_install -j1 rm -f "%buildroot/%_libdir"/*.la -%post -n libreiser4%lsuf -p /sbin/ldconfig -%postun -n libreiser4%lsuf -p /sbin/ldconfig -%post -n libreiser4-minimal%lsuf -p /sbin/ldconfig -%postun -n libreiser4-minimal%lsuf -p /sbin/ldconfig -%post -n librepair%lsuf -p /sbin/ldconfig -%postun -n librepair%lsuf -p /sbin/ldconfig +%check +%make_build check + +%ldconfig_scriptlets -n libreiser4%lsuf +%ldconfig_scriptlets -n libreiser4-minimal%lsuf +%ldconfig_scriptlets -n librepair%lsuf %files %doc BUGS ChangeLog NEWS README TODO ++++++ autoconf-2.72.patch ++++++ From: Jan Engelhardt <[email protected]> Date: 2024-05-16 13:22:58.758243293 +0200 AC 2.72 changed the internals of AC_SYS_LARGEFILE. Just always build with largfile. See also https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7643b42096da1f4403a501a4a5930dec2d1c88c2 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: reiser4progs-2.0.5/configure.ac =================================================================== --- reiser4progs-2.0.5.orig/configure.ac +++ reiser4progs-2.0.5/configure.ac @@ -412,8 +412,7 @@ fi # Check for large file AC_SYS_LARGEFILE -if test x${ac_cv_sys_file_offset_bits} = xno; then - AC_MSG_WARN(Can't detect right _FILE_OFFSET_BITS. Will be forced to 64bit.) +if true; then ac_cv_sys_file_offset_bits=64 fi
