Hello community, here is the log from the commit of package eigen3 for openSUSE:Factory checked in at 2017-08-13 14:55:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eigen3 (Old) and /work/SRC/openSUSE:Factory/.eigen3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eigen3" Sun Aug 13 14:55:19 2017 rev:14 rq:516549 version:3.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/eigen3/eigen3.changes 2017-07-08 12:27:19.814281787 +0200 +++ /work/SRC/openSUSE:Factory/.eigen3.new/eigen3.changes 2017-08-13 14:55:22.780873437 +0200 @@ -1,0 +2,10 @@ +Sat Aug 12 16:10:58 UTC 2017 - [email protected] + +- Use right RPM group. + +------------------------------------------------------------------- +Wed Jul 18 03:00:00 UTC 2017 - [email protected] + +- Split documentation into its own -doc package due to size. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eigen3.spec ++++++ --- /var/tmp/diff_new_pack.oYympV/_old 2017-08-13 14:55:25.140542319 +0200 +++ /var/tmp/diff_new_pack.oYympV/_new 2017-08-13 14:55:25.140542319 +0200 @@ -77,6 +77,14 @@ Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. +%package doc +Summary: Documentation for the Eigen3 C++ Template Library for Linear Algebra +Group: Documentation/HTML + +%description doc +Documentation in HTML format for the Eigen3 C++ Template Library +for Linear Algebra + %prep %setup -q -n eigen-eigen-5a0156e40feb %patch0 -p1 @@ -103,10 +111,14 @@ %files devel %defattr(-,root,root,-) -%doc build/doc/html/ COPYING.* +%doc COPYING.* %{_includedir}/eigen3/ %{_datadir}/eigen3/ %{_datadir}/pkgconfig/eigen3.pc %{_datadir}/cmake/Modules/FindEigen3.cmake +%files doc +%defattr(-,root,root,-) +%doc build/doc/html/ + %changelog
