소스 검색

upgrading package: elm 2.4.122h -> 2.4.122i

Ralf S. Engelschall 19 년 전
부모
커밋
1e0a17ee3a
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      elm/elm.spec

+ 4 - 3
elm/elm.spec

@@ -25,7 +25,7 @@
 #   package version
 %define       V_base 2.4
 %define       V_me   122
-%define       V_pl   h
+%define       V_pl   i
 
 #   package information
 Name:         elm
@@ -38,7 +38,7 @@ Class:        BASE
 Group:        Mail
 License:      ELM License
 Version:      %{V_base}.%{V_me}%{V_pl}
-Release:      20060509
+Release:      20060517
 
 #   list of sources
 Source0:      http://www.elmme-mailer.org/elm-%{V_base}ME+%{V_me}.tar.gz
@@ -50,6 +50,7 @@ Patch4:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}e.patch.gz
 Patch5:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}f.patch.gz
 Patch6:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}g.patch.gz
 Patch7:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}h.patch.gz
+Patch8:       http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}i.patch.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -80,7 +81,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n elm%{V_base}.ME+.%{V_me}
-    %patch -p1 -P 0 1 2 3 4 5 6 7
+    %patch -p1 -P 0 1 2 3 4 5 6 7 8
     rm -f *.orig
 
 %build