Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zisofs-tools for openSUSE:Factory checked in at 2023-05-12 20:32:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zisofs-tools (Old) and /work/SRC/openSUSE:Factory/.zisofs-tools.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zisofs-tools" Fri May 12 20:32:32 2023 rev:24 rq:1086580 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/zisofs-tools/zisofs-tools.changes 2021-03-21 23:20:24.484740029 +0100 +++ /work/SRC/openSUSE:Factory/.zisofs-tools.new.1533/zisofs-tools.changes 2023-05-12 20:32:42.800577907 +0200 @@ -1,0 +2,6 @@ +Thu May 11 15:01:25 UTC 2023 - Frederic Crozat <[email protected]> + +- Fix url and download to up to date location. +- Add autoconf as BuildRequires. + +------------------------------------------------------------------- Old: ---- zisofs-tools-1.0.8.tar.bz2 New: ---- zisofs-tools-1.0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zisofs-tools.spec ++++++ --- /var/tmp/diff_new_pack.EMYWkt/_old 2023-05-12 20:32:43.316580869 +0200 +++ /var/tmp/diff_new_pack.EMYWkt/_new 2023-05-12 20:32:43.324580915 +0200 @@ -1,7 +1,7 @@ # # spec file for package zisofs-tools # -# Copyright (c) 2021 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 @@ -22,9 +22,9 @@ Summary: User tools for zisofs License: GPL-2.0-or-later Group: System/Filesystems -URL: https://www.kernel.org/pub/linux/utils/fs/zisofs/ -#DL-URL: http://mirror.linux.org.au/linux/utils/fs/zisofs/ -Source: http://ftp.be.debian.org/pub/linux/utils/fs/zisofs/%{name}-%{version}.tar.bz2 +URL: https://git.kernel.org/pub/scm/fs/zisofs/zisofs-tools.git/ +Source: https://git.kernel.org/pub/scm/fs/zisofs/zisofs-tools.git/snapshot/%{name}-%{version}.tar.gz +BuildRequires: autoconf BuildRequires: zlib-devel Requires: mkisofs @@ -40,6 +40,8 @@ %setup -q %build +autoconf +autoheader %configure %make_build
