[sylpheed] Update to 3.1.1 (#702612) Remove rpaths

Christoph Wickert cwickert at fedoraproject.org
Fri May 6 12:41:51 UTC 2011


commit ba6cf7112d19f8aba7529f345753eac66009d10c
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Fri May 6 14:41:37 2011 +0200

    Update to 3.1.1 (#702612)
    Remove rpaths

 .gitignore    |    1 +
 sources       |    2 +-
 sylpheed.spec |   11 +++++++++--
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ccde302..3081df3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ sylpheed-3.1.0beta3.tar.bz2
 /sylpheed-3.1.0beta5.tar.bz2
 /sylpheed-3.1.0beta7.tar.bz2
 /sylpheed-3.1.0.tar.bz2
+/sylpheed-3.1.1.tar.bz2
diff --git a/sources b/sources
index da4fb35..29db648 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-311847d73d0dda63a48e5ec107538424  sylpheed-3.1.0.tar.bz2
+a9e3df4255b9f307cf50d0b38e5fd811  sylpheed-3.1.1.tar.bz2
diff --git a/sylpheed.spec b/sylpheed.spec
index f6fa1e4..caa4e3c 100644
--- a/sylpheed.spec
+++ b/sylpheed.spec
@@ -3,8 +3,8 @@
 %global desktopvendor redhat
 
 Name:           sylpheed
-Version:        3.1.0
-Release:        2%{?prerelease}%{?dist}
+Version:        3.1.1
+Release:        1%{?prerelease}%{?dist}
 Summary:        GTK+ based, lightweight, and fast email client
 
 Group:          Applications/Internet
@@ -92,6 +92,9 @@ this package contains development files only
     %{!?_without_ldap:--enable-ldap} \
     %{?_with_oniguruma:--enable-oniguruma} \
     %{?_with_jpilot:--enable-jpilot}
+# Remove rpaths
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 # Compile with deprecated OpenLDAP API to fix segfaults on 64-bit.
 echo "#define LDAP_DEPRECATED 1" >> config.h
 # Fedora 9 and newer use the GtkSpell+Enchant feature:
@@ -159,6 +162,10 @@ update-desktop-database &> /dev/null || :
 %{_libdir}/*.so
 
 %changelog
+* Fri May 06 2011 Christoph Wickert <wickert at kolabsys.com> - 3.1.1-1
+- Update to 3.1.1 (#702612)
+- Remove rpaths
+
 * Thu Mar 24 2011 Christoph Wickert <cwickert at fedoraproject.org> - 3.1.0-2
 - Add MimeType 'x-scheme-handler/mailto' for GNOME 3 (#690298)
 


More information about the scm-commits mailing list