Hello community, here is the log from the commit of package pps-tools for openSUSE:Factory checked in at 2020-10-23 12:20:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pps-tools (Old) and /work/SRC/openSUSE:Factory/.pps-tools.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pps-tools" Fri Oct 23 12:20:00 2020 rev:4 rq:842704 version:0.0.0+git.20181203 Changes: -------- --- /work/SRC/openSUSE:Factory/pps-tools/pps-tools.changes 2018-12-27 00:24:13.839916138 +0100 +++ /work/SRC/openSUSE:Factory/.pps-tools.new.3463/pps-tools.changes 2020-10-23 12:20:23.220600143 +0200 @@ -1,0 +2,5 @@ +Tue Oct 20 07:11:40 UTC 2020 - Martin Pluskal <mplus...@suse.com> + +- Make sure optflags are honored + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pps-tools.spec ++++++ --- /var/tmp/diff_new_pack.ZI1ANR/_old 2020-10-23 12:20:25.156601508 +0200 +++ /var/tmp/diff_new_pack.ZI1ANR/_new 2020-10-23 12:20:25.156601508 +0200 @@ -1,7 +1,7 @@ # # spec file for package pps-tools # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,10 +22,8 @@ Release: 0 Summary: Userspace tools for the Linux Pulse Per Second subsystem License: GPL-2.0-or-later -Group: Hardware/Other URL: http://linuxpps.org Source: %{name}-%{version}.tar.xz -BuildRequires: xz %description Userland tools to test Linux kernel PPS API. See Documentations/pps/pps.txt @@ -33,7 +31,6 @@ %package devel Summary: Development files for the LinuxPPS API -Group: Development/Languages/C and C++ %description devel This subpackage contains a header-only C API providing a number of @@ -42,13 +39,16 @@ devices. %prep -%setup -q +%autosetup %build export CFLAGS="%{optflags}" -make %{?_smp_mflags} +%make_build %install +# for some reason rebuild occurs during installation +# we need to be sure that optflags are still honored +export CFLAGS="%{optflags}" %make_install %files