Hello community,

here is the log from the commit of package libe-book for openSUSE:Factory 
checked in at 2018-01-16 09:31:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libe-book (Old)
 and      /work/SRC/openSUSE:Factory/.libe-book.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libe-book"

Tue Jan 16 09:31:38 2018 rev:11 rq:562777 version:0.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libe-book/libe-book.changes      2017-02-19 
00:43:36.134726853 +0100
+++ /work/SRC/openSUSE:Factory/.libe-book.new/libe-book.changes 2018-01-16 
09:31:43.735570220 +0100
@@ -1,0 +2,24 @@
+Tue Jan  9 00:07:35 UTC 2018 - [email protected]
+
+- Cure linguistic problem in descriptions.
+
+-------------------------------------------------------------------
+Mon Jan  8 22:06:49 UTC 2018 - [email protected]
+
+- Update to 0.1.3:
+  * Fix various problems when reading broken files, found with the help of
+    american-fuzzy-lop and oss-fuzz.
+  * Fix build with boost >= 1.59.
+  * Set default page margins. (tdf#94162)
+  * Make output of ebook2* --help more compatible with help2man.
+  * Check for librevenge-stream if tests are enabled. (gentoo#603098)
+  * Require C++11 for build.
+  * Drop outdated MSVC project files.
+  * Fix several issues found by Coverity.
+  * FictionBook v.2:
+  * Use document language as default language for text.
+  * Use note title as footnote mark.
+  * Handle subscript and superscript.
+  * Output content of <code> in monospace font.
+
+-------------------------------------------------------------------

Old:
----
  libe-book-0.1.2.tar.xz

New:
----
  libe-book-0.1.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libe-book.spec ++++++
--- /var/tmp/diff_new_pack.ENn3GS/_old  2018-01-16 09:31:44.591530172 +0100
+++ /var/tmp/diff_new_pack.ENn3GS/_new  2018-01-16 09:31:44.595529985 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libe-book
 #
-# 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
@@ -17,57 +17,57 @@
 
 
 Name:           libe-book
-Version:        0.1.2
+Version:        0.1.3
 Release:        0
-Summary:        A library for import of non-HTML reflowable e-book formats
+Summary:        A library to import non-HTML reflowable e-book formats
 License:        MPL-2.0
 Group:          Productivity/Publishing/Word
 Url:            https://sourceforge.net/projects/libebook/
 Source:         
http://downloads.sourceforge.net/libebook/%{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:  libicu-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  pkgconfig(cppunit)
+BuildRequires:  pkgconfig(icu-i18n)
+BuildRequires:  pkgconfig(liblangtag)
 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
-%{name} is a library for import of non-HTML reflowable e-book formats.
+%{name} is a library to import non-HTML reflowable e-book formats.
 Currently supported are PalmDoc, TealDoc, Plucker eBook, eReader eBook,
 FictionBook v.2, TCR, zTXT.
 
 %define libname libe-book-0_1-1
 
 %package -n %{libname}
-Summary:        A library for import of non-HTML reflowable e-book formats
+Summary:        A library to import non-HTML reflowable e-book formats
 Group:          System/Libraries
 
 %description -n %{libname}
-%{name} is a library for import of non-HTML reflowable e-book formats.
+%{name} is a library to import non-HTML reflowable e-book formats.
 Currently supported are PalmDoc, TealDoc, Plucker eBook, eReader eBook,
 FictionBook v.2, TCR, zTXT.
 
 %package devel
-Summary:        A library for import of non-HTML reflowable e-book formats
+Summary:        A library to import non-HTML reflowable e-book formats
 Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 Requires:       libstdc++-devel
 
 %description devel
-%{name} is a library for import of non-HTML reflowable e-book formats.
+%{name} is a library to import non-HTML reflowable e-book formats.
 Currently supported are PalmDoc, TealDoc, Plucker eBook, eReader eBook,
 FictionBook v.2, TCR, zTXT.
 
@@ -92,8 +92,6 @@
 
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
-# Fix compilation with boost 1.59
-export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY"
 %configure \
        --disable-werror \
        --enable-tests \
@@ -112,31 +110,22 @@
 %fdupes -s %{buildroot}%{_docdir}/%{name}/html
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
+%doc COPYING NEWS TODO ChangeLog
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libe*.pc
 %{_includedir}/libe*
 
 %files devel-doc
-%defattr(-,root,root)
 %doc %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/*
-%doc %dir %{_docdir}/%{name}
-%doc ChangeLog
-%doc COPYING
-%doc NEWS
-%doc TODO
 
 %changelog

++++++ libe-book-0.1.2.tar.xz -> libe-book-0.1.3.tar.xz ++++++
++++ 81986 lines of diff (skipped)


Reply via email to