Hello community, here is the log from the commit of package gsettings-qt for openSUSE:Factory checked in at 2017-11-07 10:00:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gsettings-qt (Old) and /work/SRC/openSUSE:Factory/.gsettings-qt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gsettings-qt" Tue Nov 7 10:00:53 2017 rev:2 rq:539181 version:0.1.20160329 Changes: -------- --- /work/SRC/openSUSE:Factory/gsettings-qt/gsettings-qt.changes 2017-10-18 10:50:03.190080536 +0200 +++ /work/SRC/openSUSE:Factory/.gsettings-qt.new/gsettings-qt.changes 2017-11-07 10:02:07.061335039 +0100 @@ -1,0 +2,5 @@ +Sun Nov 5 12:19:07 UTC 2017 - [email protected] + +- dependencies.patch: force ordered build of subdirs + +------------------------------------------------------------------- New: ---- dependencies.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gsettings-qt.spec ++++++ --- /var/tmp/diff_new_pack.Opy77y/_old 2017-11-07 10:02:09.065262335 +0100 +++ /var/tmp/diff_new_pack.Opy77y/_new 2017-11-07 10:02:09.065262335 +0100 @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + %define libver 1 Name: gsettings-qt Version: 0.1.20160329 @@ -24,18 +26,19 @@ Group: Development/Libraries/X11 Url: https://launchpad.net/gsettings-qt Source0: %{name}-%{version}.tar.bz2 +Patch0: dependencies.patch BuildRequires: pkg-config BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5Sql) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5Network) -BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -63,6 +66,7 @@ %prep %setup -q +%patch0 -p1 %build ++++++ dependencies.patch ++++++ Index: gsettings-qt-0.1.20160329/gsettings-qt.pro =================================================================== --- gsettings-qt-0.1.20160329.orig/gsettings-qt.pro +++ gsettings-qt-0.1.20160329/gsettings-qt.pro @@ -1,2 +1,3 @@ TEMPLATE = subdirs SUBDIRS += src/gsettings-qt.pro GSettings/gsettings-qt.pro tests/tests.pro tests/cpptest.pro +CONFIG += ordered
