311 lines
11 KiB
Plaintext
311 lines
11 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Sep 23 05:50:49 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Update to version 0.1.13:
|
|
+ Add missing Numbers function names (tdf#151166)
|
|
- Drop libetonyek-deprecated-boost.patch: fixed upstream
|
|
- Modify libetonyek-mdds-3.0.patch: drop the configure.ac part
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 11 00:49:22 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Added patch:
|
|
* libetonyek-memcmp.patch
|
|
+ missing include of <cstring>
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 11 00:32:27 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Make gcc >= 13 the baseline
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 8 14:31:52 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Update to version 0.1.12:
|
|
+ Fix detectImageDimension causing error in Libreoffice
|
|
- Changes from version 0.1.11:
|
|
+ Upgrade m4 macros.
|
|
+ Fix compiler warnings.
|
|
+ Update documentation and convert it to MarkDown.
|
|
+ Make image dimensions more compatible with LibreOffice
|
|
+ Retrieve more background colors.
|
|
+ Add support for simple image cropping.
|
|
+ Pages: Fixes for retrieving page styles.
|
|
+ Numbers: Use workspace name to create sheet's name.
|
|
+ Numbers: Read more that 256 rows.
|
|
+ Fix build with MSVC.
|
|
- Build against mdds-3.0, like the rest of LibreOffice
|
|
- Build against system default mdds version (mdds-devel, no suffix)
|
|
- Drop stdcxx17.patch and resolve-ambiguities.patch: fixed
|
|
upstream
|
|
- Add libetonyek-deprecated-boost.patch: Fix build with recent
|
|
boost
|
|
- Add libetonyek-mdds-3.0.patch: Allow building against mdds-3.0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 7 09:09:48 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Build against mdds-2.1
|
|
- Added patch:
|
|
* stdcxx17.patch
|
|
+ require C++17, since newer mdds needs it
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 8 06:52:33 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Added patch:
|
|
* resolve-ambiguities.patch
|
|
+ fix some ambiguities in type resolutions on older compilers
|
|
+ enables building on sle12-sp5
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 6 12:49:30 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
|
|
|
- Update to 0.1.10:
|
|
* Parse shadow.
|
|
* Improve detection of the "new" formats.
|
|
* Fix handling of text baseline shift.
|
|
* Improve various formats.
|
|
- Remove upstreamed patch 0001-add-missing-include-for-std-for_each.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 21 21:24:58 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- add 0001-add-missing-include-for-std-for_each.patch to fix build
|
|
issue with newer boost
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 20 10:17:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.1.9:
|
|
* various small bugfixes and fuzzer fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 22 15:57:43 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Version update to 0.1.8:
|
|
+ More support for keynote content
|
|
+ Add support for Keynote 1 documents.
|
|
+ Add support for Numbers 3 documents.
|
|
+ Fix several issues found by oss-fuzz.
|
|
+ Fix build with glm 0.9.9.
|
|
+ Other fixes and improvements.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 7 10:53:55 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Version update to 0.1.7:
|
|
* Fix a few issues found by Coverity.
|
|
* Correctly compute cell row and column.
|
|
* Improve reconstruction of gradients.
|
|
* Improve resolution of cell styles.
|
|
* Parse non-RGB colors.
|
|
* Improve handling of table border lines.
|
|
* Convert cell values to text in presentation and text documents.
|
|
* Handle following-paragraph and following-layout styles.
|
|
* Allow building with different versions of mdds (1.2 is the default).
|
|
* Require C++11 for build.
|
|
* Fix several issues found by oss-fuzz.
|
|
* Disable error output from libxml2.
|
|
* Improve lookup of parent styles.
|
|
* Never insert a page break in a footnote.
|
|
* Drop outdated MSVC project files.
|
|
* Various small fixes and improvements.
|
|
- Drop merged patches:
|
|
* 0001-fix-test-on-i686.patch
|
|
* fix-brain-fart.diff
|
|
* libetonyek-0.1.6-drop_test.patch
|
|
* mdds-1.2.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 5 08:00:24 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Apply patches from debian (and taken from upstream git):
|
|
* fix-brain-fart.diff
|
|
* mdds-1.2.diff
|
|
- Add patch to fix test on i686:
|
|
* 0001-fix-test-on-i686.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 1 12:51:12 UTC 2017 - adam.majer@suse.de
|
|
|
|
- use individual libboost-*-devel packages instead of boost-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 30 08:57:01 UTC 2016 - fstrba@suse.com
|
|
|
|
- Added patch:
|
|
* libetonyek-0.1.6-drop_test.patch bnc#1015467
|
|
- Drop test that violates Unicode tr#35 and thus fails with
|
|
recent liblangtag
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 13 17:28:48 UTC 2016 - fstrba@suse.com
|
|
|
|
- Version bump to 0.1.6:
|
|
* All formats:
|
|
+ Improved handling of text language, e.g., written language
|
|
props now include country and script.
|
|
* Keynote 6:
|
|
+ Parse links.
|
|
+ Parse text language.
|
|
+ Parse lists (bullets).
|
|
+ Resize tables properly.
|
|
+ Fix handling of texts containing non-ASCII characters (i.e.,
|
|
the majority of non-English languages).
|
|
* Miscellaneous:
|
|
+ Fix build with boost 1.54/1.55.
|
|
+ Make help output of conversion tools more help2man-friendly.
|
|
+ Fix build with recent clang, which does not like 'register'
|
|
keyword.
|
|
+ Various small fixes and improvements.
|
|
* Changes to 0.1.5
|
|
+ Parse slide background.
|
|
+ Parse shape style: fill, line stroke, opacity, shadow.
|
|
+ Parse table style: default cell borders, background etc.
|
|
+ Various fixes and improvements.
|
|
* Changes to 0.1.4
|
|
* Parse formulas.
|
|
* Parse cell type and number format.
|
|
* Require mdds 1.0 by default (but 0.12.1 is still supported).
|
|
* Add support for Keynote 6. Imported features include: shapes,
|
|
images, text + text formatting, presentation notes, tables
|
|
(only simple tables are supported.)
|
|
- Generate manpages for the conversion tools
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 24 11:20:19 UTC 2015 - tchvatal@suse.com
|
|
|
|
- Version bump to 0.1.3:
|
|
* Various small fixes
|
|
* More imported now imported
|
|
* Now use mdds to help with some hashing
|
|
- Remove included patch:
|
|
* 0001-fix-test-on-i386.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 15 08:27:40 UTC 2015 - tchvatal@suse.com
|
|
|
|
- Add patch to fix testsuite on i586:
|
|
* 0001-fix-test-on-i386.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 13 12:51:39 UTC 2015 - tchvatal@suse.com
|
|
|
|
- Version bump to 0.1.2:
|
|
* Initial support for pages and numbers
|
|
* Ditch libetonyek-0.1.1-constants.patch as we do not require
|
|
us to build for older boost
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 11 08:26:57 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Update Source URL to have auto-download working again.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 2 14:21:24 UTC 2014 - fstrba@suse.com
|
|
|
|
- libetonyek-0.1.1-constants.patch
|
|
* Ditch the boost/math/constants/constants.hpp altogether
|
|
* Fixes build on systems with older boost
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 3 07:29:00 UTC 2014 - fstrba@suse.com
|
|
|
|
- Upgrade to upstream version 0.1.1
|
|
* Fix detection of Keynote 3 documents.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 26 09:49:13 UTC 2014 - fstrba@suse.com
|
|
|
|
- Upgrade to upstream version 0.1.0
|
|
* ABI change
|
|
* Remove dependency on libwpd-devel
|
|
* Add dependency on librevenge-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 20 14:50:32 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Version bump to 0.0.4:
|
|
* Various bugfixes found during the libreoffice-4.2 cycle
|
|
- Drop upstreamed patches:
|
|
* libetonyek-0.0.3-comma.patch
|
|
* libetonyek-0.0.3-lexical_cast.patch
|
|
* libetonyek-more-lib64.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 18 15:15:18 UTC 2014 - crrodriguez@opensuse.org
|
|
|
|
- build with -fvisibility-inlines-hidden, around 400 symbols
|
|
less in the export symbol table.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 6 00:30:47 UTC 2014 - matz@suse.com
|
|
|
|
- Add ppc64le to list of lib64 archs for boost detection
|
|
Added patches:
|
|
* libetonyek-more-lib64.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 27 08:53:32 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Drop useless dep over libwpg. Cleanup whitespace.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 15 06:03:27 UTC 2013 - fridrich.strba@bluewin.ch
|
|
|
|
- Fix build with some boost versions and compilers
|
|
- Cannot take address of a template function
|
|
- added patches:
|
|
* libetonyek-0.0.3-lexical_cast.patch
|
|
-------------------------------------------------------------------
|
|
Sun Dec 15 05:39:42 UTC 2013 - fridrich.strba@bluewin.ch
|
|
|
|
- Fix comma at the end of an enum.
|
|
- added patches:
|
|
* libetonyek-0.0.3-comma.patch
|
|
-------------------------------------------------------------------
|
|
Sat Dec 14 22:51:11 UTC 2013 - fridrich.strba@bluewin.ch
|
|
|
|
- Bump to 0.0.3
|
|
- import text formatting attributes
|
|
- draw rounded rectangles and callouts
|
|
- fixed build with older boost
|
|
- implemented import of tables
|
|
- implemented import of presentation notes
|
|
- implemented import of sticky notes
|
|
|
|
- removed patches:
|
|
* libetonyek-0.0.0-pi.patch - integrated upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 12 09:05:02 UTC 2013 - fstrba@suse.com
|
|
|
|
- Modify libetonyek-0.0.0-pi.patch
|
|
* fixes build of tests with less recent boost versions
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 9 09:43:24 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Bump to 0.0.1
|
|
* Fixes test
|
|
* Various runtime fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 8 15:25:26 UTC 2013 - fridrich.strba@suse.com
|
|
|
|
- Add libetonyek-0.0.0-pi.patch
|
|
* fixes build problems with less recent boost versions
|
|
- Don't build noarch docs for SLE11
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 1 10:15:49 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Make the package actually build.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 1 10:07:05 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Initial commit, needed by libreo-4.2
|
|
|