Hello community, here is the log from the commit of package cdrdao for openSUSE:Factory checked in at 2019-05-17 23:38:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cdrdao (Old) and /work/SRC/openSUSE:Factory/.cdrdao.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdrdao" Fri May 17 23:38:37 2019 rev:27 rq:702866 version:1.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/cdrdao/cdrdao.changes 2017-09-08 20:38:50.309631041 +0200 +++ /work/SRC/openSUSE:Factory/.cdrdao.new.5148/cdrdao.changes 2019-05-17 23:38:38.778061677 +0200 @@ -1,0 +2,5 @@ +Wed Apr 24 13:18:33 UTC 2019 - Adam Majer <[email protected]> + +- Run autoreconf to fix build with LTO (bsc#1133112) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cdrdao.spec ++++++ --- /var/tmp/diff_new_pack.34plqW/_old 2019-05-17 23:38:39.486061287 +0200 +++ /var/tmp/diff_new_pack.34plqW/_new 2019-05-17 23:38:39.490061286 +0200 @@ -1,7 +1,7 @@ # # spec file for package cdrdao # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,16 +12,15 @@ # 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/ # - Name: cdrdao Version: 1.2.3 Release: 0 Summary: Write CD-Rs in Disk-At-Once Mode -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Multimedia/CD/Record Url: http://cdrdao.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -36,12 +35,15 @@ # PATCH-FIX-UPSTREAM cdrdao-gcc6-fixes.patch [email protected] -- Fix errors seen by GCC6. Patch4: cdrdao-gcc6-fixes.patch BuildRequires: gcc-c++ +BuildRequires: lame BuildRequires: libao-devel BuildRequires: libsigc++2-devel BuildRequires: libvorbis-devel BuildRequires: pkg-config -BuildRequires: lame BuildRequires: pkgconfig(mad) +# For autoreconf +BuildRequires: automake +BuildRequires: gconf2-devel Obsoletes: gcdmaster <= 1.2.3 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,6 +63,7 @@ %patch4 -p1 %build +autoreconf -fvi %configure \ --without-scglib make %{?_smp_mflags} VERBOSE=1
