Hello community, here is the log from the commit of package gtkglext for openSUSE:Factory checked in at 2012-02-21 12:38:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtkglext (Old) and /work/SRC/openSUSE:Factory/.gtkglext.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtkglext", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gtkglext/gtkglext.changes 2012-01-09 15:42:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gtkglext.new/gtkglext.changes 2012-02-21 12:38:42.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Feb 19 18:17:58 UTC 2012 - [email protected] + +- Add more explicit requires of devel package: the pkgconfig + file references some libraries in Libs (and not Requires), so we + need to depend on them. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtkglext.spec ++++++ --- /var/tmp/diff_new_pack.e51DIw/_old 2012-02-21 12:38:43.000000000 +0100 +++ /var/tmp/diff_new_pack.e51DIw/_new 2012-02-21 12:38:43.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gtkglext # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -57,6 +57,14 @@ Group: System/Libraries Requires: libgtkglext-x11-1_0-0 = %{version} Requires: Mesa-devel +# Those are listed as Libs in gdkglext-1.0.pc, and therefore are not +# automatically added +Requires: pkgconfig(gl) +Requires: pkgconfig(glu) +Requires: pkgconfig(ice) +Requires: pkgconfig(sm) +Requires: pkgconfig(xmu) +Requires: pkgconfig(xt) %description devel GtkGLExt is an OpenGL extension to GTK. It provides the GDK objects -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
