Hello community, here is the log from the commit of package hexchat for openSUSE:Factory checked in at 2014-07-27 18:47:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hexchat (Old) and /work/SRC/openSUSE:Factory/.hexchat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hexchat" Changes: -------- --- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes 2014-06-16 21:26:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hexchat.new/hexchat.changes 2014-07-27 18:47:45.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Jul 22 18:48:08 CEST 2014 - [email protected] + +- when testing for perl, -lperl has to come last because of + SUSE_ASNEEDED being set + new patch: asneeded.diff + +------------------------------------------------------------------- New: ---- asneeded.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hexchat.spec ++++++ --- /var/tmp/diff_new_pack.GGvIdU/_old 2014-07-27 18:47:46.000000000 +0200 +++ /var/tmp/diff_new_pack.GGvIdU/_new 2014-07-27 18:47:46.000000000 +0200 @@ -25,6 +25,7 @@ Group: Productivity/Networking/IRC Url: http://www.hexchat.org Source: http://dl.%{name}.net/%{name}/%{name}-%{version}.tar.xz +Patch: asneeded.diff BuildRequires: bison >= 1.35 BuildRequires: dbus-1-devel BuildRequires: dbus-1-glib-devel @@ -85,6 +86,7 @@ %prep %setup -q +%patch # fix date embedding to avoid needless rebuilds FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') ++++++ asneeded.diff ++++++ --- ./configure.orig 2014-07-22 16:46:13.895015997 +0000 +++ ./configure 2014-07-22 16:46:45.383864485 +0000 @@ -15383,8 +15383,10 @@ $as_echo_n "checking for perl >= 5.8.0.. if test "$PERL_VER" = "yes"; then original_cflags="$CFLAGS" original_ldflags="$LDFLAGS" + original_libs="$LIBS" CFLAGS="$PERL_CFLAGS" LDFLAGS="$PERL_LDFLAGS" + LIBS="$LIBS -lperl" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <EXTERN.h> @@ -15406,6 +15408,7 @@ rm -f core conftest.err conftest.$ac_obj conftest$ac_exeext conftest.$ac_ext CFLAGS="$original_cflags" LDFLAGS="$original_ldflags" + LIBS="$original_libs" if test x$perl_is_usable = xno ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
