Hello community,

here is the log from the commit of package gq for openSUSE:Factory
checked in at Fri Sep 9 11:22:50 CEST 2011.



--------
--- gq/gq.changes       2011-02-12 20:25:37.000000000 +0100
+++ /mounts/work_src_done/STABLE/gq/gq.changes  2011-09-05 19:31:53.000000000 
+0200
@@ -1,0 +2,11 @@
+Mon Sep  5 12:07:06 UTC 2011 - [email protected]
+
+- Add libgcrypt-devel BuildRequires: it has been forgotten for some
+  reason.
+- Drop gq-1.2.3-ia64.diff: the patch never made it upstream, and is
+  actually only useful if we turn on debugging. Instead, pass
+  --disable-debugging to configure.
+- Add gq-fix-linking.patch: fix linking issue, taken from git.
+- Add call to autoreconf for above patch.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gq-1.2.3-ia64.diff

New:
----
  gq-fix-linking.patch

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

Other differences:
------------------
++++++ gq.spec ++++++
--- /var/tmp/diff_new_pack.G71PEb/_old  2011-09-09 11:22:46.000000000 +0200
+++ /var/tmp/diff_new_pack.G71PEb/_new  2011-09-09 11:22:46.000000000 +0200
@@ -28,6 +28,7 @@
 %else
 BuildRequires:  gnome-keyring-devel
 %endif
+BuildRequires:  libgcrypt-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  perl-XML-Parser
@@ -38,11 +39,12 @@
 Group:          Productivity/Networking/LDAP/Clients
 Summary:        An LDAP Client for GTK
 Version:        1.2.3
-Release:        74
+Release:        79
 Url:            http://gq-project.org/
 Source0:        gq-%{version}.tar.bz2
 Source1:        gq-%{version}-langpack-1.tar.bz2
-Patch0:         gq-%{version}-ia64.diff
+# PATCH-FIX-UPSTREAM gq-fix-linking.patch [email protected] -- Fix linking 
issue, taken from git
+Patch0:         gq-fix-linking.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -51,14 +53,17 @@
 %prep
 %setup -q
 %setup -T -D -a 1
-%patch0
+%patch0 -p1
 
 %build
+# needed for patch0
+autoreconf -fi -I macros
 gq-%{version}-langpack-1/langpack .
 export CFLAGS="-DLDAP_DEPRECATED $RPM_OPT_FLAGS"
 %configure \
     --enable-browser-dnd               \
-    --disable-update-mimedb
+    --disable-update-mimedb             \
+    --disable-debugging
 %__make %{?jobs:-j%jobs}
 
 %install

++++++ gq-fix-linking.patch ++++++
>From 415bc60cb09bd8cdba9feb5ce5f7f114236b0ba4 Mon Sep 17 00:00:00 2001
From: Jakob Haufe <[email protected]>
Date: Mon, 4 Apr 2011 03:52:59 +0200
Subject: [PATCH] Fix linking for gold or ld --no-add-needed

---
 configure.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.in b/configure.in
index 62ed39a..69f77dd 100644
--- a/configure.in
+++ b/configure.in
@@ -283,6 +283,9 @@ if test "$gq_have_tls" = 1; then
        AC_CHECK_LIB(ssl, SSL_new,
                     [LIBS="-lssl $LIBS"]
        )
+    AC_CHECK_LIB(crypto, BIO_new,
+             [LIBS="-lcrypto $LIBS"]
+    )
 fi
 
 AC_CHECK_FUNCS(ldap_str2objectclass ldap_memfree ldap_rename ldap_str2dn \
-- 
1.7.4.1

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to