Hello community, here is the log from the commit of package ekiga for openSUSE:Factory checked in at 2017-03-09 01:29:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ekiga (Old) and /work/SRC/openSUSE:Factory/.ekiga.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ekiga" Thu Mar 9 01:29:36 2017 rev:58 rq:460237 version:4.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ekiga/ekiga.changes 2017-02-20 14:28:08.438849024 +0100 +++ /work/SRC/openSUSE:Factory/.ekiga.new/ekiga.changes 2017-03-09 01:29:37.294198540 +0100 @@ -1,0 +2,6 @@ +Fri Feb 24 14:36:37 UTC 2017 - [email protected] + +- add ekiga-4.0.1-libresolv.patch from Fedora + * From: https://src.fedoraproject.org/cgit/rpms/ekiga.git/commit/?id=dbf5f5ba449d22bd79f0394cddb7d4d8a88ec6ac + +------------------------------------------------------------------- New: ---- ekiga-4.0.1-libresolv.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ekiga.spec ++++++ --- /var/tmp/diff_new_pack.BKx6e9/_old 2017-03-09 01:29:38.602013310 +0100 +++ /var/tmp/diff_new_pack.BKx6e9/_new 2017-03-09 01:29:38.606012744 +0100 @@ -31,6 +31,10 @@ # PATCH-FIX-UPSTREAM ekiga-appdata.patch [email protected] -- Add, translate and install appstream metainfo file taken from upstream git Patch1: ekiga-appdata.patch Patch2: ekiga-audiooutput-fallback-to-primary-device-if-secondary.patch +# PATCH-FIX-OPENSUSE ekiga-4.0.1-libresolv.patch [email protected] -- Add a patch to avoid libresolv check for res_gethostbyaddr() +# Sourced from: https://src.fedoraproject.org/cgit/rpms/ekiga.git/commit/?id=dbf5f5ba449d22bd79f0394cddb7d4d8a88ec6ac +Patch3: ekiga-4.0.1-libresolv.patch + %if 0%{?suse_version} > 1325 BuildRequires: libboost_signals-devel %else @@ -109,6 +113,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 translation-update-upstream %build ++++++ ekiga-4.0.1-libresolv.patch ++++++ diff -up ekiga-4.0.1/configure.ac.libresolv ekiga-4.0.1/configure.ac --- ekiga-4.0.1/configure.ac.libresolv 2017-02-23 02:30:42.051227852 -0600 +++ ekiga-4.0.1/configure.ac 2017-02-23 02:32:04.609519837 -0600 @@ -324,7 +324,8 @@ if test "x$enable_ldap" = "xyes"; then dnl Checking for libresolv if test ${gm_platform} = "linux" ; then - AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], AC_MSG_ERROR([You need the libresolv library to compile Ekiga]), -lresolv) + # AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], AC_MSG_ERROR([You need the libresolv library to compile Ekiga]), -lresolv) + AC_WARNING([Just adding libresolv to LDAP_LIBS, without checking anything]) LDAP_LIBS="${LDAP_LIBS} -lresolv" fi found_ldap="yes"
