Hello community, here is the log from the commit of package libwps for openSUSE:Factory checked in at 2014-01-20 11:42:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libwps (Old) and /work/SRC/openSUSE:Factory/.libwps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libwps" Changes: -------- --- /work/SRC/openSUSE:Factory/libwps/libwps.changes 2013-06-05 11:54:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libwps.new/libwps.changes 2014-01-23 15:48:52.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Jan 18 14:19:30 UTC 2014 - [email protected] + +- build with -fvisibility-inlines-hidden +- Enable verbose build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwps.spec ++++++ --- /var/tmp/diff_new_pack.Z5rPCR/_old 2014-01-23 15:48:53.000000000 +0100 +++ /var/tmp/diff_new_pack.Z5rPCR/_new 2014-01-23 15:48:53.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libwps # -# 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 @@ -73,11 +73,12 @@ %setup -q %build +export CXXFLAGS="%optflags -fvisibility-inlines-hidden" %configure \ --disable-werror \ --disable-static \ --docdir=%_docdir/%name -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make DESTDIR=$RPM_BUILD_ROOT install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
