Commit Graph

32 Commits

Author SHA256 Message Date
Dominique Leuenberger
c1b1017c5a Accepting request 1058742 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1058742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=14
2023-01-17 16:34:57 +00:00
Danilo Spinella
d09a0a1438 Accepting request 1058626 from home:dirkmueller:Factory
- update to 0.0.5:
  * Fix a bunch of issues discovered by oss-fuzz.
  * Require C++11 for building.
  * Modernize the code a bit.
  * Fix assignment of RVNGString from a C String. The previous code would
  append to the current content instead of replacing it.
  * When appending a characer to an RVNGString (i.e., using the char
    overload of
  append()), don't validate the character. Some libraries use this
  function to construct an RVNGString from UTF-8 code points.
  * Drop outdated MSVC project files.
  * Extend API documentation a bit.
  * Emit viewBox attribute for SVG output to fix user unit to ensure
  proper scaling.
  * More fixes for GDB pretty printers.

OBS-URL: https://build.opensuse.org/request/show/1058626
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=32
2023-01-16 16:37:13 +00:00
Dominique Leuenberger
c9d23ecfcb Accepting request 949479 from LibreOffice:Factory
fix license header + download url

OBS-URL: https://build.opensuse.org/request/show/949479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=13
2022-01-29 20:01:13 +00:00
Fridrich Strba
7a56dbc315 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=30 2022-01-27 15:09:15 +00:00
Fridrich Strba
44d8f9bb8c Accepting request 949468 from home:fstrba
OBS-URL: https://build.opensuse.org/request/show/949468
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=29
2022-01-27 14:55:04 +00:00
Fridrich Strba
ffa64544d7 Accepting request 949448 from home:fstrba
fix license header

OBS-URL: https://build.opensuse.org/request/show/949448
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=28
2022-01-27 13:49:35 +00:00
Dominique Leuenberger
1f6ceff974 Accepting request 726341 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/726341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=12
2019-09-02 10:51:24 +00:00
Tomáš Chvátal
a132fa0ccb Accepting request 726335 from home:jengelh:branches:LibreOffice:Factory
- Adjust SRPM group.

OBS-URL: https://build.opensuse.org/request/show/726335
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=26
2019-08-27 06:33:23 +00:00
Dominique Leuenberger
24080a8b4f Accepting request 723949 from LibreOffice:Factory
- Format a bit with spec-cleaner
- Do not run tests on SLE12 where they crash

OBS-URL: https://build.opensuse.org/request/show/723949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=11
2019-08-22 13:03:47 +00:00
Tomáš Chvátal
b8fd2335bf - Format a bit with spec-cleaner
- Do not run tests on SLE12 where they crash

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=24
2019-08-16 09:48:57 +00:00
Dominique Leuenberger
ca9c03ae1f Accepting request 709674 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/709674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=10
2019-06-26 14:01:24 +00:00
Tomáš Chvátal
8dad110dd7 Accepting request 709667 from home:dimstar:Factory
- Co-own %{_datadir}/gdb: so far we just relied on gcc9 in
  the build stack to coincidentially own this directory for us, but
  gcc9 split the gdb pretty printers out in a separate sub-package.

Fixes build in Staging:B, where GCC9 no longer pulls in the pretty
printer for gdb in every buildroot

OBS-URL: https://build.opensuse.org/request/show/709667
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=22
2019-06-13 07:25:47 +00:00
Dominique Leuenberger
008ae16c9c Accepting request 453976 from LibreOffice:Factory
1

OBS-URL: https://build.opensuse.org/request/show/453976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=9
2017-02-18 23:44:10 +00:00
Fridrich Strba
e3abfe14bd Accepting request 453874 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/453874
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=20
2017-02-01 20:48:36 +00:00
Dominique Leuenberger
cc92962eeb Accepting request 390134 from LibreOffice:Factory
1

OBS-URL: https://build.opensuse.org/request/show/390134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=8
2016-04-30 21:24:59 +00:00
Tomáš Chvátal
6fd6360c9b Accepting request 390132 from home:dimstar:Factory
- Do not BuildRequire gdb: there is no need to be ordered behind
  gdb in the build tree. Configure does check for the presence of
  the gdb binary, but the detected value is not used in the entire
  source tree.

OBS-URL: https://build.opensuse.org/request/show/390132
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=18
2016-04-15 08:08:03 +00:00
Dominique Leuenberger
007fd41c5c Accepting request 353191 from LibreOffice:Factory
0.0.4

OBS-URL: https://build.opensuse.org/request/show/353191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=7
2016-01-13 21:44:36 +00:00
Fridrich Strba
3f8e8f28f4 0.0.4
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=16
2016-01-12 09:19:31 +00:00
Dominique Leuenberger
ef77ffbace Accepting request 350884 from LibreOffice:Factory
0.0.3

