Browse Source

upgrading package: ncurses 6.1.20180505 -> 6.1.20180512

master
parent
commit
ccf5cee04f
  1. 8
      ncurses/ncurses.spec

8
ncurses/ncurses.spec

@ -35,9 +35,10 @@
%define V_patch9 20180414
%define V_patch10 20180428
%define V_patch11 20180505
%define V_patch12 20180512
%define V_patchB %{V_patch1}
%define V_patchL %{V_patch11}
%define V_patches 11
%define V_patchL %{V_patch12}
%define V_patches 12
# package information
Name: ncurses
@ -50,7 +51,7 @@ Class: CORE
Group: Terminal
License: MIT-style
Version: %{V_base}.%{V_patchL}
Release: 20180506
Release: 20180513
# package options
%option with_widechar no
@ -69,6 +70,7 @@ Patch8: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}
Patch9: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch9}.patch.gz
Patch10: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch10}.patch.gz
Patch11: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch11}.patch.gz
Patch12: ftp://ftp.invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch12}.patch.gz
Patch100: ncurses.patch
# build information

Loading…
Cancel
Save