Hello community, here is the log from the commit of package libnumbertext for openSUSE:Factory checked in at 2018-06-22 13:29:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnumbertext (Old) and /work/SRC/openSUSE:Factory/.libnumbertext.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnumbertext" Fri Jun 22 13:29:10 2018 rev:2 rq:613983 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libnumbertext/libnumbertext.changes 2018-06-02 12:09:42.521358561 +0200 +++ /work/SRC/openSUSE:Factory/.libnumbertext.new/libnumbertext.changes 2018-06-22 13:29:12.856332063 +0200 @@ -1,0 +2,6 @@ +Mon Jun 4 08:38:59 UTC 2018 - [email protected] + +- Add patch to build on old gcc versions: + * libnumbertext-oldgcc.patch + +------------------------------------------------------------------- New: ---- libnumbertext-oldgcc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnumbertext.spec ++++++ --- /var/tmp/diff_new_pack.vQxolG/_old 2018-06-22 13:29:13.784297766 +0200 +++ /var/tmp/diff_new_pack.vQxolG/_new 2018-06-22 13:29:13.788297618 +0200 @@ -27,11 +27,15 @@ Group: Productivity/Publishing/Word URL: https://github.com/Numbertext/libnumbertext Source: https://github.com/Numbertext/libnumbertext/archive/%{_tagver}.tar.gz +Patch0: libnumbertext-oldgcc.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig +%if 0%{?suse_version} < 1500 +BuildRequires: boost-devel +%endif %description Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc @@ -72,13 +76,18 @@ %prep %setup -q -n %{name}-%{_tagver} +%patch0 -p1 %build autoreconf -fvi %configure \ --disable-werror \ --disable-static \ - --disable-silent-rules + --disable-silent-rules \ +%if 0%{?suse_version} < 1500 + --enable-boost \ +%endif + %{nil} make %{?_smp_mflags} %install ++++++ libnumbertext-oldgcc.patch ++++++ ++++ 2142 lines (skipped)
