summaryrefslogtreecommitdiffstats
path: root/libtool.spec
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-01-20 09:03:50 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-02-17 14:05:53 +0100
commitee981597d80663c731b464a1b0a6f39d530c9d92 (patch)
treecb4605adcf8ba7a63395d61fbdb1a86a8a058009 /libtool.spec
parent1421f339b71ac3b739c91253360ff7be1a7b8a15 (diff)
downloadlibtool-ee981597d80663c731b464a1b0a6f39d530c9d92.tar.gz
libtool-ee981597d80663c731b464a1b0a6f39d530c9d92.tar.xz
libtool-ee981597d80663c731b464a1b0a6f39d530c9d92.zip
libtool: rebase to 2.4.5
Per upstream release notes: http://lists.gnu.org/archive/html/autotools-announce/2015-01/msg00001.html Resolves: #1159497 Version: 2.4.5-1
Diffstat (limited to 'libtool.spec')
-rw-r--r--libtool.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/libtool.spec b/libtool.spec
index 894a19a..8e4457a 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -5,7 +5,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
-Version: 2.4.4
+Version: 2.4.5
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
URL: http://www.gnu.org/software/libtool/
@@ -15,12 +15,16 @@ Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz
# ~> downstream
# ~> remove possibly once #1158915 gets fixed somehow
-Patch0: libtool-2.4.3-rpath.patch
+Patch0: libtool-2.4.5-rpath.patch
# ~> downstream (proposed)
# ~> http://permalink.gmane.org/gmane.comp.gnu.libtool.patches/11808
Patch1: libtool-2.4.4-race-in-aclocal-autoheader-calls.patch
+# ~> downstream (proposed)
+# ~> https://lists.gnu.org/archive/html/libtool/2014-12/msg00025.html
+Patch2: libtool-2.4.5-fix-path-munging.patch
+
# /usr/bin/libtool includes paths within gcc's versioned directories
# Libtool must be rebuilt whenever a new upstream gcc is built
Requires: gcc = %{gcc_version}
@@ -88,6 +92,7 @@ Static libraries and header files for development with ltdl.
%setup -n libtool-%{version} -q
%patch0 -p1 -b .rpath
%patch1 -p1 -b .racy-testsuite
+%patch2 -p1 -b .munge-quadrigraph
autoreconf -v
@@ -172,8 +177,8 @@ fi
%changelog
-* Tue Feb 17 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.4-1
-- rebase again to 2.4.4
+* Tue Feb 17 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.5-1
+- rebase to 2.4.5
* Fri Feb 06 2015 Jakub Jelinek <jakub@redhat.com> - 2.4.2-32
- rebuilt for gcc 5.0.0