Hello community, here is the log from the commit of package openbox for openSUSE:Factory checked in at 2014-09-17 17:26:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openbox (Old) and /work/SRC/openSUSE:Factory/.openbox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openbox" Changes: -------- --- /work/SRC/openSUSE:Factory/openbox/openbox.changes 2014-04-11 13:41:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openbox.new/openbox.changes 2014-09-17 17:26:28.000000000 +0200 @@ -1,0 +2,10 @@ +Mon Sep 15 20:44:30 UTC 2014 - [email protected] + +- Cleanup BuildRequires so only exactly what is required is + pulled for build, in particular avoid using metapackage + xorg-x11-dev. +- Enable verbose build. +- Use --disable-static instead of just removing the libraries. +- removed unused openbox-no_nb.patch patch + +------------------------------------------------------------------- Old: ---- openbox-no_nb.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openbox.spec ++++++ --- /var/tmp/diff_new_pack.YHzcG2/_old 2014-09-17 17:26:29.000000000 +0200 +++ /var/tmp/diff_new_pack.YHzcG2/_new 2014-09-17 17:26:29.000000000 +0200 @@ -33,23 +33,30 @@ Patch1: %name-3.5.2-return.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes -BuildRequires: freetype2-devel -BuildRequires: imlib2-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(imlib2) +BuildRequires: pkgconfig(libstartup-notification-1.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(pango) +BuildRequires: pkgconfig(pangoxft) +BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(xcursor) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xft) +BuildRequires: pkgconfig(xinerama) +BuildRequires: pkgconfig(xrandr) %if 0%{?suse_version} >= 1230 -BuildRequires: cairo-devel -BuildRequires: librsvg-devel +BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(librsvg-2.0) %endif # only for ownership of datadir/share/gnome-sessions/ -BuildRequires: gcc-c++ -BuildRequires: glib2-devel BuildRequires: gnome-session-core BuildRequires: libtool -BuildRequires: libxml2-devel -BuildRequires: pango-devel -BuildRequires: startup-notification-devel BuildRequires: update-desktop-files -BuildRequires: xorg-x11 -BuildRequires: xorg-x11-devel Requires: libxslt Requires: xdg-menu Recommends: obconf @@ -105,15 +112,14 @@ %build autoreconf -fiv export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -%configure +%configure --disable-static --with-pic %__make clean -%__make %{?_smp_mflags} +%__make %{?_smp_mflags} V=1 %install %makeinstall # we dont want static libs rm $RPM_BUILD_ROOT%_libdir/*.la -rm $RPM_BUILD_ROOT%_libdir/*.a # we dont want the stupid docdir rm -rf $RPM_BUILD_ROOT%_datadir/doc/%name # we dont want invalid locales -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
