From 404ae74549ac8e6eaa567111a1fa4fb4433cb4db Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 11 Feb 2006 04:43:20 +0000 Subject: [PATCH] bump for bug in double-long on ppc(64) --- ncurses.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ncurses.spec b/ncurses.spec index a570d76..7dd6da6 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package. Name: ncurses Version: 5.5 %define includedirw %{_includedir}/ncursesw -Release: 18.1 +Release: 18.2 License: distributable Group: System Environment/Libraries URL: http://dickey.his.com/ncurses/ncurses.html @@ -165,6 +165,9 @@ rm -Rf ${RPM_BUILD_ROOT}%{_libdir}/terminfo rm -rf ${RPM_BUILD_ROOT} %changelog +* Fri Feb 10 2006 Jesse Keating - 5.5-18.2 +- bump again for double-long bug on ppc(64) + * Tue Feb 07 2006 Jesse Keating - 5.5-18.1 - rebuilt for new gcc4.1 snapshot and glibc changes