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: 29-Aug-2006 19:18:17
Branch: HEAD Handle: 2006082918181600
Modified files:
openpkg-src/elm elm.spec
Log:
upgrading package: elm 2.4.123b -> 2.4.123c
Summary:
Revision Changes Path
1.40 +6 -5 openpkg-src/elm/elm.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/elm/elm.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 elm.spec
--- openpkg-src/elm/elm.spec 11 Aug 2006 06:08:11 -0000 1.39
+++ openpkg-src/elm/elm.spec 29 Aug 2006 17:18:16 -0000 1.40
@@ -25,7 +25,7 @@
# package version
%define V_base 2.4
%define V_me 123
-%define V_pl b
+%define V_pl c
# package information
Name: elm
@@ -38,13 +38,14 @@
Group: Mail
License: ELM License
Version: %{V_base}.%{V_me}%{V_pl}
-Release: 20060811
+Release: 20060829
# list of sources
Source0: http://www.elmme-mailer.org/elm-%{V_base}ME+%{V_me}.tar.gz
Patch0: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}a.patch.gz
Patch1: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}b.patch.gz
-Patch2: elm.patch
+Patch2: http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}c.patch.gz
+Patch3: elm.patch
# build information
Prefix: %{l_prefix}
@@ -75,8 +76,8 @@
%prep
%setup -q -n elm%{V_base}.ME+.%{V_me}
- %patch -p1 -P 0 1
- %patch -p0 -P 2
+ %patch -p1 -P 0 1 2
+ %patch -p0 -P 3
rm -f *.orig
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]