update to patch 20110319
This commit is contained in:
parent
778a84b1e1
commit
768e4f45a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/ncurses-5.8.tar.gz
|
||||
/ncurses-5.8-20110305-20110319.patch.bz2
|
||||
|
||||
10
ncurses.spec
10
ncurses.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user