Accepting request 64595 from LibreOffice:Unstable
Accepted submit request 64595 from user pmladek OBS-URL: https://build.opensuse.org/request/show/64595 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=16
This commit is contained in:
parent
2eda9a24da
commit
763a19333e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e30a59adbbbb6acb732bcd76bfee471f4e59a27593219dbbb01ae6365e7d5dd9
|
||||
size 43094
|
3
libreoffice-postprocess-3.3.2.2.tar.bz2
Normal file
3
libreoffice-postprocess-3.3.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e7ab60dac2c520c9d709b34f631bb2ce30cbc9ae04f58dbb32314a683c65762
|
||||
size 43106
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 16:40:02 CET 2011 - pmladek@suse.cz
|
||||
|
||||
- updated to libreoffice-3.3.2.2 (3.3.2-rc2):
|
||||
* build
|
||||
* fix non-working VBA container controls
|
||||
* l10n
|
||||
* l10n: update translations from Pootle
|
||||
* libs-gui
|
||||
* hidden tabs in Impress tasks panel (fdo#34718)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 16 16:45:15 UTC 2011 - neptunia@mail.ru
|
||||
|
||||
- enabled KDE3 support (bnc#678998)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 9 17:42:27 CET 2011 - pmladek@suse.cz
|
||||
|
||||
- updated to libreoffice-3.3.2.1 (3.3.2-rc1):
|
||||
* build
|
||||
* enabled KDE4 support for SLED11
|
||||
* move the WebDAV patches from NovellOnly to Experimental
|
||||
* calc
|
||||
* sheet reference export (i#116833)
|
||||
* interval range crasher (fdo#34350)
|
||||
* fixed incorrect cursor navigation (fdo#33756)
|
||||
* go through all tokens to look for a volatile one (fdo#31939)
|
||||
* selecting multiple cells does not update headers (fdo#34383)
|
||||
* better fix for unusable TODAY() in formula computing (fdo#31939)
|
||||
* filters
|
||||
* ensure node outlines path (fdo#33701)
|
||||
* macros not imported for word documents OOXML (fdo#34909)
|
||||
* VBA event binding for macros imported from XLSM (fdo#34941)
|
||||
* help
|
||||
* typo $PRODUCTNAME -> %PRODUCTNAME (fdo#34857)
|
||||
* remove Online Update and Improvement program (fdo#33468)
|
||||
* impress
|
||||
* occasional blank first slide in presentation (fdo#34533)
|
||||
* libs-core
|
||||
* restrict metafile decomposition (bnc#650049)
|
||||
* StarDesktop.terminate() macro behaviour (fdo#30879)
|
||||
* crashing oosplash and malformed picture (bnc#652562)
|
||||
* don't leave a thread running after main is completed
|
||||
* fixed BorderLine(2) conversion to SvxBorderLine (fdo#34226)
|
||||
* Byref variable in a Declare statement (fdo#33964, i#115716)
|
||||
* libs-gui
|
||||
* Cairo canvas edge count calculation
|
||||
* do not access polygon points outside range
|
||||
* getEnglishSearchFontName() searches Takao fonts
|
||||
* size computation for toolbar menus with controls
|
||||
* catch exceptions from failing UNO-ness (fdo#33785)
|
||||
* unnecessary reverse lookup on startup (fdo#32640)
|
||||
* gDIMetaFile::bUseCanvas related changes (bnc#650049)
|
||||
* work around IM problems with KDE4 integration (bnc#665112)
|
||||
* sdk
|
||||
* fix ODK settings.mk to only set STLPORTLIB if needed
|
||||
* ure
|
||||
* fix pyuno/demo/pyunoenv.tcsh for PYTHONPATH usage
|
||||
* writer
|
||||
* bad RTF when save with ru_RU locale (fdo#33478)
|
||||
* visual editor produces wrong stack syntax (fdo#32759, fdo#32755)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 14:08:35 CET 2011 - pmladek@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libreoffice
|
||||
# spec file for package libreoffice (Version 3.2.1.4)
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,11 +21,11 @@
|
||||
Name: libreoffice
|
||||
# allow to use xulrunner191 on SLED11-SP1 (bnc#540726)
|
||||
%define use_xulrunner191 no
|
||||
Version: 3.3.1.2
|
||||
Release: 2
|
||||
Version: 3.3.2.2
|
||||
Release: 1
|
||||
%define piece postprocess
|
||||
%define ooo_build_version 3.3.1.2
|
||||
%define ooo_piece_version 3.3.1.2
|
||||
%define ooo_build_version 3.3.2.2
|
||||
%define ooo_piece_version 3.3.2.2
|
||||
%define ooo_sourcedirname libreoffice-build-%ooo_piece_version
|
||||
%define ooo_prefix %_libdir
|
||||
%define ooo_home libreoffice
|
||||
@ -43,7 +43,7 @@ BuildRequires: xorg-x11-utils
|
||||
%endif
|
||||
############################
|
||||
# KDE3 stuff
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: kdelibs3-devel
|
||||
%endif
|
||||
############################
|
||||
@ -122,7 +122,7 @@ BuildRequires: libreoffice-libs-gui-devel = %version
|
||||
BuildRequires: libreoffice-ure-devel = %version
|
||||
BuildRequires: libreoffice-writer-devel = %version
|
||||
BuildRequires: libreoffice-filters-devel = %version
|
||||
License: LGPLv2.0 ; LGPLv3
|
||||
License: Artistic ; BSD3c ; GPLv2+ ; LPPL .. ; LGPLv2.1+ ; LGPLv3 ; MPL .. ; MIT
|
||||
Group: Productivity/Office/Suite
|
||||
AutoReqProv: on
|
||||
Requires: libreoffice-ure = %version
|
||||
|
Loading…
Reference in New Issue
Block a user