Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmwaw.15974 for openSUSE:Leap:15.2:Update checked in at 2021-03-27 06:05:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2:Update/libmwaw.15974 (Old) and /work/SRC/openSUSE:Leap:15.2:Update/.libmwaw.15974.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmwaw.15974" Sat Mar 27 06:05:17 2021 rev:1 rq:880842 version:0.3.17 Changes: -------- New Changes file: --- /dev/null 2021-03-11 01:47:46.020784395 +0100 +++ /work/SRC/openSUSE:Leap:15.2:Update/.libmwaw.15974.new.2401/libmwaw.changes 2021-03-27 06:05:18.412082163 +0100 @@ -0,0 +1,233 @@ +------------------------------------------------------------------- +Mon Jan 18 21:24:23 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 0.3.17: + - add a parser for Jazz(Lotus) writer and spreasheet files + + the writer parser can only be called if the file still + contains its resource fork + - add a parser for Canvas 3 and 3.5 files + - AppleWorks parser: try to retrieve more Windows presentation + - add a parser for Drawing Table files + - add a parser for Canvas 2 files + - configure.ac: add an enable-asan option + - API: add new reserved enums in MWAWDocument.hxx + MWAW_T_RESERVED10..MWAW_T_RESERVED29 + and add a new define in libmwaw.hxx + MWAW_INTERFACE_VERSION + to check if these enums are defined + +------------------------------------------------------------------- +Thu Jun 18 11:29:06 UTC 2020 - Tom???? Chv??tal <[email protected]> + +- Update to 0.3.16: + - remove the QuarkXPress parser (must be in libqxp) + - retrieve the annotation in MsWord 5 document + - try to better understand RagTime 5-6 document + - add a parser for QuarkXPress v1-2 files + +------------------------------------------------------------------- +Tue Apr 23 09:06:22 UTC 2019 - Tom???? Chv??tal <[email protected]> + +- Update to 0.3.15: + * Use zlib more + * Fuzzing fixes + +------------------------------------------------------------------- +Wed May 30 10:29:13 UTC 2018 - [email protected] + +- Update to 0.3.14: + * Support MS Multiplan 1.1 files +- Remove merged patch libmwaw-0.3.13-buildfix.patch + +------------------------------------------------------------------- +Tue Dec 5 09:58:25 UTC 2017 - [email protected] + +- Add patch to build with old gcc: + * libmwaw-0.3.13-buildfix.patch + +------------------------------------------------------------------- +Wed Nov 29 12:32:16 UTC 2017 - [email protected] + +- Version update to 0.3.13: + * Remove merged CVE-2017-9433.patch + * Many fuzzing fixes + +------------------------------------------------------------------- +Thu Jun 29 07:43:48 UTC 2017 - [email protected] + +- Add patch CVE-2017-9433.patch fixing bsc#1042828 CVE-2017-9433 + +------------------------------------------------------------------- +Mon May 15 13:14:36 UTC 2017 - [email protected] + +- Update to 0.3.11: + * Various small updates + +------------------------------------------------------------------- +Thu Feb 9 11:33:17 UTC 2017 - [email protected] + +- Version update to 0.3.10: + * Various fixes for importing Mac powerpoint v4 + +------------------------------------------------------------------- +Wed Feb 1 13:05:45 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- +Sat Dec 3 11:59:15 UTC 2016 - [email protected] + +- Version update to 0.3.9: + * Various warning and clang fixes all around + +------------------------------------------------------------------- +Thu Jul 14 08:52:04 UTC 2016 - [email protected] + +- Version update to 0.3.8: + * Various clang and -W* fixes all around + * Bunch of bugfixes + +------------------------------------------------------------------- +Mon Dec 21 11:49:10 UTC 2015 - [email protected] + +- Version update to 0.3.7: + - RagTime v5-v6 parser: try to retrieve the embedded spreadsheets + + begin to understand the hierarchical structures which store + a chart (but not the meaning of each field), + - ClarisWorks/AppleWorks: find a new structure in the file's header + (which could prevent to convert some database's file), + - BeagleWorks/GreatWorks/Word Perfect Works: retrieve the picture's + field in a database + - all: improve a little the methods which create spreadsheets, + - all: make some constructors explicit. + - add a parser for Style documents(at least v1.6 and v1.9) + - add file signatures for FullPaint documents which have the same format as + MacPaint.. + - add a parser for Pixel Paint documents + +------------------------------------------------------------------- +Fri Aug 28 07:38:50 UTC 2015 - [email protected] + +- Version bump to 0.3.6: + - Added a minimal parser for ApplePict v1.v2, ie. no clipping, does not + take in account the copy mode: srcCopy, srcOr, ... + - Extended the --with-docs configure option to allow to build doc only + for the API classes: --with-docs=no|api|full . + - Added a parser for MacDraft v4-v5 documents. + - RagTime v5-v6 parser: try to retrieve the main layouts and the + picture/shape/textbox, ie. now, it generates result but it is + still very imcomplete... + - MWAW{Graphic,Presentation,Text}Listener: corrected a problem in openGroup + which may create to incorrect document. + - Created an MWAWEmbeddedObject class to store a picture with various + representations. + - MWAW*Listener: renamed insertPicture to insertShape, added a function to + insert a texbox in a MWAWGraphicShape (which only insert a basic textbox). + - Fixed many crashes and hangs when importing broken files, found with the + help of american-fuzzy-lop. + - And several other minor fixes and improvements. + +------------------------------------------------------------------- +Sat Jun 13 12:58:37 UTC 2015 - [email protected] + +- Version bump to 0.3.5 + * Various small fixes on 0.3 series, nothing big woth mention + +------------------------------------------------------------------- +Fri Jan 2 13:24:30 UTC 2015 - [email protected] + +- Version bump to 0.3.4: + * Various tweaks&fixes on the 0.3 series found by fuzzy testing/etc +- Removed patch libmwaw-0.3.1-stream.patch as we should not bother + with old autotools + +------------------------------------------------------------------- +Tue Jul 1 14:47:43 UTC 2014 - [email protected] + +- Fix patch libmwaw-0.3.1-stream.patch to allow buiding with older + version of autotools. + +------------------------------------------------------------------- +Wed Jun 11 09:34:13 UTC 2014 - [email protected] + +- Version bump to 0.3.1: + * Switch over to librevenge framework +- Add patch libmwaw-0.3.1-stream.patch to fix streams + +------------------------------------------------------------------- +Sat Jan 25 21:05:10 UTC 2014 - [email protected] + +- Cleanup with spec-cleaner and noarch documenation. + +------------------------------------------------------------------- +Sat Jan 18 15:57:32 UTC 2014 - [email protected] + +- build with -fvisibility-inlines-hidden, around 2800 + less in the export symbol table. + +------------------------------------------------------------------- +Tue Dec 17 10:17:43 UTC 2013 - [email protected] + +- Upgrade to upstream 0.2.0 + - ABI change + - Several improvements in handling of embedded graphics + +------------------------------------------------------------------- +Tue Dec 3 13:27:31 UTC 2013 - [email protected] + +- Format with spec-cleaner + +------------------------------------------------------------------- +Fri Nov 1 09:13:30 UTC 2013 - [email protected] + +- Drop doc conditional and use verbose build. + +------------------------------------------------------------------- +Mon May 27 11:34:16 UTC 2013 - [email protected] + +- Version bump to 0.1.9 providing following fixes: + + - improve a little the Microsoft Word filter to better manage + character and paragraph properties + - check that the remaining parsers (excepted Microsoft Word) use the + new properties' classes, + - add table generation in FullWrite parser, + - rewrite from scratch zip.cpp (to avoid using different license), + - + many code corrections done by David Tardon. + - check that the WriterPlus parsers use the new properties' classes, ++++ 36 more lines (skipped) ++++ between /dev/null ++++ and /work/SRC/openSUSE:Leap:15.2:Update/.libmwaw.15974.new.2401/libmwaw.changes New: ---- libmwaw-0.3.17.tar.xz libmwaw.changes libmwaw.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmwaw.spec ++++++ # # spec file for package libmwaw # # Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define libname libmwaw-0_3-3 Name: libmwaw Version: 0.3.17 Release: 0 Summary: Pre Mac OSX text file formats parser library License: (LGPL-2.1-or-later OR MPL-2.0) AND GPL-2.0-or-later URL: https://sourceforge.net/p/libmwaw/wiki/Home/ Source: https://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: xz BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(zlib) %if 0%{?suse_version} > 1325 BuildRequires: libboost_headers-devel %else BuildRequires: boost-devel %endif %description Libmwaw is a project for converting many pre-OSX MAC text formats. %package -n %{libname} Summary: Pre Mac OSX text file formats parser library %description -n %{libname} Libmwaw is a new project for converting many pre-OSX MAC text formats. %package devel Summary: Files for Developing with libmwaw Requires: %{libname} = %{version} %description devel Libmwaw is a new project for converting many pre-OSX MAC text formats. This package contains the libmwaw development files. %package devel-doc Summary: Documentation for the libmwaw API BuildArch: noarch %description devel-doc This package contains documentation for the libmwaw API. %package tools Summary: Tools to work with publications in pre MAC OSX text file-formats %description tools Command line tools to work with publications in pre MAC OSX text file-formats. %prep %setup -q # doxygen needles rebuild sed -i \ -e 's:on $datetime::g' \ docs/doxygen/footer.html.in %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure \ --disable-silent-rules \ --disable-werror \ --disable-static \ --docdir=%{_docdir}/%{name} %make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print # documentation mkdir -p %{buildroot}%{_docdir}/%{name} cp -p COPYING.* %{buildroot}%{_docdir}/%{name} # docs have duped pictures %fdupes %{buildroot} %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} %{_libdir}/*.so.* %files devel %{_libdir}/*.so %{_libdir}/pkgconfig/libmwaw*.pc %{_includedir}/libmwaw-* %files devel-doc %doc %{_docdir}/%{name}/html %files tools %{_bindir}/* %doc %dir %{_docdir}/%{name} %doc %{_docdir}/%{name}/[A-Z]* %changelog
