GNOME Bugzilla – Bug 725752
Non-specified dependency on PackageKit >= 0.9.1
Last modified: 2014-03-07 22:58:34 UTC
Building gnome-software 3.11.91 results in this warning (which OBS rightly raises to an error in the BRP checks): [ 133s] gs-plugin-packagekit-refine.c: In function 'gs_plugin_packagekit_refine_details_app': [ 133s] gs-plugin-packagekit-refine.c:504:10: warning: implicit declaration of function 'pk_details_get_summary' [-Wimplicit-function-declaration] The issue being pl_details_get_summary only being available in PackageKit >= 0.9.1 the first usage of pk_details_get_summary is guarded by #if PK_CHECK_VERSION(0,9,1) later on, this is no longer done.
Created attachment 271033 [details] [review] Fix build with PackageKit < 0.9.1
Review of attachment 271033 [details] [review]: looks ok to me
Attachment 271033 [details] pushed as b3629ae - Fix build with PackageKit < 0.9.1