update to patch 20110319

This commit is contained in:
Miroslav Lichvar 2011-03-22 16:15:15 +01:00
parent 778a84b1e1
commit 768e4f45a8
3 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/ncurses-5.8.tar.gz
/ncurses-5.8-20110305-20110319.patch.bz2

View File

@ -1,12 +1,15 @@
Summary: Ncurses support utilities
Name: ncurses
Version: 5.8
Release: 1%{?dist}
Release: 2.20110319%{?dist}
License: MIT
Group: System Environment/Base
URL: http://invisible-island.net/ncurses/ncurses.html
Source0: ftp://invisible-island.net/ncurses/ncurses-%{version}.tar.gz
# upstream patches
Patch1: ncurses-5.8-20110305-20110319.patch.bz2
Patch8: ncurses-config.patch
Patch9: ncurses-libs.patch
Patch11: ncurses-urxvt.patch
@ -89,6 +92,8 @@ The ncurses-static package includes static libraries of the ncurses library.
%prep
%setup -q
%patch1 -p1
%patch8 -p1 -b .config
%patch9 -p1 -b .libs
%patch11 -p1 -b .urxvt
@ -272,6 +277,9 @@ bzip2 NEWS
rm -rf ${RPM_BUILD_ROOT}
%changelog
* Tue Mar 22 2011 Miroslav Lichvar <mlichvar@redhat.com> 5.8-2.20110319
- update to patch 20110319
* Wed Mar 02 2011 Miroslav Lichvar <mlichvar@redhat.com> 5.8-1
- update to 5.8

View File

@ -1 +1,2 @@
20ed3fa7599937f0ca268d9088837a64 ncurses-5.8.tar.gz
5e23f5196f0a86e089faa058a23ce6b3 ncurses-5.8-20110305-20110319.patch.bz2