OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Mar-2007 08:00:12
Branch: HEAD Handle: 2007032207001000
Modified files:
openpkg-src/readline readline.spec
Log:
upgrading package: readline 5.2.1 -> 5.2.2
Summary:
Revision Changes Path
1.35 +5 -5 openpkg-src/readline/readline.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/readline/readline.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 readline.spec
--- openpkg-src/readline/readline.spec 1 Jan 2007 17:41:27 -0000
1.34
+++ openpkg-src/readline/readline.spec 22 Mar 2007 07:00:10 -0000
1.35
@@ -25,8 +25,8 @@
# package version
%define V_base_real 5.2
%define V_base_comp 52
-%define V_plvl_raw 1
-%define V_plvl_pad 001
+%define V_plvl_raw 2
+%define V_plvl_pad 002
# package information
Name: readline
@@ -39,12 +39,13 @@
Group: Terminal
License: GPL
Version: %{V_base_real}.%{V_plvl_raw}
-Release: 20061213
+Release: 20070322
# list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/readline-%{V_base_real}.tar.gz
Source1: readline.pc
Patch1:
ftp://ftp.cwru.edu/pub/bash/readline-%{V_base_real}-patches/readline%{V_base_comp}-001
+Patch2:
ftp://ftp.cwru.edu/pub/bash/readline-%{V_base_real}-patches/readline%{V_base_comp}-002
# build information
Prefix: %{l_prefix}
@@ -64,7 +65,6 @@
regex = readline-(__VER__)\.tar\.gz
}
prog readline:patches = {
- comment = "cs: no patches available at this time"
version = %{V_base_comp}-%{V_plvl_pad}
url =
ftp://ftp.cwru.edu/pub/bash/readline-%{V_base_real}-patches/
regex = readline(\S+-\d+)
@@ -72,7 +72,7 @@
%prep
%setup -q -n readline-%{V_base_real}
- %patch -p0 -P 1
+ %patch -p0 -P 1 2
%build
# configure package
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]