Hello community, here is the log from the commit of package libe-book for openSUSE:Factory checked in at 2014-07-27 18:46:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libe-book (Old) and /work/SRC/openSUSE:Factory/.libe-book.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libe-book" Changes: -------- --- /work/SRC/openSUSE:Factory/libe-book/libe-book.changes 2014-05-02 13:59:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libe-book.new/libe-book.changes 2014-07-27 18:46:48.000000000 +0200 @@ -1,0 +2,18 @@ +Tue Jun 3 07:41:11 UTC 2014 - [email protected] + +- Upgrade to upstream version 0.1.1 + * Fix various problems when using --disable-experimental. + * Work around MSVC bug. + * Fix parsing of zipped FictionBook 2 files. + +------------------------------------------------------------------- +Mon May 26 10:10:01 UTC 2014 - [email protected] + +- Upgrade to upstream version 0.1.0 + * ABI change + * Remove dependency on libwpd-devel + * Add dependency on librevenge-devel +- License change + * Released under MPL-2.0 + +------------------------------------------------------------------- Old: ---- libe-book-0.0.2.tar.bz2 New: ---- libe-book-0.1.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libe-book.spec ++++++ --- /var/tmp/diff_new_pack.V1wfnA/_old 2014-07-27 18:46:49.000000000 +0200 +++ /var/tmp/diff_new_pack.V1wfnA/_new 2014-07-27 18:46:49.000000000 +0200 @@ -17,24 +17,25 @@ Name: libe-book -Version: 0.0.2 +Version: 0.1.1 Release: 0 Summary: A library for import of non-HTML reflowable e-book formats -License: LGPL-2.1+ or MPL-2.0 +License: MPL-2.0 Group: Productivity/Publishing/Word Url: https://sourceforge.net/projects/libebook/ -Source: http://downloads.sourceforge.net/libebook/%{name}-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/libebook/%{name}-%{version}.tar.xz BuildRequires: boost-devel -BuildRequires: cppunit-devel BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gperf BuildRequires: libicu-devel -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -BuildRequires: pkgconfig(libwpd-0.9) -BuildRequires: pkgconfig(libwpd-stream-0.9) +BuildRequires: pkgconfig(cppunit) +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 @@ -44,7 +45,7 @@ Currently supported are PalmDoc, TealDoc, Plucker eBook, eReader eBook, FictionBook v.2, TCR, zTXT. -%define libname libe-book-0_0-0 +%define libname libe-book-0_1-1 %package -n %{libname} Summary: A library for import of non-HTML reflowable e-book formats @@ -88,7 +89,7 @@ %setup -q %build -export CXXFLAGS="%optflags -fvisibility-inlines-hidden" +export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure \ --disable-werror \ --enable-tests \ @@ -102,6 +103,7 @@ %install %make_install find %{buildroot} -type f -name "*.la" -delete -print +rm -f %{buildroot}%{_datadir}/%{name}/html*.css %fdupes -s %{buildroot}%{_docdir}/%{name}/html %post -n %{libname} -p /sbin/ldconfig @@ -121,15 +123,14 @@ %files devel-doc %defattr(-,root,root) %doc %dir %{_docdir}/%{name} -%doc %{_docdir}/%{name}/html +%doc %{_docdir}/%{name} %files tools %defattr(-,root,root) %{_bindir}/* %doc %dir %{_docdir}/%{name} %doc ChangeLog -%doc COPYING.LGPL -%doc COPYING.MPL +%doc COPYING %doc NEWS %doc TODO -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
