OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Oct-2008 11:54:50
Branch: HEAD Handle: 2008100410545000
Modified files:
openpkg-src/nano nano.patch nano.spec
Log:
upgrading package: nano 2.1.5 -> 2.1.6
Summary:
Revision Changes Path
1.5 +22 -17 openpkg-src/nano/nano.patch
1.76 +3 -3 openpkg-src/nano/nano.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nano/nano.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 nano.patch
--- openpkg-src/nano/nano.patch 12 Oct 2006 18:28:22 -0000 1.4
+++ openpkg-src/nano/nano.patch 4 Oct 2008 09:54:50 -0000 1.5
@@ -1,27 +1,32 @@
Index: configure
---- configure.orig 2006-10-02 06:23:04 +0200
-+++ configure 2006-10-12 20:26:08 +0200
-@@ -7141,6 +7141,7 @@
+--- configure.orig 2008-10-04 00:23:32 +0200
++++ configure 2008-10-04 09:12:50 +0200
+@@ -7103,6 +7103,9 @@
int main(void)
{
SLutf8_enable(1);
+ SLcurses_start_color();
- return 0;
- }
- _ACEOF
-@@ -7293,6 +7294,7 @@
- int main(void)
- {
- SLutf8_enable(1);
+ SLcurses_start_color();
- return 0;
- }
- _ACEOF
-@@ -7358,6 +7360,7 @@
- int main(void)
- {
- SLutf8_enable(1);
+ SLcurses_start_color();
return 0;
}
_ACEOF
+Index: src/utils.c
+--- src/utils.c.orig 2008-09-15 05:32:36 +0200
++++ src/utils.c 2008-10-04 09:19:03 +0200
+@@ -183,7 +183,6 @@
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301, USA. */
+
+-#if !defined(NANO_TINY) && defined(ENABLE_NANORC)
+ #ifndef HAVE_GETLINE
+ /* This function is equivalent to getline(). */
+ ssize_t ngetline(char **lineptr, size_t *n, FILE *stream)
+@@ -242,7 +241,6 @@
+ return (c == EOF && (indx - 1) == 0) ? -1 : indx - 1;
+ }
+ #endif
+-#endif /* !NANO_TINY && ENABLE_NANORC */
+
+ #ifdef HAVE_REGEX_H
+ /* Do the compiled regex in preg and the regex in string match the
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/nano/nano.spec
============================================================================
$ cvs diff -u -r1.75 -r1.76 nano.spec
--- openpkg-src/nano/nano.spec 31 Aug 2008 07:53:27 -0000 1.75
+++ openpkg-src/nano/nano.spec 4 Oct 2008 09:54:50 -0000 1.76
@@ -22,8 +22,8 @@
##
# package version
-%define V_opkg 2.1.5
-%define V_dist 2.1.5
+%define V_opkg 2.1.6
+%define V_dist 2.1.6
%define V_subdir 2.1
# package information
@@ -37,7 +37,7 @@
Group: Editor
License: GPL
Version: %{V_opkg}
-Release: 20080831
+Release: 20081004
# list of sources
Source0:
http://www.nano-editor.org/dist/v%{V_subdir}/nano-%{V_dist}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]