Hello community,

here is the log from the commit of package duc for openSUSE:Factory checked in 
at 2019-08-19 23:02:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duc (Old)
 and      /work/SRC/openSUSE:Factory/.duc.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duc"

Mon Aug 19 23:02:12 2019 rev:3 rq:724557 version:1.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/duc/duc.changes  2018-10-04 19:01:28.303204792 
+0200
+++ /work/SRC/openSUSE:Factory/.duc.new.22127/duc.changes       2019-08-19 
23:02:13.731451723 +0200
@@ -1,0 +2,5 @@
+Mon Aug 12 14:44:29 UTC 2019 - BenoƮt Monin <benoit.mo...@gmx.fr>
+
+- fix build: add missing dependency to gobject library
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ duc.spec ++++++
--- /var/tmp/diff_new_pack.knvkRk/_old  2019-08-19 23:02:14.215451511 +0200
+++ /var/tmp/diff_new_pack.knvkRk/_new  2019-08-19 23:02:14.215451511 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package duc
 #
-# 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
@@ -29,6 +29,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  pango-devel
 BuildRequires:  sqlite3-devel
+BuildRequires:  pkgconfig(gobject-2.0)
 
 %description
 Duc is a collection of tools for inspecting and visualizing disk usage.
@@ -39,6 +40,9 @@
 %setup -q
 
 %build
+# add missing linker dependency to gobject library
+LIBS="`pkg-config --libs gobject-2.0`"
+export LIBS
 %configure --enable-opengl \
   --disable-x11 \
   --enable-cairo \


Reply via email to