diff --git a/_constraints b/_constraints index 1380d70..2b787e9 100644 --- a/_constraints +++ b/_constraints @@ -1,4 +1,12 @@ + + + 4000 + + + 25 + + @@ -14,19 +22,4 @@ - - - i586 - x86_64 - ppc64 - - - - 4000 - - - 25 - - - diff --git a/libreoffice.changes b/libreoffice.changes index e94bbd0..880a47f 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Aug 12 21:02:23 UTC 2016 - wbauer@tmo.at + +- Build KDE integration on openSUSE 13.2 as well + +------------------------------------------------------------------- +Wed Aug 10 11:21:14 UTC 2016 - dimstar@opensuse.org + +- Update _constraints file: set the 25GB HDD / 4GB RAM limit as + general requirement (global) which only aarch64 overrides at the + moment. Prior, there was no 'default' limit set and all archs + were exceptions. + ------------------------------------------------------------------- Mon Aug 1 08:41:48 UTC 2016 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index f879c88..bad15f6 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -24,7 +24,7 @@ %define external_url http://dev-www.libreoffice.org/src/ %define tarball_url http://download.documentfoundation.org/libreoffice/src/5.2.0 # Wether to enable the kde integration -%if 0%{?is_opensuse} +%if 0%{?is_opensuse} || %{suse_version} == 1320 %bcond_without kdeintegration %else %bcond_with kdeintegration