Author: arekm Date: Wed Apr 28 06:39:23 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to patchlevel 2
---- Files affected: packages/readline: readline.spec (1.119 -> 1.120) , readline61-002 (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/readline/readline.spec diff -u packages/readline/readline.spec:1.119 packages/readline/readline.spec:1.120 --- packages/readline/readline.spec:1.119 Fri Feb 19 13:05:48 2010 +++ packages/readline/readline.spec Wed Apr 28 08:39:17 2010 @@ -1,6 +1,6 @@ # $Revision$, $Date$ %define ver 6.1 -%define patchlevel 1 +%define patchlevel 2 Summary: Library for reading lines from a terminal Summary(de.UTF-8): Library zum Lesen von Zeilen von einem Terminal Summary(es.UTF-8): Biblioteca para lectura de lĂneas de un terminal @@ -268,6 +268,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.120 2010/04/28 06:39:17 arekm +- up to patchlevel 2 + Revision 1.119 2010/02/19 12:05:48 arekm - up to 6.1.1 ================================================================ Index: packages/readline/readline61-002 diff -u /dev/null packages/readline/readline61-002:1.1 --- /dev/null Wed Apr 28 08:39:23 2010 +++ packages/readline/readline61-002 Wed Apr 28 08:39:18 2010 @@ -0,0 +1,47 @@ + READLINE PATCH REPORT + ===================== + +Readline-Release: 6.1 +Patch-ID: readline61-002 + +Bug-Reported-by: Chet Ramey <[email protected]> +Bug-Reference-ID: +Bug-Reference-URL: + +Bug-Description: + +The readline version information was not updated for the release of version 6.1. + +Patch (apply with `patch -p0'): + +*** ../readline-6.1-patched/readline.h 2009-08-26 23:05:55.000000000 -0400 +--- readline.h 2010-01-26 10:42:42.000000000 -0500 +*************** +*** 40,46 **** + + /* Hex-encoded Readline version number. */ +! #define RL_READLINE_VERSION 0x0600 /* Readline 6.0 */ + #define RL_VERSION_MAJOR 6 +! #define RL_VERSION_MINOR 0 + + /* Readline data structures. */ +--- 40,46 ---- + + /* Hex-encoded Readline version number. */ +! #define RL_READLINE_VERSION 0x0601 /* Readline 6.1 */ + #define RL_VERSION_MAJOR 6 +! #define RL_VERSION_MINOR 1 + + /* Readline data structures. */ +*** ../readline-6.1-patched/patchlevel 2008-11-18 11:01:14.000000000 -0500 +--- patchlevel 2010-01-14 10:15:52.000000000 -0500 +*************** +*** 1,3 **** + # Do not edit -- exists only for use by patch + +! 1 +--- 1,3 ---- + # Do not edit -- exists only for use by patch + +! 2 + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/readline/readline.spec?r1=1.119&r2=1.120&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
