- Version bump to 4.2.0.2:

* another RC candidate
- Download the data from URLs instead of not providing the link.
- Depend on libabw as it is another dep.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=80
This commit is contained in:
Tomáš Chvátal 2014-01-17 19:10:21 +00:00 committed by Git OBS Bridge
parent 63dde3fe20
commit 46472bbe00
9 changed files with 24 additions and 17 deletions

View File

@ -3,11 +3,8 @@
<physicalmemory>
<size unit="M">4000</size>
</physicalmemory>
<memory>
<size unit="M">6000</size>
</memory>
<disk>
<size unit="G">20</size>
<size unit="G">25</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80d9480e41e6a5741d943770c9ad374f3b83ec109b38a1eea210fe9def97e506
size 122582596

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cc71c3218b1066044e926139d137aae39558a28959b07ad1eb3c8a9ba624811
size 123110680

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3176f61ff5fe293d9663f4734ca081f3051a2ca6a4f6bfb08bd63bd1e58b96b5
size 1854432

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0d473fd37a04ab3199f0b99a1bd04240e4f34885151338f7d4523840ac62b62
size 1854576

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02030f09461b28c6e2a7d8ad12923cd1662c97801eace51284ce9679425608ff
size 126454092

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:135b35d40b95d882e2e1f62d6161b6dd2b00f05d994b4bbc4b5d90a49ab25f6b
size 126971056

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 17 19:08:20 UTC 2014 - tchvatal@suse.com
- Version bump to 4.2.0.2:
* another RC candidate
- Download the data from URLs instead of not providing the link.
- Depend on libabw as it is another dep.
-------------------------------------------------------------------
Fri Jan 10 10:01:43 UTC 2014 - tchvatal@suse.com

View File

@ -24,16 +24,17 @@
%define numbertext_version 0.9.5
# Urls
%define external_url http://dev-www.libreoffice.org/src/
%define tarball_url http://download.documentfoundation.org/libreoffice/src/4.2.0/
Name: libreoffice
Version: 4.2.0.1
Version: 4.2.0.2
Release: 0
Summary: A Free Office Suite (Framework)
License: Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and SUSE-Public-Domain and W3C
Group: Productivity/Office/Suite
Url: http://www.documentfoundation.org/
Source0: libreoffice-%{version}.tar.xz
Source1: libreoffice-help-%{version}.tar.xz
Source2: libreoffice-translations-%{version}.tar.xz
Source0: %{tarball_url}/libreoffice-%{version}.tar.xz
Source1: %{tarball_url}/libreoffice-help-%{version}.tar.xz
Source2: %{tarball_url}/libreoffice-translations-%{version}.tar.xz
# 256x256 desktop icons (bnc#722644)
Source20: libreoffice-desktop-icons-256x256.tar.bz2
# Prebuilt sofficerc for the noarch upstream branding package
@ -143,6 +144,7 @@ BuildRequires: java-devel >= 1.6
BuildRequires: junit4
BuildRequires: krb5
BuildRequires: krb5-devel
BuildRequires: libabw-devel
BuildRequires: libcdr-devel
BuildRequires: libcmis-devel
BuildRequires: libcppunit-devel