Hello community,

here is the log from the commit of package libodfgen for openSUSE:Factory 
checked in at 2016-04-06 11:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libodfgen (Old)
 and      /work/SRC/openSUSE:Factory/.libodfgen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libodfgen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libodfgen/libodfgen.changes      2016-01-04 
09:21:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libodfgen.new/libodfgen.changes 2016-04-06 
11:49:49.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Mar 24 14:01:09 UTC 2016 - tchva...@suse.com
+
+- Do not use boost but stick with c++11
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libodfgen.spec ++++++
--- /var/tmp/diff_new_pack.tOkmhZ/_old  2016-04-06 11:49:50.000000000 +0200
+++ /var/tmp/diff_new_pack.tOkmhZ/_new  2016-04-06 11:49:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libodfgen
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -25,7 +25,6 @@
 Group:          Productivity/Publishing/Word
 Url:            http://libwpd.sourceforge.net
 Source:         
http://downloads.sourceforge.net/project/libwpd/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -71,10 +70,11 @@
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
+       --disable-silent-rules \
        --disable-werror \
        --disable-static \
        --docdir=%{_docdir}/%{name}-devel/html \
-       --with-sharedptr=boost
+       --with-sharedptr=c++11
 
 make %{?_smp_mflags}
 


Reply via email to