Commit graph

80 commits

Author SHA1 Message Date
wiz
6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
nia
773cde7da8 *: Use the tools framework for itstool
Now it should be more obvious when a package needs it as a dependency,
as it will fail loudly if it isn't declared as a tool.

While here, some duplicate dependencies on itstool were removed from the
MATE packages
2021-05-02 10:24:47 +00:00
adam
9d0e79c401 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
wiz
1a2235c8b9 gnumeric112: remove python PLIST, really 2021-04-13 22:36:49 +00:00
wiz
9ea2ac1e6e gnumeric112: the package does not really handle python as an option
Remove non-working option. Can be added back if someone wants to do it.
2021-04-13 18:20:49 +00:00
wiz
829b2c3b09 gnumeric112: remove files that are in python PLIST from main PLIST 2021-04-13 09:11:27 +00:00
nia
320d0282f8 gnumeric: Update to 1.12.48
Gnumeric 1.12.48

Andreas:
	* Add axis title to chart in histogram tool. [#408]
	* Fix line end marker roundtrip through strict ODF
	* Improve export of line markers to ODF for interoperability
	* Improve line marker handling on import
	* Fix LaTeX export. [#489]
	* When reading an ODF file make all sheets of equal size. [#505]

Jean:
	* Fix xlsx object non-import crash.
	* Fix in-place graph data problem.  [#492]
	* Port to Python3. [#419]

Morten:
	* Fix performance issue with sample_datasource.  [#491]
	* Fix partial-line issue with sample_datasource.
	* Fix load of in-place graph data with extra ()s.  [#492]
	* Fix Ctrl-; cursor position.  [#494]
	* Fix ssconvert --merge-to problem.  [#496]
	* Fix sheet size paste problem.  [#497]
	* Speed up really large auto-filters.  [#465]
	* Fix 2038 problem on quit.
	* Improve tests.
	* Improve dependency tracking for implicit intersection. [#501]
	* Fix format dialog issue.  [#503]
	* Re-tune style quad tree.  [#234]
	* Re-tune dependency bucket system.  [#502]
	* Fix global name parsing problem with non-uniform sheet sizing.
	* Avoid style dependency redraw during file load.
	* Tend to dead kittens.
	* Fix metadata dialog.  [#510]
	* Fix potential 64-bit problem with signals.
	* Fix GnmRange introspection.
2021-02-11 16:08:51 +00:00
ryoon
2831546220 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
leot
953ab724e1 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
wiz
e48834be5e gnumeric112: disable python function plugin by default
It uses python 2.x and gnumeric upstream has turned off the plugin by
default as well.

Add a "python" option for those who really need it.

Update some outdated comments.

Bump PKGREVISION.
2020-05-20 16:48:41 +00:00
nia
9524f8333f gnumeric: Update to 1.12.47
Gnumeric 1.12.47

Andreas:
	* Fix chart and image name roundtrip through ODF. [#477]
	* Fix print flag roundtrip for sheet objects through ODF. [#486]

Jean:
	* Fix crash when the embedded spreadsheet is invalid. [#481]

Morten:
	* Fix dialog size problem.
	* Add "--set CELL=CONTENTS" option to ssconvert.
	* Improve tests.
	* Improve speed on exit with lots of conditional formatting.
	* Improve error message [#472]
	* Impose ordering of ssconvert --export-graphs
	* Doc fixes.
	* Fix CELL crash.  [#479]
	* Handle export options for ssconvert --export-graphs.
	* Fix deps crash.  [#480]
	* Fix chart name roundtrip through XLSX.  [#478]
	* Fix sheet object print flag roundtrip through XLSX.  [#486]
2020-05-17 23:47:45 +00:00
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
wiz
c2f0c14712 gnumeric: update to 1.12.46nb1.
Remove mk/omf-scrollkeeper.mk, unneeded since 1.12.33.
2020-02-17 15:40:31 +00:00
wiz
8ae55d0d34 gnumeric: update to 1.12.46.
Gnumeric 1.12.46

Andreas:
	* Fix format import from ODF. [#403]

Jean:
	* Fix charts size in XLS format. [#414]
	* Fix loading string from arrays in charts. [#416]
	* Implement wrapping of rotated text. [#394]

Morten:
	* Fix over-eager guessing of dates in csv.  [#401]
	* Fix Mac build problem.  [#402]
	* Fix inter-process paste crash [#406]
	* Fix problem saving cell protection to xlsx.  [#409]
	* Look for python3 before python.  [#419]
	* Fix SUMIF (etc) problem with blank criteria.  [#423]
	* Improve editing of percentages.  [#413]

Thomas Kuehne:
	* Improve html import.  [#392]

Shlomi Fish:
	* Command line export of graphs.  [#410]
2019-11-13 11:46:53 +00:00
rillig
79ae9cc434 math: align variable assignments
pkglint -Wall -F --only aligned -r

Manual correction in R/Makefile.extension for the MASTER_SITES
continuation line.
2019-11-02 16:16:18 +00:00
adam
435af01a8b Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
bdf556c0ed gnumeric112: Update to 1.12.45
The Gnumeric Team is pleased to announce the availability of Gnumeric
version 1.12.45. This is a bugfix release.

Details of changes by contributor:

Eugen Dedu
    Doc fixes. [Bug 380] [Bug 381] [Bug 382].
Morten
    Add DIGAMMA function.
    Support ISO-8601 UTC date/time input. Mostly. [Bug 371].
    Improve cvs separator guessing. [Bug 397].
    Add export option "active-sheet". [Bug 396].
Thomas Klausner
    Fix compilation issue. [Bug 378].
Thomas Kuehne
    Handle odf files with no styles whatsoever. [Bug 389].
    Improve Excel standalone-xml import. [Bug 391].
2019-07-30 14:22:10 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
maya
7820bc7a2f fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
2019-04-26 14:12:31 +00:00
maya
5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
wiz
4a46bcc063 gnumeric112: add two patches to fix clang build 2019-01-15 12:05:56 +00:00
wiz
b9f4ccc68b gnumeric112: re-enable cs translation.
The underlying problem in itstool (actually, py-libxml2) is now fixed.

Bump PKGREVISION.
2019-01-09 13:41:44 +00:00
wiz
fa691cc2e7 gnumeric: update to 1.12.44.
Gnumeric 1.12.44

Jean:
	* Fix document properties types. [#367]
	* Call pygobject_init() if needed. [#368]

Morten:
	* Fix SWITCH's default argument.  [#354]
	* Fix problem with setting auto-func.  [#357]
	* Fix problem reading really old xls format.
	* Fix sheet filter problem.  [#359]
	* New NT_RADICAL function.
	* Fix conditional style crash.
	* Fix applix locale problem.  [#362]
	* Fix applix encoding and escape problems.  [#363]
	* New LAMBERTW function.
	* Plug sheet object leak with paste.
	* Fix documentation problem for vararg functions.
2018-12-01 11:31:35 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
wiz
dd6bd365bb gnumeric: update to 1.12.43.
Changes not found
2018-09-02 08:31:57 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
1c6ea05d41 gnumeric: update to 1.12.42.
Gnumeric 1.12.42

Morten:
	* Plug leaks.
	* Introspection fixes.
	* Work around gtk+ breakage re. link colors.
	* Fix problems with ssconvert --export-file-per-sheet.  [#694408]
	* Enable ssconvert --export-file-per-sheet for html, latex, and pdf.
	* Test suite improvements.
	* ssconvert improvements.
	* Makefile improvements.
	* Don't save any configuration when running ssconvert/ssdiff/...
	* Turn GnmFunc into a GObject.
	* Make clipboard output deterministic.
	* Fix conditional format crash [#343].
2018-08-16 09:38:01 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
wiz
b2c21303f8 gnumeric: update to 1.12.41.
Gnumeric 1.12.41

Morten:
	* Fix problem with object pasting.
	* Fix undo problem for cell comments.  [#732653]
	* Exit with non-zero with we fail to load file on command line.
	* Fix undo crash.  [#795861]
	* Introspection fixes.
	* Don't offer more than 15 significant digits by default.  [#754391]
2018-05-26 22:11:32 +00:00
wiz
90add85b35 gnumeric: update to 1.12.40.
Gnumeric 1.12.40

Andreas:
	* Fix histogram tool for the case of no labels. [#795475]

Dean McCarron:
	* Introspection fixes.

Morten:
	* Add floating-point environment sanity check.  [#794515]
	* Before saving, verify that files hasn't changed on disk.  [#334024]
	* Add GUI for comparing sheets.
	* Introspection fixes.
	* Clean up workbook view construction.
	* Test suite improvements.
	* Fix problems with boxed types.
	* Avoid most punting for object properties.
	* Fix paste from LibreOffice.
	* Fix paste to LibreOffice -- use Biff8.  [#795280]
	* Allow inter-process paste-special.  [#346630]
	* Fix ssconvert --merge-to problem with names.  [#795408]
	* Fix problem with image pasting.
	* Allow pasting an image into Gnumeric.  [#366816]
	* Full-column paste includes column width.  [#121722]
	* Auto-fix shared array formulas in gnumeric files.
	* No-net-access doc build.  [#790226]
	* No-net test suite fixes.
2018-05-07 11:55:00 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
adam
7e12874951 gnumeric112: updated to 1.12.39
Gnumeric 1.12.39:
This is a minor bugfix release.

Fix ssdiff problem.
Fix ISREF.
Some internal array formula code cleanups.
Fix problem with stopping a glpk solver.
Improve workaround for gtk+ scrollbar bug.
Fix minor issue for MUNIT.
Doc fixes.
2018-04-15 08:32:31 +00:00
adam
5c61a0c82c gobject3: buildlink3 -> DEPENDS 2018-04-14 12:24:31 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
f8f79fc2bc gnumeric: update to 1.12.38.
Gnumeric 1.12.38

Morten:
	* Avoid large stack use here and there.
	* Test suite improvements.
	* Improve sylk writer.  Don't ask.
	* Teach ssdiff about column/row sizes.
	* Teach ssdiff about defined names.
	* Fix a few ssdiff crashes.
	* Fix crash on text import.

--------------------------------------------------------------------------
Gnumeric 1.12.37

Morten:
	* Test suite improvements.
	* Improve format guessing for newly entered formulas.
	* Improve PERMUTATIONA for unusual arguments.  [#790742]
	* Extend range of NT_PI.
	* Improve xlsx export of cell comments.  [#790756]
	* Plug leaks.
	* Fix potential crash on exit.
	* Speed-up number theory functions.
	* Fix combo object icon.
	* Code cleanups for main binary.
	* Fix potential crash in gtk scroll bar bug workaround.
	* Avoid large stack use here and there.
2018-01-28 17:19:16 +00:00
wiz
1382a4347d gnumeric: update to 1.12.36nb1.
Disable cs translation to fix build despite broken itstool 2.0.4
(see https://github.com/itstool/itstool/issues/22)

Addresses PR 52860 by John D. Baker.
2017-12-26 16:45:41 +00:00
markd
64ed0d7b4d gnumeric112: update to 1.12.36
Noteworthy news in this release:
* ODF/XLSX import/export improvements with contour graphs.
* Fix some GUI issues caused by Gtk+ "updates".
2017-12-19 09:56:51 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
wiz
9a72cc0f14 gnumeric: update to 1.12.35.
Gnumeric 1.12.35

Jean:
	* Fix cell border style selectors with recent gdk-pixbuf. [#781988]

Morten:
	* Test suite improvements.
	* Improve relative accuracy of BESSELJ and BESSELY.
	* New function REDUCEPI.
	* Fix further fallout from glpk format change.  [#783077]

--------------------------------------------------------------------------
Gnumeric 1.12.34

Andreas:
	* Fix hyperlinks import from ODF. [#779635]

Jean:
	* Fix xlsx export of chart series names. [#778618]
	* Always export a transparent fill style in charts. [#779160]

Morten:
	* Doc fixes.
	* Fix xlsx import with missing header/footer. [#778292]
	* Minor xlsx import improvements with alias colors.
	* Test suite improvements.
	* Improve Excel handling of hyperlinks.
	* Hyperlinks improvements.  [#706671]
	* Plug leaks.
	* Fix issues with sheet-local names.
	* ssdiff improvements with hyperlinks, input messages,
	  conditional formats, and validations.
	* Make exit code from ssdiff follow diff's.
	* Fix ssdiff with inter-sheet references.
	* Fix style border colour sharing.

--------------------------------------------------------------------------
Gnumeric 1.12.33

Andreas:
	* Fix export/import of scaling information to/from ODF.
	* Fix Wilcoxon Signed Rank Test handling of ties. [#772718]
	* Fix xlsx export of scale to page information. [#776196]

Jean:
	* Fix use of cell formats in graphs data labels. [#777338]

Morten:
	* Speed up sstest part of test suite.
	* Bring documentation build into the 21 century.
	* Non-linear solver improvements.
	* Avoid atomizing style regions with conditional formats.
	* Adapt to glpk file format changes.
	* Fix stf problems with text format.  [#777543]

--------------------------------------------------------------------------
Gnumeric 1.12.32

Andreas:
	* Improve html4.0 fragment export. [#769343]
	* Fix moving averages, exponential smothing and principal
	  component tools. [#769659]

Jean:
	* Fix  paradox plugin build with pxlib-0.6.7. [#769319]

Morten:
	* Avoid gnome-common dependency.
	* New text functions CONCAT, TEXTJOIN.
	* New selection functions IFS, SWITCH.
	* New aggregation functions SUMIFS, AVERAGEIFS, MINIFS, MAXIFS, COUNTIFS.
	* Fix criteria function issue with errors in the selector area.
	* Fix corner case for MINA and MAXA.
	* Fix criteria matching of numbers against strings.
	* Test suite improvements.

--------------------------------------------------------------------------
Gnumeric 1.12.31

Morten:
	* Fix case issues for database functions.
	* Anchor COUNTIF criteria at end too.
	* Add tests for COUNTIF.
	* Fix inter-process paste crash.  [#768164]

--------------------------------------------------------------------------
Gnumeric 1.12.30

Morten:
	* Improve format guessing for csv and txt files.
	* Fix DCOUNT and DCOUNTA with missing field.  [#767290]
	* Fix strictness in database functions.
	* Fix a bunch of corner cases for database functions.
	* Add tests for database functions.

--------------------------------------------------------------------------
Gnumeric 1.12.29

Jean:
	* Fix array reading in plots using matrix data. [#765483]

Morten:
	* Documentation fixes for complex numbers.
	* Fix rare RANDBETWEEN problem.
	* Test suite improvements.
	* Fix value-area problem.  [#765438]
	* Make xlsx shared strings parsing more robust.  [#765544]
	* Dead kittens.

--------------------------------------------------------------------------
Gnumeric 1.12.28

Morten:
	* Fuzzed file fixes.  [#761663] [#761727] [#762278]
	* Plug leaks.
	* Fix problems with ssconvert to lp/cplex formats.
	* Add sensitivity report to solver.
	* Fix bounds problem with cplex exporter.
	* Fix IMARCCOSH(1).
	* Add more tests for complex number evaluation.
	* Improve accuracy of IMLOG10.

--------------------------------------------------------------------------
Gnumeric 1.12.27

Andreas:
	* Read/write rich-text font-size from ODF files. [#759983]
	* Read/write zoom values to/from ODF files in LO compatible way. [#700013]
	* Read new attribute to am/pm element in ODF import. [#760043]
	* Fix NETWORKDAYS. [#760576]

Jean:
	* Fuzzed file fix.  [#760546]
	* Fix data labels when the source is a range with several rows and
	 columns. [#761048]

Morten:
	* Teach ssconvert to split sheets into separate .txt files [#694408]
	* Improve test suite.
	* Fuzzed file fixes.  [#760046] [#760085] [#760087] [#760089]
	  [#760043] [#760103] [#760102] [#760101] [#760105] [#760106]
	  [#760104] [#760229] [#760231] [#760232] [#760544] [#760545]
	  [#761295]
	* Fix R.DBINOM extreme-value case.  [#760230]
	* New function AGM.
	* Fix canvas problem leaving grab in place.  [#760639]
	* Work around gtk+ bug causing growing windows.  [#761142]
	* Improve BESSELJ and BESSELY.
	* Improve BETA accuracy.
	* Fix problem with database functions.  [#761305]
	* Fix font problem for ssconvert to pdf.  [#761296]
	* Fix bison check.  [#761398]
	* Improve IMIGAMMA coverage.

--------------------------------------------------------------------------
Gnumeric 1.12.26

Morten:
	* Fix potential crasher on showing initial window.

--------------------------------------------------------------------------
Gnumeric 1.12.25

Jean:
	* Add support in recent files dialog for multiple selesction and double
	click. [#759160]

Morten:
	* Fix TABLE problems.  [#752181]  [#752178]  [#752182]
	* Fuzzed file fixes.  [#752179]  [#752180]
	* Add R.DGUMBEL, R.PGUMBEL, R.QGUMBEL.
	* Fix conditional format problem.  [#750271]
	* Test also RANDWEIBULL and RANDLOGNORM.
	* Fix problem with R.QHYPER
	* Add R.DRAYLEIGH, R.PRAYLEIGH, R.QRAYLEIGH.
	* Fix GUI translation problems.
	* Fix bugs with merged cells.  [#504004]
	* Make builds more reproducible.
	* Improve ssdiff for validation.
	* Fix problem with xls export of list validation.  [#557555]

--------------------------------------------------------------------------
Gnumeric 1.12.24

Jean:
	* Fix printing of sheet objects with one cell or absolute anchors. [#753961]
	* Fix snap to grid for one cell or absolute anchored objects. [#754792]
	* On export, just change the extension, not more. [ubuntu #1497344]
2017-10-03 14:36:56 +00:00
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00