Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tiptop for openSUSE:Factory checked in at 2022-04-25 23:35:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tiptop (Old) and /work/SRC/openSUSE:Factory/.tiptop.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiptop" Mon Apr 25 23:35:00 2022 rev:3 rq:972410 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tiptop/tiptop.changes 2021-01-13 18:36:20.814340440 +0100 +++ /work/SRC/openSUSE:Factory/.tiptop.new.1538/tiptop.changes 2022-04-25 23:35:03.238376666 +0200 @@ -1,0 +2,8 @@ +Sun Apr 24 14:09:48 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Add config.sub and config.guess files to sources in order to fix + generation of configure from configure.ac in Factory +- Fetch the tarball using a working link, since the link from the + spec file times out + +------------------------------------------------------------------- New: ---- config.guess config.sub ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiptop.spec ++++++ --- /var/tmp/diff_new_pack.wInV8K/_old 2022-04-25 23:35:04.822378886 +0200 +++ /var/tmp/diff_new_pack.wInV8K/_new 2022-04-25 23:35:04.826378891 +0200 @@ -1,7 +1,7 @@ # # spec file for package tiptop # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,8 +22,13 @@ Summary: Performance monitoring tool using hardware counters License: GPL-2.0-only Group: System/Monitoring -URL: https://tiptop.gforge.inria.fr/ -Source: http://tiptop.gforge.inria.fr/releases/tiptop-%{version}.tar.gz +URL: https://team.inria.fr/pacap/software/tiptop/ +Source: https://files.inria.fr/pacap/tiptop/tiptop-%{version}.tar.gz +# Fresh config.guess and config.sub files +# wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' +Source1: config.guess +# wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' +Source2: config.sub # PATCH-FIX-UPSTREAM reproducible.patch by bmwiedemann - override build date and build host (boo#1047218, boo#1084909) - sent upstream via email Patch0: reproducible.patch BuildRequires: autoconf >= 2.68 @@ -42,6 +47,7 @@ %prep %setup -q %patch0 -p1 +cp %{SOURCE1} %{SOURCE2} . %build export HOSTNAME=reproducible-openSUSE ++++++ config.guess ++++++ ++++ 1755 lines (skipped) ++++++ config.sub ++++++ ++++ 1891 lines (skipped)