Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2013-04-24 09:22:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and      /work/SRC/openSUSE:Factory/.yate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yate", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/yate/yate.changes        2013-03-21 
11:19:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2013-04-24 
09:22:29.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Apr 22 23:33:38 UTC 2013 - [email protected]
+
+- Add yate-fix-ssl-detection.patch: Fix openssl detection: checkin
+  for the return value of pkg-config --cflags $pkg, and relying on
+  pkg-config returning an empty string 'when package exists but
+  does not specify CFLAGS' is just wrong.
+
+-------------------------------------------------------------------

New:
----
  yate-fix-ssl-detection.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yate.spec ++++++
--- /var/tmp/diff_new_pack.JCziWF/_old  2013-04-24 09:22:35.000000000 +0200
+++ /var/tmp/diff_new_pack.JCziWF/_new  2013-04-24 09:22:35.000000000 +0200
@@ -29,6 +29,7 @@
 Patch1:         yate-3.3.2-ppc64-libdir.patch
 Patch2:         yate-ppc64.patch
 Patch3:         dont-mess-with-cflags.patch
+Patch4:         yate-fix-ssl-detection.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
@@ -110,6 +111,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4
 
 %build
 rm configure

++++++ yate-fix-ssl-detection.patch ++++++
Index: configure.in
===================================================================
--- configure.in.orig
+++ configure.in
@@ -1229,7 +1229,7 @@ if [[ "x$ac_cv_use_openssl" = "xyes" ]];
     fi
     incssl=`(pkg-config --cflags $pkg) 2>/dev/null`
     libssl=`(pkg-config --libs $pkg) 2>/dev/null`
-    if [[ "x$incssl" != "x" -a "x$libssl" != "x" ]]; then
+    if [[ "x$verssl" != "x" ]]; then
        HAVE_OPENSSL=yes
        OPENSSL_VER="$verssl"
        OPENSSL_INC="$incssl"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to