Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rzip for openSUSE:Factory checked in at 2024-11-19 22:23:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rzip (Old) and /work/SRC/openSUSE:Factory/.rzip.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rzip" Tue Nov 19 22:23:57 2024 rev:20 rq:1225119 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rzip/rzip.changes 2024-02-23 16:47:53.744920234 +0100 +++ /work/SRC/openSUSE:Factory/.rzip.new.28523/rzip.changes 2024-11-19 22:24:33.399552269 +0100 @@ -1,0 +2,7 @@ +Mon Nov 18 16:00:56 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Add libtool BuildRequire and Re-bootstrap the really old tarball: + the configure script was originally created with autoconf 2.13, + which produced chechs that fail with recent compilers. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rzip.spec ++++++ --- /var/tmp/diff_new_pack.0CSE54/_old 2024-11-19 22:24:34.083580771 +0100 +++ /var/tmp/diff_new_pack.0CSE54/_new 2024-11-19 22:24:34.083580771 +0100 @@ -1,7 +1,7 @@ # # spec file for package rzip # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -26,6 +26,7 @@ Source: https://rzip.samba.org/ftp/rzip/%{name}-%{version}.tar.gz Patch0: fill-buffer.patch BuildRequires: libbz2-devel +BuildRequires: libtool %description rzip is a compression program, similar in functionality to gzip or @@ -37,6 +38,7 @@ %autosetup -p1 %build +autoreconf -fiv %configure make %{?_smp_mflags} CFLAGS="%{optflags}"