Package Release Info

goffice-0_8-0.8.17-bp153.1.19

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

goffice-0_8-devel
goffice-0_8-lang
libgoffice-0_8-8

Change Logs

Version: 0.8.17-bp150.1.3
* Tue Jun 28 2016 i@marguerite.su
-  Build with "-Wno-format-nonliteral". "Wformat-nonliteral"
  basically checks eg printf("abc %s", args) if the first
  parameter is a literal not a variable, which is not always
  possible in real program. Fixes boo#985106.
- Clean up spec file via spec-clean run. Remove obsolete clean
  section.
* Sun Jan 19 2014 dmitry_r@opensuse.org
- Fix recommended language package name (goffice-0_8-lang instead
  of goffice-lang).
* Wed Nov 14 2012 dimstar@opensuse.org
- Add goffice-0_8-pcre16.patch: fix build when using pcre that was
  built with --enable-pcre16. In this case, the output of
  "pcretest -C" is "UTF-8 and UTF-16 support", which was not cought
  by the original regex in configure.in.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
  above patch touches the build system.
* Sun Feb 12 2012 dimstar@opensuse.org
- Add goffice-0_8-pcre-8_30.patch: Fix build with pcre 8.30 by
  porting pcre_info to pcre_fullinfo.
* Wed Jan 25 2012 cfarrell@suse.com
- license update: GPL-2.0
* Thu Jan 19 2012 vuntz@opensuse.org
- Rename source package from goffice to goffice-0_8, to keep the
  0.8 branch of goffice after upgrade to 0.9.
- Apply shared library packaging policy:
  + Create a libgoffice-0_8-8 subpackage.
  + Add Provides/Obsoletes for goffice 0.8, to help smooth
    upgrades.
  + Add a Provides for goffice-0_8 to make lang subpackage
    installable.
  + Note that it's fine to ship the data files in this subpackage
    as they all live in a versioned directory.
- On Factory/12.2 and later, add pcre-tools BuildRequires to make
  sure pcretest is installed, to fix build.
- Remove explicit Requires from devel subpackage, as those will be
  added the pkgconfig() way: cairo-devel, gconf2-devel,
  glib2-devel, gtk2-devel, libgsf-devel, libxml2-devel,
  pango-devel.
