diff --git a/libreoffice.changes b/libreoffice.changes index e8eeeb0..4b5ac50 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 30 14:31:03 UTC 2015 - andras.timar@collabora.com + +- BuildRequires: libodfgen-devel >= 0.1 + ------------------------------------------------------------------- Mon Mar 30 14:20:04 UTC 2015 - andras.timar@collabora.com diff --git a/libreoffice.spec b/libreoffice.spec index e2e216f..d3fdca6 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -147,7 +147,7 @@ BuildRequires: libmspub-devel BuildRequires: libmwaw-devel >= 0.3.4 BuildRequires: libmysqlclient-devel BuildRequires: libmysqlcppconn-devel >= 1.0.6 -BuildRequires: libodfgen-devel +BuildRequires: libodfgen-devel >= 0.1 BuildRequires: liborcus-devel >= 0.7.0 BuildRequires: libpagemaker-devel BuildRequires: libpoppler-devel @@ -884,7 +884,7 @@ fi # make sure that JAVA_HOME is set correctly source %{_sysconfdir}/profile.d/alljava.sh # use RPM_OPT_FLAGS, ... -ARCH_FLAGS="%{optflags}" +ARCH_FLAGS="%{optflags}" CFLAGS="$ARCH_FLAGS" CXXFLAGS="$ARCH_FLAGS" export ARCH_FLAGS CFLAGS CXXFLAGS