Hello community, here is the log from the commit of package rarian for openSUSE:Factory checked in at 2019-07-15 22:44:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rarian (Old) and /work/SRC/openSUSE:Factory/.rarian.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rarian" Mon Jul 15 22:44:21 2019 rev:43 rq:714694 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rarian/rarian.changes 2018-03-04 12:50:42.531734509 +0100 +++ /work/SRC/openSUSE:Factory/.rarian.new.1887/rarian.changes 2019-07-15 22:44:22.483897174 +0200 @@ -1,0 +2,5 @@ +Wed Jul 10 12:16:13 UTC 2019 - Dave Plater <[email protected]> + +- Fix strange double | factory build error with autotools. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rarian.spec ++++++ --- /var/tmp/diff_new_pack.KtZYL4/_old 2019-07-15 22:44:22.991897053 +0200 +++ /var/tmp/diff_new_pack.KtZYL4/_new 2019-07-15 22:44:22.995897052 +0200 @@ -1,7 +1,7 @@ # # spec file for package rarian # -# Copyright (c) 2018 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,7 +12,7 @@ # 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/ # @@ -43,9 +43,12 @@ Patch9: rarian-quiet.patch # PATCH-FIX-UPSTREAM rarian-no-warning-localized-icon.patch fdo#33560 [email protected] -- Icons can be localized, so don't warn for localized icons. It's not the fix that should go upstream, but a real fix would potentially imply some API break. Patch10: rarian-no-warning-localized-icon.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: docbook_4 BuildRequires: gcc-c++ BuildRequires: intltool +BuildRequires: libtool BuildRequires: libxslt-devel BuildRequires: perl-XML-Parser BuildRequires: pkgconfig @@ -99,6 +102,13 @@ %patch10 -p1 %build +find . -name Makefile -print -delete +find . -name configure -print -delete +libtoolize --force --copy +aclocal +autoheader +automake --add-missing --foreign +autoreconf %configure --disable-static --with-pic make %{?_smp_mflags}
