From 9b8dea9654cc62a98c55c56f6a6a63e25616bd0b Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 14 Jan 2021 20:21:31 +0100 Subject: [PATCH] upgrading package: nano 5.4 -> 5.5 --- nano/nano.patch | 33 --------------------------------- nano/nano.spec | 8 +++----- 2 files changed, 3 insertions(+), 38 deletions(-) delete mode 100644 nano/nano.patch diff --git a/nano/nano.patch b/nano/nano.patch deleted file mode 100644 index feba1f9291..0000000000 --- a/nano/nano.patch +++ /dev/null @@ -1,33 +0,0 @@ -Index: configure ---- configure.orig 2019-08-25 10:54:09.000000000 +0200 -+++ configure 2019-08-30 23:33:57.566905000 +0200 -@@ -33455,6 +33455,9 @@ - int main(void) - { - SLutf8_enable(1); -+ SLcurses_start_color(); -+ SLcurses_start_color(); -+ SLcurses_start_color(); - return 0; - } - _ACEOF -@@ -33536,6 +33539,9 @@ - int main(void) - { - SLutf8_enable(1); -+ SLcurses_start_color(); -+ SLcurses_start_color(); -+ SLcurses_start_color(); - return 0; - } - _ACEOF -@@ -33571,6 +33577,9 @@ - int main(void) - { - SLutf8_enable(1); -+ SLcurses_start_color(); -+ SLcurses_start_color(); -+ SLcurses_start_color(); - return 0; - } - _ACEOF diff --git a/nano/nano.spec b/nano/nano.spec index 63c1ef216e..d5bc66b0d8 100644 --- a/nano/nano.spec +++ b/nano/nano.spec @@ -22,8 +22,8 @@ ## # package version -%define V_opkg 5.4 -%define V_dist 5.4 +%define V_opkg 5.5 +%define V_dist 5.5 %define V_subdir 5 # package information @@ -37,11 +37,10 @@ Class: BASE Group: Editor License: GPL Version: %{V_opkg} -Release: 20201202 +Release: 20210114 # list of sources Source0: http://www.nano-editor.org/dist/v%{V_subdir}/nano-%{V_dist}.tar.xz -Patch0: nano.patch # build information BuildPreReq: OpenPKG, openpkg >= 20160101, make, pkgconfig @@ -62,7 +61,6 @@ PreReq: ncurses %prep %setup -q -n nano-%{V_dist} - %patch -p0 %build CC="%{l_cc}" \