OBS-URL: https://build.opensuse.org/request/show/350884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=6
2016-01-04 08:20:04 +00:00
Fridrich Strba
b24ff3dcd1 0.0.3
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=14
2015-12-26 13:02:20 +00:00
Stephan Kulow
4df58e5b0e Accepting request 343812 from LibreOffice:Factory
1

OBS-URL: https://build.opensuse.org/request/show/343812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=5
2015-11-24 21:20:37 +00:00
Fridrich Strba
02cb44024f Accepting request 343802 from home:namtrac:boost
- Fix compilation with boost 1.59

OBS-URL: https://build.opensuse.org/request/show/343802
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=11
2015-11-11 11:36:21 +00:00
Dominique Leuenberger
92c3137cdd Accepting request 267028 from LibreOffice:Factory
- Version bump to 0.0.2:
  - Better handling of invalid input in RVNGDirectoryStream functions.
  - Add documentation for RVNGDirectoryStream.
  - Add text:outline-level to allowed paragraph properties. This is to allow
    import libraries to handle headings properly.
  - Properly handle units in all generators, instead of expecting everything is
    in inches.
  - Implement open/closeGroup for RVNGSVGDrawingGenerator.
  - Improve handling of layers in RVNGSVGPresentationGenerator.
  - Handle master pages in RVNGSVGDrawingGenerator and
    RVNGSVGPresentationGenerator.
  - Simple handling of tables in RVNGSVGDrawingGenerator and
    RVNGSVGPresentationGenerator: just create a text box for each cell.
  - Fix return value of RVNGStringStream::seek when seeking to end.
  - Fix some warnings found by Coverity.
  - Use symbol visibility on Linux. The library only exports public functions
    now.
  - Fix several crashes or hangs when reading broken OLE2 or Zip files, found
    with the help of american-fuzzy-lop.
  - Add fo:language, fo:country and fo:script to allowed span properties.
  - Handle headings in RVNGHTMLTextGenerator

OBS-URL: https://build.opensuse.org/request/show/267028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=4
2015-01-05 03:42:47 +00:00
Tomáš Chvátal
0e553c14d5 - Version bump to 0.0.2:
- Better handling of invalid input in RVNGDirectoryStream functions.
  - Add documentation for RVNGDirectoryStream.
  - Add text:outline-level to allowed paragraph properties. This is to allow
    import libraries to handle headings properly.
  - Properly handle units in all generators, instead of expecting everything is
    in inches.
  - Implement open/closeGroup for RVNGSVGDrawingGenerator.
  - Improve handling of layers in RVNGSVGPresentationGenerator.
  - Handle master pages in RVNGSVGDrawingGenerator and
    RVNGSVGPresentationGenerator.
  - Simple handling of tables in RVNGSVGDrawingGenerator and
    RVNGSVGPresentationGenerator: just create a text box for each cell.
  - Fix return value of RVNGStringStream::seek when seeking to end.
  - Fix some warnings found by Coverity.
  - Use symbol visibility on Linux. The library only exports public functions
    now.
  - Fix several crashes or hangs when reading broken OLE2 or Zip files, found
    with the help of american-fuzzy-lop.
  - Add fo:language, fo:country and fo:script to allowed span properties.
  - Handle headings in RVNGHTMLTextGenerator

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=9
2015-01-02 13:15:03 +00:00
Stephan Kulow
461e00749b Accepting request 239918 from LibreOffice:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/239918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=2
2014-07-10 12:55:33 +00:00
Tomáš Chvátal
8d76eea5bf - Add gdb dep to provide /usr/share/gdb directory
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=7
2014-07-01 14:17:24 +00:00
Tomáš Chvátal
5ad99a4fea - Disable silent rules
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=6
2014-07-01 14:12:16 +00:00
Tomáš Chvátal
c96de458dd - Add group
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=5
2014-07-01 14:09:01 +00:00
Stephan Kulow
3c8664f060 Accepting request 236826 from LibreOffice:Factory
librevenge is dependency of many submitted libraries

OBS-URL: https://build.opensuse.org/request/show/236826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=1
2014-06-16 19:27:02 +00:00
Fridrich Strba
2089a31fd9 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=3 2014-06-11 08:47:55 +00:00
Fridrich Strba
bb77a44a1d Accepting request 236121 from home:fstrba
Upgrade to 0.0.1

OBS-URL: https://build.opensuse.org/request/show/236121
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=2
2014-06-03 07:14:34 +00:00
Tomáš Chvátal
13c9fb6e4b Accepting request 235353 from home:fstrba
Initial package of librevenge

OBS-URL: https://build.opensuse.org/request/show/235353
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=1
2014-05-26 09:09:12 +00:00