Hello community, here is the log from the commit of package libmspub for openSUSE:Factory checked in at 2016-08-12 15:33:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmspub (Old) and /work/SRC/openSUSE:Factory/.libmspub.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmspub" Changes: -------- --- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes 2015-01-03 22:03:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes 2016-08-12 15:33:57.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Aug 1 08:53:49 UTC 2016 - tchva...@suse.com + +- Disable sle11 support code + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmspub.spec ++++++ --- /var/tmp/diff_new_pack.sav0fx/_old 2016-08-12 15:33:58.000000000 +0200 +++ /var/tmp/diff_new_pack.sav0fx/_new 2016-08-12 15:33:58.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmspub # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -23,7 +23,7 @@ Summary: Microsoft Publisher file format parser library License: MPL-2.0 Group: Productivity/Publishing/Word -Url: http://www.freedesktop.org/wiki/Software/libmspub +Url: https://wiki.documentfoundation.org/DLP/Libraries/libmspub Source: http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz BuildRequires: boost-devel BuildRequires: doxygen @@ -62,9 +62,7 @@ %package devel-doc Summary: Documentation for the libmspub API Group: Documentation/HTML -%if 0%{?suse_version} > 1200 BuildArch: noarch -%endif %description devel-doc This package contains documentation for the libmspub API. @@ -82,10 +80,11 @@ %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure \ + --disable-silent-rules \ --disable-werror \ --disable-static \ --docdir=%{_docdir}/%{name} -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags}