Hello community, here is the log from the commit of package lrslib for openSUSE:Factory checked in at 2018-06-29 22:32:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lrslib (Old) and /work/SRC/openSUSE:Factory/.lrslib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lrslib" Fri Jun 29 22:32:39 2018 rev:2 rq:618652 version:6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lrslib/lrslib.changes 2018-01-23 13:52:42.966380212 +0100 +++ /work/SRC/openSUSE:Factory/.lrslib.new/lrslib.changes 2018-06-29 22:32:45.234191652 +0200 @@ -1,0 +2,5 @@ +Sat Jun 23 08:32:02 UTC 2018 - [email protected] + +- lrs-am.diff: add -lpthread for programs using boost_thread + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lrslib.spec ++++++ --- /var/tmp/diff_new_pack.76SiQP/_old 2018-06-29 22:32:46.594190472 +0200 +++ /var/tmp/diff_new_pack.76SiQP/_new 2018-06-29 22:32:46.614190455 +0200 @@ -1,7 +1,7 @@ # # spec file for package lrslib # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -22,16 +22,16 @@ Version: 6.2 Release: 0 Summary: Reverse Search Vertex Enumeration program -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Scientific/Math Url: http://cgm.cs.mcgill.ca/~avis/C/lrs.html Source: http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/%name-%dullver.tar.gz Patch1: lrs-am.diff Patch2: lrs-compile.diff -BuildRequires: libboost_system-devel -BuildRequires: libboost_thread-devel BuildRequires: gcc-c++ BuildRequires: gmp-devel +BuildRequires: libboost_system-devel +BuildRequires: libboost_thread-devel BuildRequires: libtool >= 2 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ lrs-am.diff ++++++ --- /var/tmp/diff_new_pack.76SiQP/_old 2018-06-29 22:32:46.626190444 +0200 +++ /var/tmp/diff_new_pack.76SiQP/_new 2018-06-29 22:32:46.626190444 +0200 @@ -61,13 +61,13 @@ +setnash2_SOURCES = setupnash2.c lrslib.c lrsmp.c +plrs_SOURCES = plrs.cpp lrslib.cpp lrsgmp.cpp +plrs_CPPFLAGS = ${AM_CPPFLAGS} -DGMP -DPLRS -+plrs_LDADD = -lgmp -lboost_system -lboost_thread ++plrs_LDADD = -lgmp -lboost_system -lboost_thread -lpthread +plrs1_SOURCES = plrs.cpp lrslib.cpp lrslong.cpp +plrs1_CPPFLAGS = ${AM_CPPFLAGS} -DPLRS -DLRSLONG -+plrs1_LDADD = -lgmp -lboost_system -lboost_thread ++plrs1_LDADD = -lgmp -lboost_system -lboost_thread -lpthread +plrsmp_SOURCES = plrs.cpp lrslib.cpp lrsmp.cpp +plrsmp_CPPFLAGS = ${AM_CPPFLAGS} -DPLRS -+plrsmp_LDADD = -lgmp -lboost_system -lboost_thread ++plrsmp_LDADD = -lgmp -lboost_system -lboost_thread -lpthread +BUILT_SOURCES = lrslib.cpp lrsgmp.cpp lrslong.cpp +# !@#$% for throwing .c files at g++ (original makefile) +lrsgmp.cpp: lrsgmp.c
