Hello community, here is the log from the commit of package libabw for openSUSE:Factory checked in at 2018-01-09 14:48:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libabw (Old) and /work/SRC/openSUSE:Factory/.libabw.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libabw" Tue Jan 9 14:48:30 2018 rev:13 rq:561002 version:0.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libabw/libabw.changes 2017-02-19 00:43:19.501067328 +0100 +++ /work/SRC/openSUSE:Factory/.libabw.new/libabw.changes 2018-01-09 14:48:33.100858930 +0100 @@ -1,0 +2,18 @@ +Mon Jan 1 12:37:03 UTC 2018 - [email protected] + +- Version update to 0.1.2: + * Fix several issues identified by Coverity. + * Parse paragraph and cell borders. + * Improve parsing of lists. + * Fix build with boost >= 1.59. + * Make the output of abw2* --help more compatible with help2man. + * Fix various problems when parsing broken files found by oss-fuzz. + * Require C++11 for build. + * Parse fields. (tdf#74466) + * Parse floating (not inline) images. (tdf#74463) + * Parse text boxes. + * Drop outdated MSVC project files. + * Set minimal width/height of inline images (which usually do not have + dimensions set in the file) to 1 inch. (tdf#74462) + +------------------------------------------------------------------- Old: ---- libabw-0.1.1.tar.xz New: ---- libabw-0.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libabw.spec ++++++ --- /var/tmp/diff_new_pack.mmtoTq/_old 2018-01-09 14:48:34.592788978 +0100 +++ /var/tmp/diff_new_pack.mmtoTq/_new 2018-01-09 14:48:34.596788790 +0100 @@ -1,7 +1,7 @@ # # spec file for package libabw # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,30 +18,29 @@ %define libname libabw-0_1-1 Name: libabw -Version: 0.1.1 +Version: 0.1.2 Release: 0 Summary: Library for parsing the Abiword file format structure License: MPL-2.0 Group: Productivity/Publishing/Word Url: https://wiki.documentfoundation.org/DLP/Libraries/libabw Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_headers-devel -%else -BuildRequires: boost-devel -%endif BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gperf -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: xz BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(librevenge-generators-0.0) BuildRequires: pkgconfig(librevenge-stream-0.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(zlib) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else +BuildRequires: boost-devel +%endif %description Libabw is library providing ability to interpret and import AbiWord documents @@ -86,8 +85,6 @@ %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" -# Fix compilation with boost 1.59 -export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED" %configure \ --disable-silent-rules \ --disable-werror \ @@ -96,7 +93,7 @@ make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install find %{buildroot} -type f -name "*.la" -delete -print @@ -105,16 +102,13 @@ %fdupes -s %{buildroot} %post -n %{libname} -p /sbin/ldconfig - %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} -%defattr(-,root,root) %doc COPYING.* ChangeLog %{_libdir}/*.so.* %files devel -%defattr(-,root,root) %doc %dir %{_docdir}/%{name}-devel/ %doc %{_docdir}/%{name}-devel/[A-Z]* %{_libdir}/*.so @@ -122,11 +116,9 @@ %{_includedir}/libabw-* %files devel-doc -%defattr(-,root,root,-) %doc %{_docdir}/%{name}-devel/html/ %files tools -%defattr(-,root,root) %doc COPYING.* ChangeLog %{_bindir}/* ++++++ libabw-0.1.1.tar.xz -> libabw-0.1.2.tar.xz ++++++ ++++ 40087 lines of diff (skipped)
