Hello community,

here is the log from the commit of package libabigail for openSUSE:Factory 
checked in at 2015-12-09 19:50:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libabigail (Old)
 and      /work/SRC/openSUSE:Factory/.libabigail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libabigail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libabigail/libabigail.changes    2015-03-11 
09:57:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libabigail.new/libabigail.changes       
2015-12-09 22:21:48.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Nov 26 09:20:57 CET 2015 - [email protected]
+
+- BuildRequire python-sphinx so that the documentation can be built.
+- BuildRequire makeinfo.
+- Build man pagres and info documentation and package them.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libabigail.spec ++++++
--- /var/tmp/diff_new_pack.zELeiX/_old  2015-12-09 22:21:49.000000000 +0100
+++ /var/tmp/diff_new_pack.zELeiX/_new  2015-12-09 22:21:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libabigail
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -35,10 +35,14 @@
 BuildRequires:  libdw-devel
 BuildRequires:  libebl-devel
 BuildRequires:  libtool >= 2.2
+BuildRequires:  libzip-devel
+BuildRequires:  makeinfo
 BuildRequires:  pkg-config
+BuildRequires:  python-sphinx
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.22
 BuildRequires:  pkgconfig(libzip) >= 0.10
+PreReq:         %install_info_prereq
 
 %description
 ABIGAIL constructs, manipulates, (de-)serializes ABI-relevant
@@ -47,8 +51,8 @@
 
 %package -n %lname
 Summary:        Application Binary Interface Generic Analysis and 
Instrumentation Library
-Group:          System/Libraries
 License:        LGPL-3.0+
+Group:          System/Libraries
 
 %description -n %lname
 ABIGAIL constructs, manipulates, (de-)serializes ABI-relevant
@@ -60,8 +64,8 @@
 
 %package devel
 Summary:        Development files for the ABI-relevant artifact library
-Group:          Development/Libraries/C and C++
 License:        LGPL-3.0+
+Group:          Development/Libraries/C and C++
 Requires:       %lname = %version
 
 %description devel
@@ -75,8 +79,8 @@
 
 %package tools
 Summary:        Utilities to inspect ABI-relevant artifacts
-Group:          Development/Tools/Other
 License:        LGPL-3.0+
+Group:          Development/Tools/Other
 
 %description tools
 ABIGAIL constructs, manipulates, (de-)serializes ABI-relevant
@@ -92,16 +96,26 @@
 %build
 autoreconf -fiv
 %configure --includedir="%_includedir/%name" --docdir="%_docdir/%name" \
-       --disable-static --enable-cxx11
+       --disable-static --enable-cxx11 --disable-silent-rules
 make %{?_smp_mflags}
+pushd doc/manuals
+make man info
+popd
 
 %install
 %make_install
 rm -f "%buildroot/%_libdir"/*.la
 
+pushd doc/manuals
+make DESTDIR=%buildroot install-man-and-info-doc
+popd
+
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
+%post tools %install_info abigail
+%postun tools %install_info abigail
+
 %files -n %lname
 %defattr(-,root,root)
 %_libdir/libabigail.so.0*
@@ -112,10 +126,16 @@
 %_libdir/libabigail.so
 %_libdir/pkgconfig/*.pc
 %_datadir/aclocal/
+%_mandir/man7/libabigail.7.gz
 
 %files tools
 %defattr(-,root,root)
 %doc COPYING*
 %_bindir/abi*
+%_mandir/man7/abicompat.7.gz
+%_mandir/man7/abidiff.7.gz
+%_mandir/man7/abidw.7.gz
+%_mandir/man7/abilint.7.gz
+%_infodir/abigail.info.gz
 
 %changelog


Reply via email to