Accepting request 419362 from LibreOffice:Factory

1

OBS-URL: https://build.opensuse.org/request/show/419362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=117
This commit is contained in:
Dominique Leuenberger 2016-08-18 07:15:55 +00:00 committed by Git OBS Bridge
commit 0120e134a6
3 changed files with 22 additions and 16 deletions

View File

@ -1,4 +1,12 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="M">4000</size>
</physicalmemory>
<disk>
<size unit="G">25</size>
</disk>
</hardware>
<overwrite>
<conditions>
@ -14,19 +22,4 @@
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
<arch>ppc64</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="M">4000</size>
</physicalmemory>
<disk>
<size unit="G">25</size>
</disk>
</hardware>
</overwrite>
</constraints>

View File

@ -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

View File

@ -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