Hello community, here is the log from the commit of package LHAPDF for openSUSE:Factory checked in at 2015-06-30 10:17:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/LHAPDF (Old) and /work/SRC/openSUSE:Factory/.LHAPDF.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "LHAPDF" Changes: -------- --- /work/SRC/openSUSE:Factory/LHAPDF/LHAPDF.changes 2015-03-23 12:18:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.LHAPDF.new/LHAPDF.changes 2015-06-30 10:17:41.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jun 25 04:56:40 UTC 2015 - [email protected] + +- Add LHAPDF-boost-configure-for-GCC5.patch to fix autoconf + boost macros lookup with GCC5; patch taken from boost.m4 + upstream [https://github.com/tsuna/boost.m4]. + +------------------------------------------------------------------- New: ---- LHAPDF-boost-configure-for-GCC5.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ LHAPDF.spec ++++++ --- /var/tmp/diff_new_pack.aEt64k/_old 2015-06-30 10:17:41.000000000 +0200 +++ /var/tmp/diff_new_pack.aEt64k/_new 2015-06-30 10:17:41.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package LHAPDF # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -27,12 +27,18 @@ Group: Development/Libraries/C and C++ Url: http://lhapdf.hepforge.org Source: http://www.hepforge.org/archive/lhapdf/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM LHAPDF-boost-configure-for-GCC5.patch [email protected] -- Fix autoconf's boost lookup with GCC5; patch taken from boost.m4 upstream +Patch0: LHAPDF-boost-configure-for-GCC5.patch BuildRequires: boost-devel >= 1.53.0 BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: texlive-latex-bin +# For patch0, which modifies autobuild files +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -109,7 +115,16 @@ %prep %setup -q +# GCC5 used only for openSUSE > 13.2 +%if 0%{?suse_version} > 1320 +%patch0 -p1 +%endif + %build +# GCC5 used only for openSUSE > 13.2 +%if 0%{?suse_version} > 1320 +autoreconf -i +%endif %configure --disable-static --docdir=%{_docdir}/%{name}/ make %{?_smp_mflags} ++++++ LHAPDF-boost-configure-for-GCC5.patch ++++++ ++++ 824 lines (skipped)