* Mon Aug 01 2011 vuntz@opensuse.org
- Update to version 0.8.17:
  + Plug leaks.
  + Fix noisy leak. [bgo#652420]
* Fri Jun 17 2011 vuntz@opensuse.org
- Update to version 0.8.16:
  + Improve ODF 1.2 output of fraction format.
  + Fix long-double compilation issue.
  + Improve accuracy of complex power.
  + Fix GOFormat problem resulting in "-0". [bgo#650928]
- Stop using source service to download the tarball, as Factory
  will move away from this.
* Sun May 22 2011 dimstar@opensuse.org
- Update to version 0.8.15:
  + bgo#647324: Fix format string parsing with localized colour
    names.
  + bgo#646700: Fixed closed bezier spline evaluation.
  + bgo#646832: Implement dropbar plots with linear or logarithmic
    index axis.
  + bgo#647367: Fix legends for plots with marker only style.
  + bgo#649485: Don't use badly rounded values when clipping
    markers.
  + bgo#650515: Implement probability plots with data as y values.
  + Plug memory leaks.
  + Detect more cases of linear-regression gone bad.
* Mon Apr 18 2011 dimstar@opensuse.org
- Update to version 0.8.14:
  + bgo#643767: Implement a GSettings backend for GOConf.
  + bgo#644222: Fix gnumeric crash when monitoring settings changes
  + Fix memory leaks.
  + Allow GOConf to handle absolute keys.
- Convert to source service: download tar.bz2 file and update .spec
  file with correct version.
* Sun Mar 20 2011 dimstar@opensuse.org
- Update to version 0.8.13:
  + bgo#636158: Write text formats to ODF.
  + Fixed memory leaks found by cppcheck analysis.
  + bgo#638738: Fixed drop lines in line plots.
  + bgo#639840: Invalidate canvas items after reordering to force a
    redraw?
  + bgo#640438: Fix axis limits serialization.
  + bgo#640571: Fix problem with engineering formats.
* Sun Feb 27 2011 aj@suse.de
- Change lang package Requires to Recommends since it is not
  mandatory at runtime.
* Fri Nov 26 2010 dimstar@opensuse.org
- Update to version 0.8.12:
  + bgo#631242, bgo#630784: Fix US 30/360 date calculations.
  + bgo#631504: Fixed sorting with accentuated characters.
  + bgo#632310: Allow filled plots to be displayed behind the grids
  + Fixed patterns with cairo-1.10.
  + bgo#633735: Fixed flawed exponential fit in graphs for small
    values.
  + bgo#633965: Fixed an infinite loop condition in cubic spline
    evaluation.
  + Fix GOImage-vs-cairo lifecycle issue.
  + Fix loading of weird themes.
* Sat Oct 02 2010 vuntz@opensuse.org
- Update to version 0.8.11:
  + Implement custom grids in xyz plots. [bgo#624273]
  + Update API documentation.
  + Improve fractional days support for date axes.
  + Draw charset/locale selectors with "radio" buttons.
  + Fix charset problem for Japanese. [bgo#627829]
* Sun Sep 05 2010 vuntz@opensuse.org
- Update to version 0.8.10:
  + Make sure the first rather than the last error is shown.
  + Provide the opportunity of all errors to be shown.
  + Always use real line width when evaluating dashes. [bgo#442546]
  + Update x and y limits when data change for xyz plots.
    [bgo#627288]
  + Do not crash when displaying cubic spline with no abscissa.
    [bgo#627507]
  + Do not save image filling with no image. [bgo#627690]
  + Don't use g_free instead of xmlFree. [bgo#627700]
  + Optionaly delete trendlines from legend. [bgo#628031]
  + Fix critical in go_doc_finalize. [bgo#628467]
  + Fixed a potential crasher in
    gog_styled_object_document_changed. [bgo#628671]
  + Fixed GOImage references management. [bgo#628732]
  + Limit formats to sane number of decimals. [bgo#627066]
  + Fix minor go_string_replace issue.
  + Plug leaks.
  + Fix char-xmlChar confusion.
  + Fix graph crash. [bgo#628259]
  + Improve go_format_is_date.
  + Improve handling of date axes with time-of-day.
  + Fix FMR on image load. [Part of bgo#628467]
  + Updated translations.
* Tue Aug 17 2010 dimstar@opensuse.org
- Update to version 0.8.9:
  + bgo#626206, bgo#626263, bgo#626305: Don't crash when loading a
    corrupted chart.
  + Fix blur in zoomed charts.
  + bgo#626665: Fix memory leak and criticals in graph editor.
  + bgo#531070: Allow themes defined as xml files.
  + bgo#626461: Update currencies.
* Mon Aug 09 2010 vuntz@opensuse.org
- Update to version 0.8.8:
  + Make sure that go_format_sel_format_classification returns the
    value used by the format selector. [bgo#625454]
  + Do not take manually placed charts into account when evaluating
    rows and columns in GogGraph.
  + Fixed contour plots legend. [bgo#623887]
  + Add go_string_replace function.
  + Add functions to manage GOFormatDetails.
  + Fix go_conf notification problem. [bgo#625549]
  + Implement weekly ticks for date axes. [bgo#624340]
* Tue Jul 27 2010 andrea@opensuse.org
- Update to version 0.8.7:
  + Implement cumulative histograms.
  + Make histogram able to use raw data.
  + Implement equations rotation. [bgo#622782]
- Changes from version 0.8.6:
  + Clean-up some win32 code.
  + Fix point-on-graph crash. [bgo#620198]
  + Ensure format menu has yyyy-mm-dd.
  + Improve docs.
  + Fix currency ordering. [bgo#621336]
  + Fix rounding problems for very large numbers.
- Changes from version 0.8.5:
  + Fix the --without-gtk winbuild. [bgo#619312]
  + Fix trend-line problem with inverted x-axis. [bgo#619958]
- Changes from version 0.8.4:
  + Fix the --without-gtk build. [bgo#618592]
  + Regression fixes.
  + Improve linear regression accuracy.
  + Plug leaks.
- Changes from version 0.8.3:
  + Improve probability plots.
  + Implement the "combo-activate" signal in GOCombo. [bgo#583175]
  + Use markup for graph tips.
  + Fix week numbers issue.
  + Fix matrix inversion crash. [Part of bgo#617469]
  + Fix win32 configuration problem. [bgo#617672]
* Wed Apr 28 2010 dimstar@opensuse.org
- Update to version 0.8.2:
  + bgo#608422: Support fd:// URIs on win32
  + Add more GOPath API
  + bgo#613523: Implement conf notification in keyfile case
  + Fix distance calculation for arc, ellipse, polygon, polyline,
    and rectangle
  + Support rotation for text on canvas
  + Add PolyPolygon and Path
* Tue Mar 09 2010 dimstar@opensuse.org
- Update to version 0.8.1:
  + bgo#609833: Remove libglade dependency from pc file.
  + bgo#610434: Use gtk_buildable_get_name instead of
    gtk_widget_get_name where ppropriate.
  + bgo#610435: Fix crash in GogGuru.
  + bgo#611163: Fix cubic splines with invalid data.
  + bgo#611415: Fix locale selector issue.
  + Canvas improvements.
- Remove the libglade workaround.