浏览代码

upgrading package: nano 1.3.5 -> 1.3.6

Ralf S. Engelschall 20 年之前
父节点
当前提交
1a157fa308
共有 2 个文件被更改,包括 2 次插入16 次删除
  1. 0 12
      nano/nano.patch
  2. 2 4
      nano/nano.spec

+ 0 - 12
nano/nano.patch

@@ -1,12 +0,0 @@
-Index: src/proto.h
---- src/proto.h.orig	2004-11-23 02:59:18 +0100
-+++ src/proto.h	2005-02-06 12:54:10 +0100
-@@ -358,7 +358,7 @@
- filestruct *backup_lines(filestruct *first_line, size_t par_len, size_t
- 	quote_len);
- bool breakable(const char *line, ssize_t goal);
--ssize_t break_line(const char *line, ssize_t goal, bool force);
-+int break_line(const char *line, ssize_t goal, bool force);
- bool do_para_search(size_t *const quote, size_t *const par);
- void do_justify(bool full_justify);
- void do_justify_void(void);

+ 2 - 4
nano/nano.spec

@@ -25,7 +25,7 @@
 
 #   package version
 %define       V_major 1.3
-%define       V_minor 5
+%define       V_minor 6
 
 #   package information
 Name:         nano
@@ -38,11 +38,10 @@ Class:        BASE
 Group:        Editor
 License:      GPL
 Version:      %{V_major}.%{V_minor}
-Release:      20050206
+Release:      20050321
 
 #   list of sources
 Source0:      http://www.nano-editor.org/dist/v%{V_major}/nano-%{version}.tar.gz
-Patch0:       nano.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -67,7 +66,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     CC="%{l_cc}" \