Hello community,

here is the log from the commit of package cyrus-sasl for openSUSE:Factory 
checked in at 2012-04-23 16:09:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cyrus-sasl (Old)
 and      /work/SRC/openSUSE:Factory/.cyrus-sasl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cyrus-sasl", Maintainer is "rha...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cyrus-sasl/cyrus-sasl-saslauthd.changes  
2012-01-19 10:34:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cyrus-sasl.new/cyrus-sasl-saslauthd.changes     
2012-04-23 16:10:26.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr  4 14:13:51 UTC 2012 - dval...@suse.com
+
+- remove rpath 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/cyrus-sasl/cyrus-sasl.changes    2012-01-19 
10:34:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cyrus-sasl.new/cyrus-sasl.changes       
2012-04-23 16:10:26.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr  4 14:13:36 UTC 2012 - dval...@suse.com
+
+- remove rpath
+
+-------------------------------------------------------------------

New:
----
  cyrus-sasl-no_rpath.patch

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

Other differences:
------------------
++++++ cyrus-sasl-saslauthd.spec ++++++
--- /var/tmp/diff_new_pack.K3p3AN/_old  2012-04-23 16:10:30.000000000 +0200
+++ /var/tmp/diff_new_pack.K3p3AN/_new  2012-04-23 16:10:30.000000000 +0200
@@ -35,6 +35,7 @@
 Patch2:         cyrus-sasl-gcc4.patch
 Patch3:         cyrus-sasl-gs2-not-overwrite-minor-error-code.dif
 Patch4:         gssapi-null-deref.dif
+Patch5:         cyrus-sasl-no_rpath.patch
 PreReq:         %insserv_prereq %fillup_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -68,6 +69,7 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 find . -name \*.cvsignore -print0 | xargs -0 rm -vf

++++++ cyrus-sasl.spec ++++++
--- /var/tmp/diff_new_pack.K3p3AN/_old  2012-04-23 16:10:30.000000000 +0200
+++ /var/tmp/diff_new_pack.K3p3AN/_new  2012-04-23 16:10:30.000000000 +0200
@@ -40,6 +40,7 @@
 Patch2:         cyrus-sasl-gcc4.patch
 Patch3:         cyrus-sasl-gs2-not-overwrite-minor-error-code.dif
 Patch4:         gssapi-null-deref.dif
+Patch5:         cyrus-sasl-no_rpath.patch
 PreReq:         %insserv_prereq %fillup_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -161,6 +162,7 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 find . -name \*.cvsignore -print0 | xargs -0 rm -fv

++++++ cyrus-sasl-no_rpath.patch ++++++
Index: cyrus-sasl-2.1.25/cmulocal/cyrus.m4
===================================================================
--- cyrus-sasl-2.1.25.orig/cmulocal/cyrus.m4
+++ cyrus-sasl-2.1.25/cmulocal/cyrus.m4
@@ -32,14 +32,5 @@ AC_DEFUN([CMU_ADD_LIBPATH_TO], [
 dnl runpath initialization
 AC_DEFUN([CMU_GUESS_RUNPATH_SWITCH], [
    # CMU GUESS RUNPATH SWITCH
-  AC_CACHE_CHECK(for runpath switch, andrew_cv_runpath_switch, [
-    # first, try -R
-    SAVE_LDFLAGS="${LDFLAGS}"
-    LDFLAGS="-R /usr/lib"
-    AC_TRY_LINK([],[],[andrew_cv_runpath_switch="-R"], [
-#      LDFLAGS="-Wl,-rpath,/usr/lib"
-    AC_TRY_LINK([],[],[andrew_cv_runpath_switch="-Wl,-rpath,"],
-    [andrew_cv_runpath_switch="none"])
-    ])
-  LDFLAGS="${SAVE_LDFLAGS}"
-  ])])
+    andrew_runpath_switch="none"
+  ])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to