Hello community, here is the log from the commit of package webalizer for openSUSE:Factory checked in at 2014-10-25 08:47:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/webalizer (Old) and /work/SRC/openSUSE:Factory/.webalizer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "webalizer" Changes: -------- --- /work/SRC/openSUSE:Factory/webalizer/webalizer.changes 2013-11-15 16:57:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.webalizer.new/webalizer.changes 2014-10-25 11:18:40.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Oct 19 01:09:56 UTC 2014 - [email protected] + +- webalizer-overlinking.patch: Remove use of xorg-x11-devel + its need was the product of overlinking. X libraries are + never directly used. + +------------------------------------------------------------------- New: ---- webalizer-overlinking.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webalizer.spec ++++++ --- /var/tmp/diff_new_pack.rRttiZ/_old 2014-10-25 11:18:41.000000000 +0200 +++ /var/tmp/diff_new_pack.rRttiZ/_new 2014-10-25 11:18:41.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package webalizer # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -41,6 +41,7 @@ Patch5: %{name}-2.21-02-fclose.diff # FIX-DATADIR - fix for datadir and mandir Patch6: %{name}-2.23-04-Makefile.patch +Patch7: webalizer-overlinking.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: apache2-devel BuildRequires: autoconf @@ -48,12 +49,11 @@ BuildRequires: gd-devel BuildRequires: libGeoIP-devel BuildRequires: libapr-util1-devel +BuildRequires: libbz2-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: mm BuildRequires: pcre-devel -BuildRequires: xorg-x11 -BuildRequires: xorg-x11-devel #Provides: webalize #Obsoletes: webalize @@ -93,6 +93,7 @@ %patch4 %patch5 %patch6 +%patch7 %{__cp} -a %{S:2} . %build ++++++ webalizer-overlinking.patch ++++++ --- Makefile.in.orig +++ Makefile.in @@ -26,7 +26,7 @@ ETCDIR = @sysconfdir@ GEODB = @GEODB_LOC@ CC = @CC@ CFLAGS = @CFLAGS@ @CPPFLAGS@ -LIBS = @LIBS@ -ljpeg -ldb -L/usr/X11R6/$(LIBNAME) -lX11 -lXpm +LIBS = @LIBS@ -ljpeg -ldb WCMGR_LIBS = @WCMGR_LIBS@ DEFS = -DETCDIR=\"${ETCDIR}\" -DGEODB_LOC=\"${GEODB}\" @DEFS@ @OPTS@ LDFLAGS = @LDFLAGS@ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
