From 8c6793729883a48a477e3d6f9fb35ffe673c8d8c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:44:44 +0000 Subject: auto-import changelog data from libtool-1.3.5-8a.src.rpm Mon Jan 15 2001 Fritz Elfert - Added s390x (IBM zSeries 64bit) architecture. --- libtool.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libtool.spec b/libtool.spec index 72d2f68..9b9fd7c 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,7 +1,7 @@ Summary: The GNU libtool, which simplifies the use of shared libraries. Name: libtool Version: 1.3.5 -Release: 8 +Release: 8a Copyright: GPL Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz @@ -9,6 +9,7 @@ Patch0: libtool-1.3.2-arm.patch Patch1: libtool-1.2f-cache.patch Patch2: libtool-1.3.5-mktemp.patch Patch3: libtool-1.3.5-nonneg.patch +Patch4: libtool-1.3.5-s390x.patch Prefix: %{_prefix} PreReq: /sbin/install-info autoconf automake m4 perl Requires: libtool-libs = %{version}-%{release}, mktemp @@ -44,6 +45,7 @@ provide the dynamic loading library %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build #./configure --prefix=%{_prefix} @@ -109,6 +111,9 @@ fi %{_libdir}/libltdl.so.* %changelog +* Mon Jan 15 2001 Fritz Elfert +- Added s390x (IBM zSeries 64bit) architecture. + * Thu Jul 13 2000 Elliot Lee - Fix recognition of ^0[0-9]+$ as a non-negative integer. -- cgit