Hello community, here is the log from the commit of package compicc for openSUSE:Factory checked in at 2015-11-13 23:36:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/compicc (Old) and /work/SRC/openSUSE:Factory/.compicc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compicc" Changes: -------- --- /work/SRC/openSUSE:Factory/compicc/compicc.changes 2015-11-12 19:40:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.compicc.new/compicc.changes 2015-11-13 23:36:14.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Nov 13 09:02:23 UTC 2015 - [email protected] + +- Restore needed gcc-c++ dependency. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compicc.spec ++++++ --- /var/tmp/diff_new_pack.XkAIVa/_old 2015-11-13 23:36:15.000000000 +0100 +++ /var/tmp/diff_new_pack.XkAIVa/_new 2015-11-13 23:36:15.000000000 +0100 @@ -25,10 +25,12 @@ Url: http://compicc.sourceforge.net/ Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2 BuildRequires: doxygen +BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: pkgconfig(compiz) < 0.9 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(oyranos) >= 0.9.0 +BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcm) BuildRequires: pkgconfig(xextproto) BuildRequires: pkgconfig(xfixes) @@ -50,7 +52,9 @@ %setup -q %build -%configure --enable-debug +%configure \ + --disable-static \ + --enable-debug make %{?_smp_mflags} %install
