Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libwps-tools | Distribution: openSUSE Leap 16.0 |
Version: 0.4.14 | Vendor: openSUSE |
Release: lp160.1.2 | Build date: Thu Jun 29 11:11:18 2023 |
Group: Unspecified | Build host: reproducible |
Size: 277751 | Source RPM: libwps-0.4.14-lp160.1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://libwps.sourceforge.io/ | |
Summary: Tools for converting the Microsoft Works text and spreadsheet formats |
Tools to work with the Microsoft Works word processor and spreadsheet file format, based on libwps.
LGPL-2.1-or-later AND MPL-2.0
* Thu Jun 29 2023 Danilo Spinella <danilo.spinella@suse.com> - Update to 0.4.14: * autoupdate configure.ac * correct various warnings * Fri Dec 02 2022 Dirk Müller <dmueller@suse.com> - update to 0.4.13: * Quattro Dos: try to retrieve correctly the spreadsheet's name when creating some charts, Quattro: try to avoid potential spreadsheet names clashes + * Quattro[dos,wq2]: try to retrieve sheet's name + check that the sheet id in formula is not greater than 255, PocketWord: change some comments... * Fri Jan 28 2022 Fridrich Strba <fstrba@suse.com> - Fix license header to correspond to SPDX abbreviation * Wed May 19 2021 Fridrich Strba <fstrba@suse.com> - Define conditionally make_build to fix build on systems that do not have that macro * Tue Feb 23 2021 Dirk Müller <dmueller@suse.com> - udpate to 0.4.12: - add a minimalist parser for Pocket Word .psw and .pwi files * Thu Jun 18 2020 Tomáš Chvátal <tchvatal@suse.com> - Update to 0.4.11: - XYWrite: add a parser to .fil v2,v4 files - wks,wk1: try to correct some problems when retrieving cell's reference. * Thu Nov 15 2018 Tomáš Chvátal <tchvatal@suse.com> - Version update to 0.4.10: * QuattroPro: add parser of .qwp files * all: support complex encoding * Wed May 30 2018 tchvatal@suse.com - Version update to 0.4.9: * QuattroPro: add parser to .wb3 files * Multiplan: add parser to DOS v1-v3 files * charts: try to retrieve charts in .wk*, .wq* files * QuattroPro: add parser to .wb[12] files * switch to c++11 * fuzzing: correct many problems * Wed Nov 29 2017 tchvatal@suse.com - Version update to 0.4.7: * Many fixes found by fuzzing * Mon May 15 2017 tchvatal@suse.com - Version update to 0.4.6: * Small bugfixes * Wed Feb 01 2017 adam.majer@suse.de - use individual libboost-*-devel packages instead of boost-devel * Fri Jan 13 2017 tchvatal@suse.com - Version update to to 0.4.5: * Additional lotus wk4 support * Sat Oct 22 2016 jengelh@inai.de - Remove redundant pkgconfig requires * Tue Oct 18 2016 tchvatal@suse.com - Version update to 0.4.4: * Few lotus fixes * Thu May 12 2016 tchvatal@suse.com - Version update to 0.4.3: * Few small fixes, see upstream news for detailed info * Wed Oct 07 2015 tchvatal@suse.com - Version update to 0.4.2: * Add support for microsoft write files * Fri Aug 28 2015 tchvatal@suse.com - Version bump to 0.4.1: - QuattroPro: correct a mistake when reading negative cell's position. - Fix some Windows build problems. - Fix more than 10 hangs when reading damaged files, found with the help of american-fuzzy-lop. - Performance: improve the sheet's output generation. * Sat Jun 13 2015 tchvatal@suse.com - Version bump to 0.4.0: - add support for unknown encoding files (ie. DOS file) - add potential support for converting Lotus, ... documents, - accept to convert all Lotus Wk1 files and Symphony Wk1 files, - add support for Lotus Wk3 and Wk4 documents, - add support for Quattro Pro Wq1 and Wq2 documents, - only in debug mode, add pre-support for Lotus Wk5..., must allow to retrieve the main sheets content's with no formatting, - add potential support for asking the document's password ( but do nothing ) - correct some compiler warnings when compiling in debug mode. * Fri Jan 02 2015 tchvatal@suse.com - Version bump to 0.3.1: - Fix parsing of floating-point numbers in specific cases. - Fix several minor issues reported by Coverity and Clang. - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the public functions now. - Import @TERM and @CTERM functions (fdo#86241). - Handle LICS character encoding in spreadsheets (fdo#87222). - Fix a crash when reading a broken file, found with the help of american-fuzzy-lop. * Mon May 26 2014 fstrba@suse.com - Upgrade to upstream version 0.3.0 * ABI change * Remove dependency on libwpd-devel * Add dependency on librevenge-devel - Added support of Microsoft Works spreadsheets * Sat Jan 25 2014 tchvatal@suse.com - Cleanup with spec-cleaner * Sat Jan 18 2014 crrodriguez@opensuse.org - build with -fvisibility-inlines-hidden - Enable verbose build. * Mon May 27 2013 tchvatal@suse.com - update to 0.2.9 - Various coverity and style fixes - Add provides line to make rpmlint happy * Sat Apr 20 2013 tchvatal@suse.com - Use url download path. * Fri Apr 19 2013 fridrich.strba@suse.com - update to 0.2.8 - Add MPL 2.0+ as license - Miscellaneous coverity fixes - Add support of text frames and pictures - Improvements in table code - Read the page orientation * Tue Nov 06 2012 tchvatal@suse.com - update to 0.2.7 - Disable werror explicitely * Thu May 31 2012 fridrich.strba@suse.com - upgrade to 0.2.6 - Boost dependency for shared_ptr - Miscellaneous upstream bug fixes and enhancements * Mon Feb 13 2012 coolo@suse.com - patch license to follow spdx.org standard * Tue Nov 29 2011 jengelh@medozas.de - Remove redundant/unwanted tags/section (cf. specfile guidelines) - Use %_smp_mflags for parallel building - Set appropriate package group * Tue Nov 29 2011 fridrich.strba@suse.com - upgrade to 0.2.4 - fix generation of invalid xml due to control characters in text stream. * Wed Sep 28 2011 fridrich.strba@suse.com - upgrade to 0.2.3 - Fix miscellaneous crashes due to file-format misunderstanding - Fix production of invalid callgraph with documents with footnotes and lists. - Silence more warnings - add Laurent Alonso to authors - remove unneeded patch * Wed May 18 2011 fstrba@novell.com - Add libwps-0.2.0-gcc46.patch: fix compilation with gcc 4.6.x * Wed May 04 2011 fstrba@novell.com - upgrade to 0.2.2 - Fix memory leaks and jumps based on uninitialized variable - Some feature conversions - Silence some warnings * Thu Mar 24 2011 idoenmez@novell.com - Add libwps-0.2.0-gcc46.patch: fix compilation with gcc 4.6 * Wed Dec 08 2010 fstrba@novell.com - Upgrade to a new ABI version * Wed Oct 22 2008 mrueckert@suse.de - fix debug_packages_requires define * Fri Aug 01 2008 ro@suse.de - fix requires for debuginfo package * Fri Apr 04 2008 mmarek@suse.cz - rename the library package to libwps-0_1-1 as required by the policy (libwps-0.1.so.1 -> libwps-0_1-1) - don't version the devel package after discussion with pmladek we'll do it only if the need arises * Wed Apr 02 2008 mmarek@suse.cz - packaged version 0.1.2, based on work by pmladek
/usr/bin/wks2csv /usr/bin/wks2raw /usr/bin/wks2text /usr/bin/wps2html /usr/bin/wps2raw /usr/bin/wps2text /usr/share/doc/packages/libwps /usr/share/doc/packages/libwps-tools /usr/share/doc/packages/libwps-tools/CREDITS /usr/share/doc/packages/libwps-tools/ChangeLog /usr/share/doc/packages/libwps-tools/NEWS
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jan 30 23:52:29 2025