Hello community, here is the log from the commit of package c++-gtk-utils for openSUSE:Factory checked in at 2018-02-03 15:42:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old) and /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "c++-gtk-utils" Sat Feb 3 15:42:34 2018 rev:30 rq:572100 version:2.2.15 Changes: -------- --- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes 2016-12-01 10:28:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 2018-02-03 15:42:36.837058957 +0100 @@ -1,0 +2,10 @@ +Sun Jan 7 23:33:01 UTC 2018 - [email protected] + +- Update to version 2.2.15: + + Use streambuffers not streams when testing fdstream and gstream + with char16_t and char32_t character types. + + Update documentation. +- Pass --docdir to configure to correct the documentation's + destination folder. + +------------------------------------------------------------------- Old: ---- c++-gtk-utils-2.2.14.1.tar.gz New: ---- c++-gtk-utils-2.2.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ c++-gtk-utils.spec ++++++ --- /var/tmp/diff_new_pack.5BDzaY/_old 2018-02-03 15:42:37.729017297 +0100 +++ /var/tmp/diff_new_pack.5BDzaY/_new 2018-02-03 15:42:37.745016550 +0100 @@ -1,7 +1,7 @@ # # spec file for package c++-gtk-utils # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %define soname 2_2-0 Name: c++-gtk-utils -Version: 2.2.14.1 +Version: 2.2.15 Release: 0 Summary: Lightweight library for GTK+ programs using C++ License: LGPL-2.1 @@ -73,13 +73,13 @@ cp -a configure-gtk2 configure cp -a configure-gtk2.ac configure.ac %endif -%configure --disable-static -make %{?_smp_mflags} +%configure \ + --disable-static \ + --docdir=%{_docdir}/%{name} +make %{?_smp_flags} %install -%makeinstall -# Fix docdir as we'll package them as rpm docs -rm -r %{buildroot}%{_datadir}/doc/%{name}/ +%make_install # Clean up find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print @@ -89,14 +89,14 @@ %files -n libcxx-gtk-utils-%{_gtk}-%{soname} %defattr(-,root,root,-) +%doc COPYING NEWS %{_libdir}/libcxx-gtk-utils-%{_gtk}-2.2.so.* %files -n libcxx-gtk-utils-%{_gtk}-devel %defattr(-,root,root,-) -%doc BUGS ChangeLog COPYING NEWS PORTING-TO-2.2 README -%doc docs/html/*.html +%doc ChangeLog +%doc %{_docdir}/%{name} %{_includedir}/c++-gtk-utils-%{_gtk}-2.2/ %{_libdir}/libcxx-gtk-utils-%{_gtk}-2.2.so %{_libdir}/pkgconfig/c++-gtk-utils-%{_gtk}-2.2.pc - %changelog ++++++ c++-gtk-utils-2.2.14.1.tar.gz -> c++-gtk-utils-2.2.15.tar.gz ++++++ ++++ 56233 lines of diff (skipped)
