escape rpm macros in changelog (#135408)

This commit is contained in:
havill 2004-10-21 19:57:36 +00:00
parent 6a83df1b78
commit a4f06c2493

View File

@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
Name: ncurses Name: ncurses
Version: 5.4 Version: 5.4
%define includedirw %{_includedir}/ncursesw %define includedirw %{_includedir}/ncursesw
Release: 13 Release: 14
License: distributable License: distributable
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://dickey.his.com/ncurses/ncurses.html URL: http://dickey.his.com/ncurses/ncurses.html
@ -155,6 +155,9 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/man/man2/panel.3x.20030517*
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
%changelog %changelog
* Wed Oct 21 2004 Adrian Havill <havill@redhat.com> 5.4-14
- escape rpm macros in the changelog (#135408)
* Tue Aug 31 2004 Adrian Havill <havill@redhat.com> 5.4-13 * Tue Aug 31 2004 Adrian Havill <havill@redhat.com> 5.4-13
- term.sh can't detect CJK environment; revert - term.sh can't detect CJK environment; revert
- gt 2.7 behaves better with xterm-new - gt 2.7 behaves better with xterm-new
@ -305,7 +308,7 @@ rm -rf ${RPM_BUILD_ROOT}
* Thu Feb 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-19 * Thu Feb 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-19
- Patchlevel 20020218 - Patchlevel 20020218
- Re-add %{_includedir}/ncurses.h (#60169) - Re-add %%{_includedir}/ncurses.h (#60169)
* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-18 * Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-18
- Add C++ bindings (#59751) - Add C++ bindings (#59751)
@ -416,7 +419,7 @@ rm -rf ${RPM_BUILD_ROOT}
* Sat Jan 15 2000 Bernhard Rosenkränzer <bero@redhat.com> * Sat Jan 15 2000 Bernhard Rosenkränzer <bero@redhat.com>
- remove some broken symlinks (leftovers from libncurses.so.5) - remove some broken symlinks (leftovers from libncurses.so.5)
- Use %configure (Bug #8484) - Use %%configure (Bug #8484)
* Tue Jan 11 2000 Bernhard Rosenkränzer <bero@redhat.com> * Tue Jan 11 2000 Bernhard Rosenkränzer <bero@redhat.com>
- Add xterm patch from Hans de Goede <hans@highrise.nl> - Add xterm patch from Hans de Goede <hans@highrise.nl>
@ -503,7 +506,7 @@ rm -rf ${RPM_BUILD_ROOT}
- aliased them to rxvt, as that seems to satisfy everybody - aliased them to rxvt, as that seems to satisfy everybody
* Sun Apr 12 1998 Cristian Gafton <gafton@redhat.com> * Sun Apr 12 1998 Cristian Gafton <gafton@redhat.com>
- added %clean section - added %%clean section
* Tue Apr 07 1998 Cristian Gafton <gafton@redhat.com> * Tue Apr 07 1998 Cristian Gafton <gafton@redhat.com>
- removed /usr/lib/terminfo symlink - we shouldn't need that - removed /usr/lib/terminfo symlink - we shouldn't need that