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