Browse Source

upgrading package: elm 2.4.123c -> 2.4.123d

Ralf S. Engelschall 19 years ago
parent
commit
181b038e44
1 changed files with 6 additions and 5 deletions
  1. 6 5
      elm/elm.spec

+ 6 - 5
elm/elm.spec

@@ -25,7 +25,7 @@
 #   package version
 %define       V_base 2.4
 %define       V_me   123
-%define       V_pl   c
+%define       V_pl   d
 
 #   package information
 Name:         elm
@@ -38,14 +38,15 @@ Class:        BASE
 Group:        Mail
 License:      ELM License
 Version:      %{V_base}.%{V_me}%{V_pl}
-Release:      20060829
+Release:      20060925
 
 #   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:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}c.patch.gz
-Patch3:       elm.patch
+Patch3:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}d.patch.gz
+Patch4:       elm.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -76,8 +77,8 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n elm%{V_base}.ME+.%{V_me}
-    %patch -p1 -P 0 1 2
-    %patch -p0 -P 3
+    %patch -p1 -P 0 1 2 3
+    %patch -p0 -P 4
     rm -f *.orig
 
 %build