diff --git a/libmspub.changes b/libmspub.changes index a8356a5..3dc7425 100644 --- a/libmspub.changes +++ b/libmspub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 18 13:57:20 UTC 2014 - crrodriguez@opensuse.org + +- build with -fvisibility-inlines-hidden + ------------------------------------------------------------------- Fri Nov 1 09:11:06 UTC 2013 - tchvatal@suse.com diff --git a/libmspub.spec b/libmspub.spec index 632fa29..95e92d0 100644 --- a/libmspub.spec +++ b/libmspub.spec @@ -1,7 +1,7 @@ # # spec file for package libmspub # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -80,6 +80,7 @@ Command line tools to work with publications in Microsoft Publisher file-format. %setup -q %build +export CXXFLAGS="%optflags -fvisibility-inlines-hidden" %configure \ --disable-werror \ --disable-static \