Hello community, here is the log from the commit of package icewm for openSUSE:Factory checked in at 2014-10-08 22:13:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icewm (Old) and /work/SRC/openSUSE:Factory/.icewm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icewm" Changes: -------- --- /work/SRC/openSUSE:Factory/icewm/icewm.changes 2014-04-14 06:43:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.icewm.new/icewm.changes 2014-10-08 22:13:24.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Sep 30 06:11:49 UTC 2014 - [email protected] + +- Do not use xorg-x11-devel, select only those packages needed + for build. +- Build c++ code with fvisibility-inlines-hidden to avoid + bloating the symbol table. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icewm.spec ++++++ --- /var/tmp/diff_new_pack.eflAdn/_old 2014-10-08 22:13:25.000000000 +0200 +++ /var/tmp/diff_new_pack.eflAdn/_new 2014-10-08 22:13:25.000000000 +0200 @@ -24,7 +24,14 @@ BuildRequires: gcc-c++ BuildRequires: update-alternatives BuildRequires: update-desktop-files -BuildRequires: xorg-x11-devel +BuildRequires: pkgconfig(fontconfig) +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xft) +BuildRequires: pkgconfig(xinerama) +BuildRequires: pkgconfig(xrandr) %if %{with gnome} BuildRequires: gnome-desktop-devel BuildRequires: libgnomeui-devel @@ -133,7 +140,7 @@ %build autoconf export CFLAGS="$RPM_OPT_FLAGS" -export CXXFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS -fvisibility-inlines-hidden" ./configure --without-debug \ --sysconfdir=/etc \ --with-cfgdir=/etc/icewm \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
