Hello community, here is the log from the commit of package libnumbertext for openSUSE:Factory checked in at 2018-11-08 09:41:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnumbertext (Old) and /work/SRC/openSUSE:Factory/.libnumbertext.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnumbertext" Thu Nov 8 09:41:49 2018 rev:4 rq:645259 version:1.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libnumbertext/libnumbertext.changes 2018-10-23 20:33:15.701055333 +0200 +++ /work/SRC/openSUSE:Factory/.libnumbertext.new/libnumbertext.changes 2018-11-08 09:41:55.329560608 +0100 @@ -1,0 +2,11 @@ +Mon Oct 29 12:38:41 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Drop libnumbertext-boost.patch and rather rely on new gcc, safer + +------------------------------------------------------------------- +Mon Oct 29 12:33:22 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Add patch libnumbertext-boost.patch to fix build with boost + and enable build on older distributions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnumbertext.spec ++++++ --- /var/tmp/diff_new_pack.pbfiNJ/_old 2018-11-08 09:41:55.849560005 +0100 +++ /var/tmp/diff_new_pack.pbfiNJ/_new 2018-11-08 09:41:55.849560005 +0100 @@ -31,7 +31,7 @@ BuildRequires: libtool BuildRequires: pkgconfig %if 0%{?suse_version} < 1500 -BuildRequires: boost-devel +BuildRequires: gcc7-c++ %endif %description @@ -76,13 +76,13 @@ %build autoreconf -fvi +%if 0%{?suse_version} < 1500 +export CXX=g++-7 +%endif %configure \ --disable-werror \ --disable-static \ --disable-silent-rules \ -%if 0%{?suse_version} < 1500 - --enable-boost \ -%endif %{nil} make %{?_smp_mflags}
