Преглед изворни кода

upgrading package: nano 2.1.7 -> 2.1.8

Ralf S. Engelschall пре 16 година
родитељ
комит
d761941f77
2 измењених фајлова са 5 додато и 24 уклоњено
  1. 2 21
      nano/nano.patch
  2. 3 3
      nano/nano.spec

+ 2 - 21
nano/nano.patch

@@ -1,6 +1,6 @@
 Index: configure
---- configure.orig	2008-10-04 00:23:32 +0200
-+++ configure	2008-10-04 09:12:50 +0200
+--- configure.orig	2009-02-08 04:43:27 +0100
++++ configure	2009-02-10 08:39:07 +0100
 @@ -7103,6 +7103,9 @@
  int main(void)
  {
@@ -11,22 +11,3 @@ Index: configure
      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

+ 3 - 3
nano/nano.spec

@@ -22,8 +22,8 @@
 ##
 
 #   package version
-%define       V_opkg   2.1.7
-%define       V_dist   2.1.7
+%define       V_opkg   2.1.8
+%define       V_dist   2.1.8
 %define       V_subdir 2.1
 
 #   package information
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Editor
 License:      GPL
 Version:      %{V_opkg}
-Release:      20081110
+Release:      20090210
 
 #   list of sources
 Source0:      http://www.nano-editor.org/dist/v%{V_subdir}/nano-%{V_dist}.tar.gz