diff options
| -rw-r--r-- | libtool.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libtool.spec b/libtool.spec index 6ef1794..3533ce4 100644 --- a/libtool.spec +++ b/libtool.spec @@ -3,12 +3,11 @@ Summary: The GNU Portable Library Tool Name: libtool Version: 2.2.6 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}a.tar.gz URL: http://www.gnu.org/software/libtool/ -Patch0: libtool-2.2.6-echo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n) Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -68,7 +67,6 @@ Static libraries and header files for development with ltdl. %prep %setup -n libtool-%{version} -q -%patch0 -p 1 -b .echo %build @@ -143,6 +141,9 @@ fi %changelog +* Wed Dec 3 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.6-4 +- Well. THAT was pointless... + * Wed Dec 3 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.6-3 - Hopefully fix all the build errors we've been seeing (#474330) |
