Hello community, here is the log from the commit of package xdiskusage for openSUSE:Factory checked in at 2012-09-25 13:47:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdiskusage (Old) and /work/SRC/openSUSE:Factory/.xdiskusage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdiskusage", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xdiskusage/xdiskusage.changes 2011-09-23 12:51:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xdiskusage.new/xdiskusage.changes 2012-09-25 14:17:56.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Sep 25 09:52:16 UTC 2012 - [email protected] + +- Add xdiskusage-remove-glu.patch to remove unused GLU dependency +- Remove GLU dependency for !openSUSE distros + +------------------------------------------------------------------- New: ---- xdiskusage-remove-glu.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdiskusage.spec ++++++ --- /var/tmp/diff_new_pack.f6L8da/_old 2012-09-25 14:17:57.000000000 +0200 +++ /var/tmp/diff_new_pack.f6L8da/_new 2012-09-25 14:17:57.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xdiskusage # -# 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 @@ -23,17 +23,17 @@ %define tmppath /tmp Summary: Grapically displays the amount of disks used for by each subdirectory +License: GPL-2.0 +Group: Applications/System Name: xdiskusage Version: 1.48.1 -Release: 7 +Release: 0 Source: %{name}-%{version}.tar.bz2 Patch0: %{name}-fltk13.patch -License: GPL-2.0 +Patch1: %{name}-remove-glu.patch %if 0%{?suse_version} -Group: Applications/System %else -Group: Applications/System %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: https://code.google.com/p/xdiskusage-buildfix/ @@ -46,7 +46,6 @@ BuildRequires: libXext-devel BuildRequires: libXinerama-devel BuildRequires: mesa-libGL-devel -BuildRequires: mesa-libGLU-devel %endif %if 0%{?suse_version} BuildRequires: Mesa-devel @@ -54,17 +53,15 @@ %endif %if 0%{?mandriva_version} %ifarch x86_64 +BuildRequires: lib64mesagl1-devel BuildRequires: lib64x11_6-devel BuildRequires: lib64xext6-devel BuildRequires: lib64xinerama1-devel -BuildRequires: lib64mesagl1-devel -BuildRequires: lib64mesaglu1-devel %else +BuildRequires: libmesagl1-devel BuildRequires: libx11_6-devel BuildRequires: libxext6-devel BuildRequires: libxinerama1-devel -BuildRequires: libmesagl1-devel -BuildRequires: libmesaglu1-devel %endif %endif @@ -78,6 +75,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build export CXXFLAGS="$RPM_OPT_FLAGS" ++++++ xdiskusage-remove-glu.patch ++++++ Index: xdiskusage-1.48.1/makeinclude.in =================================================================== --- xdiskusage-1.48.1.orig/makeinclude.in +++ xdiskusage-1.48.1/makeinclude.in @@ -21,6 +21,6 @@ CXXFLAGS =@CXXFLAGS@ CXXFLAGS_D =@CXXFLAGS_D@ # libraries to link with: -LDLIBS =@LIBS@ -lfltk -lXinerama -lXft -lfontconfig -lGL -lGLU -lX11 -lXext @X_EXTRA_LIBS@ -lm +LDLIBS =@LIBS@ -lfltk -lXinerama -lXft -lfontconfig -lGL -lX11 -lXext @X_EXTRA_LIBS@ -lm INSTALL =@INSTALL@ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
