Hello community, here is the log from the commit of package gfbgraph for openSUSE:Factory checked in at 2020-05-26 17:14:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gfbgraph (Old) and /work/SRC/openSUSE:Factory/.gfbgraph.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gfbgraph" Tue May 26 17:14:13 2020 rev:7 rq:807571 version:0.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gfbgraph/gfbgraph.changes 2018-03-08 10:52:51.159373942 +0100 +++ /work/SRC/openSUSE:Factory/.gfbgraph.new.2738/gfbgraph.changes 2020-05-26 17:14:31.783353286 +0200 @@ -1,0 +2,15 @@ +Sun May 17 11:57:27 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 0.2.4: + + Change Facebook Graph API version to v2.10. + + Fix memory leaks of GFBGraphNode class. + + Support g_autoptr for GFBGraphAlbum, GFBGraphNode, + GFBGraphPhoto, GFBGraphUser. + + Fix memory leaks of GFBGraphUser, GFBGraphSimpleAuthorizer, + GFBGraphAlbum. +- Add libtool and gtk-doc BuildRequires and bootstrap package, the + tarball is not bootstrapped. +- Modernize spec, update URL to new home, use correct description + for typelib subpackage. + +------------------------------------------------------------------- Old: ---- gfbgraph-0.2.3.tar.xz New: ---- gfbgraph-0.2.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gfbgraph.spec ++++++ --- /var/tmp/diff_new_pack.mmBHi0/_old 2020-05-26 17:14:33.135356217 +0200 +++ /var/tmp/diff_new_pack.mmBHi0/_new 2020-05-26 17:14:33.135356217 +0200 @@ -1,7 +1,7 @@ # # spec file for package gfbgraph # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define APIversion 0.2 + Name: gfbgraph -Version: 0.2.3 +Version: 0.2.4 Release: 0 Summary: Facebook Graph API access library License: LGPL-2.1-or-later Group: Development/Libraries/GNOME -Url: https://github.com/alvaropg/gfbgraph -Source: http://download.gnome.org/sources/gfbgraph/0.2/%{name}-%{version}.tar.xz +URL: https://gitlab.gnome.org/GNOME/libgfbgraph +Source: https://download.gnome.org/sources/gfbgraph/0.2/%{name}-%{version}.tar.xz + BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) @@ -50,7 +54,7 @@ Group: System/Libraries %description -n typelib-1_0-GFBGraph-0_2 -A GObject library for Facebook Graph API +Introspection bindings for the Facebook Graph API access library. %package devel Summary: Development files for the Facebook Graph API access library @@ -64,12 +68,15 @@ This package contains header and linker information. %prep -%setup -q +%autosetup -p1 %build +NOCONFIGURE=1 ./autogen.sh %configure \ - --disable-static -make %{?_smp_mflags} + --disable-static \ + --enable-gtk-doc \ + %{nil} +%make_build %install %make_install ++++++ gfbgraph-0.2.3.tar.xz -> gfbgraph-0.2.4.tar.xz ++++++ ++++ 50432 lines of diff (skipped)
