diff options
| author | Karsten Hopp <karsten@fedoraproject.org> | 2009-12-03 12:13:25 +0000 |
|---|---|---|
| committer | Karsten Hopp <karsten@fedoraproject.org> | 2009-12-03 12:13:25 +0000 |
| commit | b67a0766b6a23162cf5a88ff3a510dea92c95bec (patch) | |
| tree | 46445f0c9895ffdc63569be854c46f809392c608 | |
| parent | 0441a2a8d01481a79fa807d6ea4fad7d2de1e0bf (diff) | |
- require gcc-4.4.1 from F-11-updateslibtool-2_2_6-11_fc11_3
| -rw-r--r-- | libtool.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libtool.spec b/libtool.spec index 33a6182..e84938b 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,9 +1,9 @@ -%define gcc_version 4.4.0 +%define gcc_version 4.4.1 Summary: The GNU Portable Library Tool Name: libtool Version: 2.2.6 -Release: 11%{?dist}.2 +Release: 11%{?dist}.3 License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}b.tar.gz @@ -142,6 +142,9 @@ fi %changelog +* Thu Dec 03 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-11.3 +- require gcc-4.4.1 from F-11-updates + * Wed Dec 02 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-11.2 - update to 2.2.6b, fixes CVE-2009-3736: libltdl may load and execute code from a library in the current directory |
