Hello community, here is the log from the commit of package libchamplain for openSUSE:Factory checked in at 2019-01-26 22:16:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libchamplain (Old) and /work/SRC/openSUSE:Factory/.libchamplain.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libchamplain" Sat Jan 26 22:16:18 2019 rev:53 rq:666336 version:0.12.16 Changes: -------- --- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes 2018-03-08 10:46:52.260294806 +0100 +++ /work/SRC/openSUSE:Factory/.libchamplain.new.28833/libchamplain.changes 2019-01-26 22:16:18.803152573 +0100 @@ -1,0 +2,18 @@ +Thu Jan 3 21:13:30 UTC 2019 - [email protected] + +- No longer build mephis support: Drop memphis-devel BuildRequires, + memphis upstream is dead and gone from the web for several years. + libchamplain upstream have disabled mephis support in git 5 years + ago, so we should not build it either. Pass --disable-memphis to + configure to be ensure we do not. +- Pkgconfigify spec, align with what configure checks for: + + Drop clutter-devel, clutter-gtk-devel, gtk3-devel, + libsoup-devel, sqlite3-devel and vala BuildRequires. + + Add pkgconfig, pkgconfig(cairo), pkgconfig(clutter-1.0), + pkgconfig(clutter-gtk-1.0), pkgconfig(gdk-3.0), + pkgconfig(gio-2.0), pkgconfig(glib-2.0), + pkgconfig(gobject-2.0), pkgconfig(gtk+-3.0), + pkgconfig(libsoup-2.4), pkgconfig(sqlite3) and + pkgconfig(vapigen) BuildRequires. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libchamplain.spec ++++++ --- /var/tmp/diff_new_pack.Cd1dmV/_old 2019-01-26 22:16:19.279152186 +0100 +++ /var/tmp/diff_new_pack.Cd1dmV/_new 2019-01-26 22:16:19.291152177 +0100 @@ -1,7 +1,7 @@ # # spec file for package libchamplain # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # 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/ # @@ -26,17 +26,22 @@ Source0: http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch [email protected] -- Fix wrapping in champlain_view_x_to_longitude. Patch0: libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch -BuildRequires: clutter-devel >= 1.12 -BuildRequires: clutter-gtk-devel + BuildRequires: fdupes -BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc -BuildRequires: gtk3-devel -BuildRequires: libsoup-devel >= 2.42 -BuildRequires: memphis-devel -BuildRequires: sqlite3-devel -BuildRequires: vala +BuildRequires: pkgconfig +BuildRequires: pkgconfig(cairo) >= 1.4 +BuildRequires: pkgconfig(clutter-1.0) >= 1.12 +BuildRequires: pkgconfig(clutter-gtk-1.0) >= 0.90 +BuildRequires: pkgconfig(gdk-3.0) >= 2.90 +BuildRequires: pkgconfig(gio-2.0) >= 2.16 +BuildRequires: pkgconfig(glib-2.0) >= 2.16 +BuildRequires: pkgconfig(gobject-2.0) >= 2.10 +BuildRequires: pkgconfig(gtk+-3.0) >= 2.90 +BuildRequires: pkgconfig(libsoup-2.4) >= 2.42 +BuildRequires: pkgconfig(sqlite3) >= 3.0 +BuildRequires: pkgconfig(vapigen) %description Libchamplain is a C library providing a ClutterActor to display maps. It @@ -86,6 +91,7 @@ %build %configure \ --disable-static \ + --disable-memphis \ --enable-vala \ %{nil} %make_build
