diff --git a/gnumeric-1.11.1.tar.xz b/gnumeric-1.11.1.tar.xz deleted file mode 100644 index a37d0b7..0000000 --- a/gnumeric-1.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ebee914a652858534b9d5d7ce4ea4dcbbd97525227a042ee5bbc2e45756dd3e -size 14451268 diff --git a/gnumeric-1.11.2.tar.xz b/gnumeric-1.11.2.tar.xz new file mode 100644 index 0000000..6735147 --- /dev/null +++ b/gnumeric-1.11.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7be29869b28c27dd99b10f347ecccc702baff8be63c8e4d1e650aa5f89b271 +size 14479308 diff --git a/gnumeric.changes b/gnumeric.changes index ed399ad..451a8db 100644 --- a/gnumeric.changes +++ b/gnumeric.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Sat Mar 3 10:20:40 UTC 2012 - dimstar@opensuse.org + +- Update to version 1.11.2: + + Colour the range expressions to match the range cursor. + + Implement ctrl-click cell deselection. + + Fix LaTeX export of cyrillic. + + Fix function tool tip. + + Delay function completion tooltip. + + Import inline text from xlsx files. + + Fix rich text import from xlsx. + + Fix data shuffle. + + Clarify the skew-t and skew-normal descriptions. + + Fix EXACT. + + Fix editing of decimals. + + Fix edit line display. + + Avoid recalculation on pure comment deletion. + + Fix formula interpretation in plot series. + + Don't destroy a sheet object when inserting it. + + Improve parsing on numbers with non-ascii digits. + + Make solver check for exceeding the time limit. + + Fix object life-cycle problems in solver. + + Fix multihead problem with format dialog. + + Fix auto-expression problem with sheet deletion. + + Fix ellipsizing of auto-expression. + + Fix auto-expression of single cell when moved. + + Fix problems with underlines and rotated cells. + + Fix multihead problem with auto-expressions. + + Fix allocate-free mismatch in sheet management dialog. + + Fix paste special undo problem. + + Fix F4 (abs/rel-cycling) bug. + + Fix minor function name completion bug. + + Fix abs/rel stickiness in expression entry. + + Minor quit-dialog improvements. + + Put DataShuffle back on the menus. + + Resurrect the splash screen from bit rot. + + Make sheet removal respect manual recalculation. + + Bugs fixed: bgo#632156, bgo#610696, bgo#666340, bgo#668685, + bgo#668683, bgo#668936, bgo#669083, bgo#669184, bgo#670232, + bgo#670558, bgo#555519, bgo#670603, bgo#662237, bgo#669648, + bgo#667152, bgo#667702, bgo#668625, bgo#668624, bgo#668691, + bgo#670449, bgo#671192. +- Add explicit pkgconfig(libgsf-1) and pkgconfig(libxml-2.0) + BuildRequires. +- Remove xz BuildRequires now that it comes for free in the + buildsystem. + ------------------------------------------------------------------- Thu Jan 19 07:56:17 UTC 2012 - vuntz@opensuse.org diff --git a/gnumeric.spec b/gnumeric.spec index 41a6ed0..86ad373 100644 --- a/gnumeric.spec +++ b/gnumeric.spec @@ -17,7 +17,7 @@ Name: gnumeric -Version: 1.11.1 +Version: 1.11.2 Release: 0 Summary: Spreadsheet Application License: GPL-2.0+ @@ -34,11 +34,11 @@ BuildRequires: python-gobject2-devel BuildRequires: scrollkeeper BuildRequires: translation-update-upstream BuildRequires: update-desktop-files -# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 -BuildRequires: xz BuildRequires: pkgconfig(glib-2.0) >= 2.28.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 -BuildRequires: pkgconfig(libgoffice-0.10) >= 0.9.1 +BuildRequires: pkgconfig(libgoffice-0.10) >= 0.9.2 +BuildRequires: pkgconfig(libgsf-1) >= 1.14.18 +BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12 BuildRequires: pkgconfig(pango) >= 1.24.0 BuildRequires: pkgconfig(pangocairo) >= 1.24.0 Recommends: %{name}-lang