commit xorg-x11-libXdmcp for openSUSE:Factory
Hello community, here is the log from the commit of package xorg-x11-libXdmcp for openSUSE:Factory checked in at Wed Dec 1 00:33:35 CET 2010. -------- --- xorg-x11-libXdmcp/xorg-x11-libXdmcp.changes 2010-10-30 16:45:29.000000000 +0200 +++ xorg-x11-libXdmcp/xorg-x11-libXdmcp.changes 2010-11-30 18:53:09.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Nov 30 17:21:58 UTC 2010 - cristian.rodriguez@opensuse.org + +- export only public API symbols +- disable silent rules, defeat the purpose of post build checks + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- libXdmcp-1.1.0-export-symbols.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-libXdmcp.spec ++++++ --- /var/tmp/diff_new_pack.3UcahZ/_old 2010-12-01 00:33:16.000000000 +0100 +++ /var/tmp/diff_new_pack.3UcahZ/_new 2010-12-01 00:33:16.000000000 +0100 @@ -23,7 +23,7 @@ BuildRequires: pkgconfig xorg-x11-proto-devel Url: http://xorg.freedesktop.org/ Version: 7.5 -Release: 4 +Release: 5 License: MIT License (or similar) BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Libraries @@ -31,6 +31,7 @@ Summary: X.Org Xdmcp library Source: libXdmcp-%{dirsuffix}.tar.bz2 Source2: baselibs.conf +Patch0: libXdmcp-1.1.0-export-symbols.patch %description This package contains the X.Org Xdmcp library. @@ -67,11 +68,12 @@ %prep %setup -n libXdmcp-%{dirsuffix} +%patch0 %build -#autoreconf -fi +autoreconf -fi export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -%configure \ +%configure --disable-silent-rules \ %if %suse_version > 1110 --disable-static \ %endif ++++++ libXdmcp-1.1.0-export-symbols.patch ++++++ --- Makefile.am.orig +++ Makefile.am @@ -7,7 +7,7 @@ AM_CFLAGS = \ $(XDMCP_CFLAGS) \ $(CWARNFLAGS) -libXdmcp_la_LDFLAGS = -version-number 6:0:0 -no-undefined +libXdmcp_la_LDFLAGS = -export-symbols-regex "^[^_].*" -version-number 6:0:0 -no-undefined libXdmcp_la_LIBADD = $(XDMCP_LIBS) libXdmcp_la_SOURCES = \ Array.c \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de