Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gfbgraph for openSUSE:Factory checked in at 2021-11-06 18:15:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gfbgraph (Old) and /work/SRC/openSUSE:Factory/.gfbgraph.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gfbgraph" Sat Nov 6 18:15:19 2021 rev:8 rq:929584 version:0.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gfbgraph/gfbgraph.changes 2020-05-26 17:14:31.783353286 +0200 +++ /work/SRC/openSUSE:Factory/.gfbgraph.new.1890/gfbgraph.changes 2021-11-06 18:17:28.820867455 +0100 @@ -1,0 +2,10 @@ +Sat Oct 30 12:26:11 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 0.2.5: + + Fix CVE-2021-39358 by forcing TLS certificate validation + + Temporarily disable testcases. +- Replace post(un) handling with new ldconfig_scriptlets macro. +- Drop libtool BuildRequires and bootstrap call, no longer needed. +- Split out new doc subpackage. + +------------------------------------------------------------------- Old: ---- gfbgraph-0.2.4.tar.xz New: ---- gfbgraph-0.2.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gfbgraph.spec ++++++ --- /var/tmp/diff_new_pack.LSntNs/_old 2021-11-06 18:17:29.244867675 +0100 +++ /var/tmp/diff_new_pack.LSntNs/_new 2021-11-06 18:17:29.248867676 +0100 @@ -1,7 +1,7 @@ # # spec file for package gfbgraph # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define APIversion 0.2 Name: gfbgraph -Version: 0.2.4 +Version: 0.2.5 Release: 0 Summary: Facebook Graph API access library License: LGPL-2.1-or-later @@ -29,7 +29,6 @@ BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc -BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) @@ -67,11 +66,19 @@ This package contains header and linker information. +%package doc +Summary: Documentation files for the %{name} package +Group: Documentation/HTML +BuildArch: noarch + +%description doc +A GObject library for Facebook Graph API. This package contains the +documentation files for the %{name} package + %prep %autosetup -p1 %build -NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static \ --enable-gtk-doc \ @@ -84,12 +91,10 @@ # This should not be installed by make install - we package them as %%doc rm -rf %{buildroot}/%{_prefix}/doc/libgfbgraph/ -%post -n libgfbgraph-0_2-0 -p /sbin/ldconfig -%postun -n libgfbgraph-0_2-0 -p /sbin/ldconfig +%ldconfig_scriptlets -n libgfbgraph-0_2-0 %files -n libgfbgraph-0_2-0 %license COPYING -%doc AUTHORS NEWS ChangeLog README %{_libdir}/libgfbgraph-%{APIversion}.so.* %files -n typelib-1_0-GFBGraph-0_2 @@ -97,9 +102,12 @@ %files devel %{_datadir}/gir-1.0/GFBGraph-0.2.gir -%{_datadir}/gtk-doc/html/gfbgraph-0.2/ %{_includedir}/gfbgraph-%{APIversion}/ %{_libdir}/libgfbgraph-%{APIversion}.so %{_libdir}/pkgconfig/libgfbgraph-%{APIversion}.pc +%files doc +%doc AUTHORS NEWS ChangeLog README +%{_datadir}/gtk-doc/html/gfbgraph-0.2/ + %changelog ++++++ gfbgraph-0.2.4.tar.xz -> gfbgraph-0.2.5.tar.xz ++++++ ++++ 52317 lines of diff (skipped)