[libtool] libtool: rebase to 2.4.6

Pavel Raiskup praiskup at fedoraproject.org
Tue Feb 17 13:09:37 UTC 2015


commit d0c7297e4c9753ffa212b64fc7eadbcf71ae2d6c
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Tue Feb 17 13:45:58 2015 +0100

    libtool: rebase to 2.4.6
    
    Per upstream release notes:
    http://lists.gnu.org/archive/html/autotools-announce/2015-02/msg00000.html
    
    Resolves: #1159497
    Version: 2.4.6-1

 .gitignore                                         |    2 +-
 ...ol-2.4.4-race-in-aclocal-autoheader-calls.patch |   33 -----
 libtool-2.4.5-fix-path-munging.patch               |  140 --------------------
 libtool.spec                                       |   16 +--
 sources                                            |    2 +-
 5 files changed, 5 insertions(+), 188 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b28f873..342f153 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/libtool-2.4.4.tar.xz
+/libtool-2.4.6.tar.xz
diff --git a/libtool.spec b/libtool.spec
index 8e4457a..0675605 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -5,7 +5,7 @@
 
 Summary: The GNU Portable Library Tool
 Name:    libtool
-Version: 2.4.5
+Version: 2.4.6
 Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+ and GFDL
 URL:     http://www.gnu.org/software/libtool/
@@ -17,14 +17,6 @@ Source:  http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz
 # ~> remove possibly once #1158915 gets fixed somehow
 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}
@@ -91,8 +83,6 @@ Static libraries and header files for development with ltdl.
 %prep
 %setup -n libtool-%{version} -q
 %patch0 -p1 -b .rpath
-%patch1 -p1 -b .racy-testsuite
-%patch2 -p1 -b .munge-quadrigraph
 
 autoreconf -v
 
@@ -177,8 +167,8 @@ fi
 
 
 %changelog
-* Tue Feb 17 2015 Pavel Raiskup <praiskup at redhat.com> - 2.4.5-1
-- rebase to 2.4.5
+* Tue Feb 17 2015 Pavel Raiskup <praiskup at redhat.com> - 2.4.6-1
+- rebase to most recent upstream release 2.4.6 (#1159497)
 
 * Fri Feb 06 2015 Jakub Jelinek <jakub at redhat.com> - 2.4.2-32
 - rebuilt for gcc 5.0.0
diff --git a/sources b/sources
index e68617b..bcc714b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51bf400de3354687d68dfa2392506b7e  libtool-2.4.4.tar.xz
+1bfb9b923f2c1339b4d2ce1807064aa5  libtool-2.4.6.tar.xz


More information about the scm-commits mailing list