Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linux-ftools for openSUSE:Factory checked in at 2024-11-08 11:59:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linux-ftools (Old) and /work/SRC/openSUSE:Factory/.linux-ftools.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linux-ftools" Fri Nov 8 11:59:35 2024 rev:5 rq:1222503 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/linux-ftools/linux-ftools.changes 2024-03-01 23:38:01.978726136 +0100 +++ /work/SRC/openSUSE:Factory/.linux-ftools.new.2017/linux-ftools.changes 2024-11-08 12:03:58.952982191 +0100 @@ -1,0 +2,7 @@ +Thu Nov 7 00:00:00 CET 2024 - dste...@suse.cz + +- Update to 1.3.1 + - build fixes +- Removed patches: gcc46.diff, linux-ftools_use_asm_unistd_h.patch + +------------------------------------------------------------------- Old: ---- COPYING gcc46.diff linux-ftools-2a7918d4b81b.tar.gz linux-ftools_use_asm_unistd_h.patch New: ---- linux-ftools-1.3.1.tar.gz BETA DEBUG BEGIN: Old: - build fixes - Removed patches: gcc46.diff, linux-ftools_use_asm_unistd_h.patch Old: - build fixes - Removed patches: gcc46.diff, linux-ftools_use_asm_unistd_h.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linux-ftools.spec ++++++ --- /var/tmp/diff_new_pack.ia8ol9/_old 2024-11-08 12:03:59.397000721 +0100 +++ /var/tmp/diff_new_pack.ia8ol9/_new 2024-11-08 12:03:59.397000721 +0100 @@ -1,7 +1,7 @@ # # spec file for package linux-ftools # -# Copyright (c) 2015 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 @@ -12,22 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define hg_version 2a7918d4b81b Name: linux-ftools -Version: 1.3 +Version: 1.3.1 Release: 0 Summary: Linux command line tools for fallocate, fincore, fadvise, etc License: Apache-2.0 Group: Development/Debug -Url: http://code.google.com/p/linux-ftools/ -Source: linux-ftools-%{hg_version}.tar.gz -Source1: COPYING -Patch0: gcc46.diff -Patch1: linux-ftools_use_asm_unistd_h.patch +URL: http://code.google.com/p/linux-ftools/ +Source: linux-ftools-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake @@ -43,24 +39,26 @@ debug performance problems. %prep -%setup -q -n linux-ftools-%{hg_version} -%patch -P 0 -%patch -P 1 -p1 +%setup -q -n linux-ftools-%{version} %build autoreconf -fi %configure make %{?_smp_mflags} -cp %{S:1} . %install make install DESTDIR=%{buildroot} -# already shipped by util-linux -rm -f %{buildroot}%{_bindir}/linux-fallocate +install -D -m 0755 fallocate %{buildroot}%{_bindir}/linux-fallocate +install -D -m 0755 fadvise %{buildroot}%{_bindir}/linux-fadvise +install -D -m 0755 fincore %{buildroot}%{_bindir}/linux-fincore +rm %{buildroot}%{_bindir}/fallocate +rm %{buildroot}%{_bindir}/fadvise +rm %{buildroot}%{_bindir}/fincore %files %defattr(-,root,root) -%doc COPYING README +%doc COPYING README.md +%{_bindir}/linux-fallocate %{_bindir}/linux-fadvise %{_bindir}/linux-fincore ++++++ linux-ftools-2a7918d4b81b.tar.gz -> linux-ftools-1.3.1.tar.gz ++++++ ++++ 18495 lines of diff (skipped)