Hello community, here is the log from the commit of package devhelp for openSUSE:Factory checked in at 2017-03-22 23:04:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/devhelp (Old) and /work/SRC/openSUSE:Factory/.devhelp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "devhelp" Wed Mar 22 23:04:15 2017 rev:71 rq:481192 version:3.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/devhelp/devhelp.changes 2016-09-23 11:35:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.devhelp.new/devhelp.changes 2017-03-22 23:04:16.306866676 +0100 @@ -1,0 +2,39 @@ +Sun Mar 19 15:11:37 UTC 2017 - [email protected] + +- Update to version 3.24.0: + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 12 10:56:56 UTC 2017 - [email protected] + +- Update to version 3.23.92: + + devhelp 3.23.91 fails to build because of -Werror (bgo#779378). + + Add Flatpak build manifest (bgo#779563). + + Updated translations. +- Stop passing disable-Werror to configure: no longer needed since + upstream fixed the issues. + +------------------------------------------------------------------- +Sun Feb 26 15:43:30 UTC 2017 - [email protected] + +- Update to version 3.23.91: + + bgo#763518: Add sidebar toggler to the menu. + + bgo#770785: Add GTK-Doc API reference and GObject Introspection + support. + + bgo#771503: fix warning in finalize of sidebar. + + bgo#773900: Small build system update. + + bgo#774069: unable to build devhelp by jhbuild. + + bgo#775261: Make DhLanguage a GObject subclass. + + Updated translations. +- Add gobject-introspection-devel BuildRequires: new dependency. +- Replace gtk3-devel BuildRequires with pkgconfig(gtk+-3.0): + matching what configure looks for. +- Add pkgconfig(gio-2.0) BuildRequires: not a new dependency, but + explicitly list what configure checks for. +- Pass --disable-Werror to configure: devhelp for now makes use of + some deprecated glib functions. Having -Werror in place causes + them to be failures. +- Split out new typelib-1_0-Devhelp-3_0 subpackage, containging the + new gi-based typelib. Required by the -devel package. + +------------------------------------------------------------------- Old: ---- devhelp-3.22.0.tar.xz New: ---- devhelp-3.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ devhelp.spec ++++++ --- /var/tmp/diff_new_pack.84g7b8/_old 2017-03-22 23:04:16.998768613 +0100 +++ /var/tmp/diff_new_pack.84g7b8/_new 2017-03-22 23:04:17.002768047 +0100 @@ -1,7 +1,7 @@ # # spec file for package devhelp # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -19,22 +19,24 @@ %define vimplugin_dir %{_datadir}/vim/site Name: devhelp -Version: 3.22.0 +Version: 3.24.0 Release: 0 Summary: Developer's Help Program for GNOME License: GPL-2.0+ Group: Development/Tools/Other Url: https://live.gnome.org/devhelp -Source: http://download.gnome.org/sources/devhelp/3.22/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/devhelp/3.24/%{name}-%{version}.tar.xz BuildRequires: fdupes # For directory ownership of the plugins: BuildRequires: gedit -BuildRequires: gtk3-devel >= 3.19.3 +BuildRequires: gobject-introspection-devel >= 1.30.0 BuildRequires: intltool BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: vim -BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.6.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.38 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 +BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.6 Recommends: %{name}-lang Suggests: gedit-plugin-devhelp Suggests: vim-plugin-devhelp @@ -43,10 +45,20 @@ %description Devhelp is an API documentation browser for GTK+ and GNOME. +%package -n typelib-1_0-Devhelp-3_0 +Summary: Developer's Help Program For GNOME +Group: System/Libraries + +%description -n typelib-1_0-Devhelp-3_0 +Devhelp is an API documentation browser for GTK+ and GNOME. + +This package contains the gobject introspection based typelib library. + %package devel Summary: Developer's Help Program For GNOME Group: Development/Tools/Other Requires: %{name} = %{version} +Requires: typelib-1_0-Devhelp-3_0 = %{version} %description devel Devhelp is an API documentation browser for GTK+ and GNOME. @@ -119,8 +131,14 @@ %files lang -f %{name}.lang +%files -n typelib-1_0-Devhelp-3_0 +%defattr(-,root,root) +%{_libdir}/girepository-1.0/Devhelp-3.0.typelib + %files devel %defattr(-, root, root) +%{_datadir}/gtk-doc/html/devhelp-3/ +%{_datadir}/gir-1.0/Devhelp-3.0.gir %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc ++++++ devhelp-3.22.0.tar.xz -> devhelp-3.24.0.tar.xz ++++++ ++++ 49375 lines of diff (skipped)
