Hello community,

here is the log from the commit of package libodfgen for openSUSE:Factory 
checked in at 2013-11-15 13:25:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libodfgen (Old)
 and      /work/SRC/openSUSE:Factory/.libodfgen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libodfgen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libodfgen/libodfgen.changes      2013-11-04 
15:10:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libodfgen.new/libodfgen.changes 2013-11-15 
13:25:31.000000000 +0100
@@ -1,0 +2,16 @@
+Fri Nov  8 15:43:06 UTC 2013 - fridrich.st...@suse.com
+
+- Build also the documentation
+
+-------------------------------------------------------------------
+Fri Nov  8 09:11:19 UTC 2013 - tchva...@suse.com
+
+- Version bump to 0.0.3:
+  - handle more table properties
+  - more SVG path commands
+  - allow to define center of rotation for a textbox
+  - make linked text boxes more robust
+  - add support for generating presentations (using libetonyek)
+  - start on API documentation
+
+-------------------------------------------------------------------

Old:
----
  libodfgen-0.0.2.tar.xz

New:
----
  libodfgen-0.0.3.tar.xz

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

Other differences:
------------------
++++++ libodfgen.spec ++++++
--- /var/tmp/diff_new_pack.oMj8wQ/_old  2013-11-15 13:25:32.000000000 +0100
+++ /var/tmp/diff_new_pack.oMj8wQ/_new  2013-11-15 13:25:32.000000000 +0100
@@ -19,12 +19,15 @@
 Name:           libodfgen
 # note: the main package is empty, it only sets a sane name for the source rpm
 BuildRequires:  boost-devel
+BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libetonyek-devel
 BuildRequires:  libwpd-devel
 BuildRequires:  libwpg-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
-Version:        0.0.2
+Version:        0.0.3
 Release:        0
 Summary:        Library to generate ODF documents from libwpd's and libwpg's 
api calls
 License:        LGPL-2.1+ and MPL-2.0+
@@ -58,6 +61,16 @@
 libodfgen is a general purpose library designed to generate ODF documents
 from api calls to libwpd and libwpg libraries.
 
+%package devel-doc
+Summary:        Documentation for the libodfgen API
+Group:          Documentation/HTML
+%if 0%{?suse_version} > 1200
+BuildArch:      noarch
+%endif
+
+%description devel-doc
+This package contains documentation for the libodfgen API.
+
 %prep
 %setup -q
 
@@ -65,7 +78,7 @@
 %configure \
        --disable-werror \
        --disable-static \
-       --docdir=%_docdir/%name \
+       --docdir=%{_docdir}/%{name}-devel/html \
        --with-sharedptr=boost
 
 make %{?_smp_mflags} V=1
@@ -74,6 +87,8 @@
 make DESTDIR=%{buildroot} install
 rm %{buildroot}%_libdir/*.la
 
+%fdupes -s %{buildroot}
+
 %post -n %libname -p /sbin/ldconfig
 
 %postun -n %libname -p /sbin/ldconfig
@@ -92,4 +107,9 @@
 %{_libdir}/pkgconfig/libodfgen*.pc
 %{_includedir}/libodfgen*
 
+%files devel-doc
+%defattr(-,root,root,-)
+%dir %{_docdir}/%{name}-devel
+%doc %{_docdir}/%{name}-devel/html/
+
 %changelog

++++++ libodfgen-0.0.2.tar.xz -> libodfgen-0.0.3.tar.xz ++++++
++++ 10678 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to